Trace number 4783477

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)176 3600.27 3568.98

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
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 benchmark140
Best CPU time to get the best result obtained on this benchmark3578.29
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 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4783477-1782148787.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.20	c ... done. Wall clock time 0.114s.
0.18/0.20	c declared #vars     1344
0.18/0.20	c #constraints  16376
0.18/0.20	c constraints type 
0.18/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
0.18/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
0.18/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
0.18/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
0.18/0.20	c 16376 constraints processed.
0.18/0.21	c objective function length is 448 literals
0.54/0.30	c SATISFIABLE
0.54/0.30	c OPTIMIZING...
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.208
0.54/0.30	o 176
1.47/0.55	c cleaning 2527 clauses out of 5060 with flag 12660/5060
1.87/0.70	c cleaning 4264 clauses out of 8536 with flag 25800/11063
2.01/0.87	c cleaning 5633 clauses out of 11269 with flag 41042/18060
2.23/1.07	c cleaning 6814 clauses out of 13636 with flag 58208/26060
2.52/1.32	c cleaning 7911 clauses out of 15823 with flag 78157/35061
2.76/1.56	c cleaning 8955 clauses out of 17911 with flag 100890/45060
3.06/1.85	c cleaning 9976 clauses out of 19956 with flag 125834/56060
3.37/2.19	c cleaning 10990 clauses out of 21980 with flag 153981/68060
3.75/2.57	c cleaning 11988 clauses out of 23990 with flag 184802/81060
4.15/2.92	c cleaning 12997 clauses out of 26002 with flag 218011/95060
4.55/3.31	c cleaning 14002 clauses out of 28005 with flag 254020/110060
4.95/3.75	c cleaning 15000 clauses out of 30003 with flag 293224/126060
5.49/4.22	c cleaning 15995 clauses out of 32005 with flag 335264/143062
6.12/4.86	c cleaning 17001 clauses out of 34009 with flag 378338/161061
6.81/5.54	c cleaning 17999 clauses out of 36007 with flag 426694/180060
7.51/6.26	c cleaning 19000 clauses out of 38010 with flag 479354/200062
8.32/7.02	c cleaning 19999 clauses out of 40008 with flag 534913/221060
9.11/7.87	c cleaning 20996 clauses out of 42009 with flag 596882/243060
10.20/8.94	c cleaning 22000 clauses out of 44014 with flag 662523/266061
11.13/9.82	c cleaning 23004 clauses out of 46016 with flag 725721/290063
11.92/10.69	c cleaning 23998 clauses out of 48010 with flag 796374/315061
12.82/11.59	c cleaning 25006 clauses out of 50011 with flag 872452/341060
13.82/12.59	c cleaning 26003 clauses out of 52005 with flag 942746/368060
14.74/13.44	c cleaning 26996 clauses out of 54003 with flag 1016517/396061
15.64/14.36	c cleaning 27996 clauses out of 56006 with flag 1096268/425060
16.69/15.36	c cleaning 28999 clauses out of 58012 with flag 1177741/455062
17.69/16.39	c cleaning 30005 clauses out of 60012 with flag 1267733/486061
19.11/17.72	c cleaning 30999 clauses out of 62007 with flag 1358719/518061
20.31/18.98	c cleaning 31998 clauses out of 64007 with flag 1453733/551060
21.75/20.36	c cleaning 33005 clauses out of 66013 with flag 1550330/585064
22.95/21.55	c cleaning 33996 clauses out of 68004 with flag 1646405/620060
24.26/22.85	c cleaning 34997 clauses out of 70009 with flag 1747731/656061
26.05/24.60	c cleaning 36004 clauses out of 72011 with flag 1855488/693060
27.35/25.98	c cleaning 37002 clauses out of 74007 with flag 1966786/731060
29.11/27.65	c cleaning 38003 clauses out of 76005 with flag 2080972/770060
30.54/29.07	c cleaning 38998 clauses out of 78002 with flag 2193614/810060
32.12/30.60	c cleaning 39988 clauses out of 80004 with flag 2307383/851060
34.05/32.54	c cleaning 41003 clauses out of 82016 with flag 2426032/893060
35.85/34.35	c cleaning 41993 clauses out of 84013 with flag 2552263/936060
38.06/36.54	c cleaning 42998 clauses out of 86020 with flag 2682940/980060
39.95/38.40	c cleaning 44001 clauses out of 88022 with flag 2818443/1025060
42.16/40.68	c cleaning 45007 clauses out of 90021 with flag 2951712/1071060
44.53/42.95	c cleaning 46002 clauses out of 92014 with flag 3090823/1118060
46.79/45.14	c cleaning 47004 clauses out of 94016 with flag 3237432/1166064
49.17/47.55	c cleaning 48001 clauses out of 96008 with flag 3385785/1215060
51.58/49.90	c cleaning 49002 clauses out of 98007 with flag 3537812/1265060
54.07/52.43	c cleaning 49996 clauses out of 100006 with flag 3696803/1316061
56.79/55.18	c cleaning 51001 clauses out of 102010 with flag 3857833/1368061
60.22/58.51	c cleaning 51998 clauses out of 104009 with flag 4022535/1421061
63.02/61.35	c cleaning 52997 clauses out of 106010 with flag 4192816/1475060
65.62/63.95	c cleaning 54002 clauses out of 108015 with flag 4365587/1530062
67.92/66.17	c cleaning 54996 clauses out of 110012 with flag 4531912/1586061
70.02/68.28	c cleaning 56005 clauses out of 112017 with flag 4714545/1643062
72.04/70.22	c cleaning 57001 clauses out of 114010 with flag 4935552/1701060
74.65/72.83	c cleaning 58001 clauses out of 116009 with flag 5162734/1760060
77.72/75.83	c cleaning 59000 clauses out of 118008 with flag 5387671/1820060
80.53/78.63	c cleaning 60000 clauses out of 120009 with flag 5610399/1881061
82.73/80.88	c cleaning 61001 clauses out of 122011 with flag 5845457/1943063
84.95/83.01	c cleaning 61994 clauses out of 124007 with flag 6119436/2006060
87.07/85.14	c cleaning 63006 clauses out of 126013 with flag 6310170/2070060
89.33/87.39	c cleaning 64000 clauses out of 128007 with flag 6529041/2135060
91.76/89.79	c cleaning 65002 clauses out of 130011 with flag 6757325/2201064
94.27/92.21	c cleaning 65999 clauses out of 132005 with flag 6978510/2268060
96.78/94.72	c cleaning 66997 clauses out of 134006 with flag 7199502/2336060
99.65/97.52	c cleaning 68005 clauses out of 136010 with flag 7437781/2405061
102.49/100.34	c cleaning 68992 clauses out of 138004 with flag 7691684/2475060
104.92/102.79	c cleaning 70004 clauses out of 140013 with flag 7941812/2546061
107.89/105.63	c cleaning 71000 clauses out of 142008 with flag 8199251/2618060
110.62/108.34	c cleaning 71996 clauses out of 144008 with flag 8463571/2691060
113.52/111.21	c cleaning 73001 clauses out of 146013 with flag 8732269/2765061
116.72/114.38	c cleaning 74007 clauses out of 148013 with flag 8987633/2840062
119.66/117.28	c cleaning 74990 clauses out of 150004 with flag 9249408/2916060
122.61/120.16	c cleaning 76003 clauses out of 152014 with flag 9509878/2993060
125.53/123.06	c cleaning 77000 clauses out of 154012 with flag 9792716/3071061
129.50/126.99	c cleaning 77993 clauses out of 156011 with flag 10162363/3150060
132.31/129.73	c cleaning 79001 clauses out of 158020 with flag 10453628/3230062
135.24/132.68	c cleaning 80003 clauses out of 160018 with flag 10749616/3311061
138.66/136.03	c cleaning 81007 clauses out of 162017 with flag 11043984/3393063
141.95/139.29	c cleaning 82001 clauses out of 164007 with flag 11342781/3476060
145.46/142.76	c cleaning 83001 clauses out of 166006 with flag 11656722/3560060
149.30/146.50	c cleaning 84001 clauses out of 168007 with flag 11974681/3645062
152.73/150.01	c cleaning 84995 clauses out of 170004 with flag 12274022/3731060
156.41/153.51	c cleaning 85998 clauses out of 172010 with flag 12564743/3818061
160.83/157.96	c cleaning 87001 clauses out of 174011 with flag 12846047/3906060
164.85/161.97	c cleaning 87998 clauses out of 176011 with flag 13112136/3995061
169.47/166.55	c cleaning 88998 clauses out of 178012 with flag 13398811/4085060
173.66/170.64	c cleaning 89998 clauses out of 180014 with flag 13688736/4176060
178.08/175.05	c cleaning 91001 clauses out of 182016 with flag 13981622/4268060
182.57/179.56	c cleaning 92001 clauses out of 184015 with flag 14268750/4361060
186.70/183.63	c cleaning 93003 clauses out of 186014 with flag 14567096/4455060
191.39/188.35	c cleaning 94003 clauses out of 188012 with flag 14881541/4550061
196.41/193.36	c cleaning 95002 clauses out of 190009 with flag 15153782/4646061
201.79/198.64	c cleaning 95999 clauses out of 192006 with flag 15475341/4743060
206.41/203.29	c cleaning 97000 clauses out of 194007 with flag 15796525/4841060
211.32/208.19	c cleaning 97996 clauses out of 196007 with flag 16141489/4940060
216.21/213.06	c cleaning 99002 clauses out of 198011 with flag 16549631/5040060
221.43/218.21	c cleaning 99998 clauses out of 200009 with flag 16910020/5141060
226.45/223.13	c cleaning 100997 clauses out of 202012 with flag 17232987/5243061
232.63/229.34	c cleaning 102005 clauses out of 204014 with flag 17582379/5346060
238.92/235.66	c cleaning 102996 clauses out of 206009 with flag 17958862/5450060
244.84/241.56	c cleaning 103999 clauses out of 208013 with flag 18294196/5555060
251.27/247.87	c cleaning 105004 clauses out of 210015 with flag 18609328/5661061
257.59/254.14	c cleaning 105997 clauses out of 212010 with flag 18943773/5768060
263.41/260.00	c cleaning 107002 clauses out of 214015 with flag 19276035/5876062
270.35/266.74	c cleaning 107999 clauses out of 216011 with flag 19641194/5985060
276.48/272.81	c cleaning 109002 clauses out of 218012 with flag 20042142/6095060
282.39/278.77	c cleaning 110002 clauses out of 220011 with flag 20444269/6206061
288.39/284.67	c cleaning 111000 clauses out of 222008 with flag 20893519/6318060
294.62/290.80	c cleaning 112002 clauses out of 224010 with flag 21347219/6431062
301.73/297.97	c cleaning 112993 clauses out of 226006 with flag 21752709/6545060
307.43/303.55	c cleaning 114004 clauses out of 228013 with flag 22097912/6660060
311.99/308.07	c cleaning 115000 clauses out of 230010 with flag 22433067/6776061
316.79/312.83	c cleaning 116000 clauses out of 232009 with flag 22794060/6893060
323.50/319.44	c cleaning 116999 clauses out of 234009 with flag 23150432/7011060
329.12/325.07	c cleaning 117999 clauses out of 236012 with flag 23486504/7130062
335.82/331.79	c cleaning 119002 clauses out of 238012 with flag 23870096/7250061
343.65/339.54	c cleaning 119998 clauses out of 240009 with flag 24289832/7371060
350.46/346.22	c cleaning 120995 clauses out of 242012 with flag 24678198/7493061
356.77/352.54	c cleaning 121996 clauses out of 244016 with flag 25081387/7616060
362.49/358.26	c cleaning 123001 clauses out of 246020 with flag 25457473/7740060
369.94/365.53	c cleaning 124005 clauses out of 248022 with flag 25880969/7865063
377.25/372.87	c cleaning 124998 clauses out of 250014 with flag 26347559/7991060
384.86/380.41	c cleaning 125991 clauses out of 252016 with flag 26805409/8118060
391.92/387.39	c cleaning 127006 clauses out of 254028 with flag 27223464/8246063
400.86/396.25	c cleaning 128004 clauses out of 256020 with flag 27722569/8375061
408.33/403.51	c cleaning 128999 clauses out of 258016 with flag 28176819/8505061
417.56/412.76	c cleaning 130003 clauses out of 260017 with flag 28726642/8636061
425.39/420.48	c cleaning 131001 clauses out of 262014 with flag 29188959/8768061
434.34/429.37	c cleaning 132002 clauses out of 264012 with flag 29665003/8901060
441.49/436.37	c cleaning 133004 clauses out of 266011 with flag 30139314/9035061
451.25/445.90	c cleaning 133996 clauses out of 268006 with flag 30668281/9170060
459.68/454.31	c cleaning 135000 clauses out of 270010 with flag 31160972/9306060
470.46/464.92	c cleaning 135999 clauses out of 272010 with flag 31720877/9443060
478.86/473.39	c cleaning 136997 clauses out of 274011 with flag 32219667/9581060
489.23/483.53	c cleaning 138004 clauses out of 276014 with flag 32727323/9720060
499.47/493.71	c cleaning 139001 clauses out of 278010 with flag 33282619/9860060
507.96/502.04	c cleaning 139998 clauses out of 280009 with flag 33790870/10001060
516.79/510.85	c cleaning 141005 clauses out of 282013 with flag 34282659/10143062
525.63/519.55	c cleaning 141993 clauses out of 284007 with flag 34809162/10286061
535.16/529.09	c cleaning 143004 clauses out of 286014 with flag 35398770/10430061
544.01/537.70	c cleaning 144002 clauses out of 288009 with flag 35953300/10575060
554.54/548.20	c cleaning 145000 clauses out of 290009 with flag 36500253/10721062
562.07/555.64	c cleaning 145996 clauses out of 292007 with flag 36993467/10868060
571.39/564.92	c cleaning 147002 clauses out of 294011 with flag 37502280/11016060
581.09/574.46	c cleaning 148000 clauses out of 296009 with flag 38042686/11165060
591.54/584.85	c cleaning 149000 clauses out of 298010 with flag 38590591/11315061
602.87/596.09	c cleaning 150003 clauses out of 300010 with flag 39176386/11466061
612.76/605.77	c cleaning 150998 clauses out of 302006 with flag 39710479/11618060
624.21/617.18	c cleaning 152000 clauses out of 304008 with flag 40256467/11771060
635.97/628.71	c cleaning 153002 clauses out of 306009 with flag 40820574/11925061
646.32/639.02	c cleaning 154003 clauses out of 308007 with flag 41362437/12080061
656.55/649.17	c cleaning 154997 clauses out of 310003 with flag 41895734/12236060
667.96/660.54	c cleaning 155994 clauses out of 312006 with flag 42465393/12393060
678.29/670.72	c cleaning 157002 clauses out of 314014 with flag 43011718/12551062
689.40/681.69	c cleaning 157994 clauses out of 316010 with flag 43573532/12710060
699.33/691.34	c cleaning 158999 clauses out of 318016 with flag 44132216/12870060
709.14/700.91	c cleaning 160002 clauses out of 320018 with flag 44665915/13031061
721.57/713.30	c cleaning 161004 clauses out of 322017 with flag 45253444/13193062
732.78/724.47	c cleaning 162001 clauses out of 324013 with flag 45861803/13356062
743.99/735.47	c cleaning 163000 clauses out of 326010 with flag 46431846/13520060
755.62/746.83	c cleaning 164001 clauses out of 328011 with flag 47014237/13685061
767.76/758.90	c cleaning 165003 clauses out of 330011 with flag 47612330/13851062
779.49/770.55	c cleaning 165999 clauses out of 332007 with flag 48179550/14018061
790.82/781.86	c cleaning 166992 clauses out of 334007 with flag 48739681/14186060
804.85/795.71	c cleaning 168003 clauses out of 336017 with flag 49333688/14355062
816.63/807.32	c cleaning 169002 clauses out of 338012 with flag 49909772/14525060
829.96/820.43	c cleaning 170003 clauses out of 340011 with flag 50507861/14696061
844.99/835.43	c cleaning 171003 clauses out of 342010 with flag 51131832/14868063
858.42/848.74	c cleaning 171996 clauses out of 344004 with flag 51755304/15041060
873.35/863.42	c cleaning 172999 clauses out of 346009 with flag 52412920/15215061
888.58/878.63	c cleaning 174002 clauses out of 348011 with flag 53089526/15390062
901.01/890.93	c cleaning 174999 clauses out of 350007 with flag 53718743/15566060
914.52/904.43	c cleaning 176003 clauses out of 352012 with flag 54381955/15743064
927.72/917.47	c cleaning 176996 clauses out of 354005 with flag 55090595/15921060
941.37/931.10	c cleaning 177997 clauses out of 356010 with flag 55811281/16100061
955.92/945.43	c cleaning 179006 clauses out of 358013 with flag 56488228/16280061
967.82/957.15	c cleaning 179993 clauses out of 360007 with flag 57106098/16461061
981.75/970.87	c cleaning 181000 clauses out of 362014 with flag 57770427/16643061
993.71/982.51	c cleaning 182002 clauses out of 364013 with flag 58417900/16826060
1011.97/1000.51	c cleaning 183001 clauses out of 366011 with flag 59160546/17010060
1025.52/1014.04	c cleaning 183998 clauses out of 368011 with flag 59821616/17195061
1038.48/1026.83	c cleaning 184998 clauses out of 370012 with flag 60496269/17381060
1050.80/1038.98	c cleaning 185998 clauses out of 372014 with flag 61176985/17568060
1062.83/1050.76	c cleaning 187008 clauses out of 374016 with flag 61844007/17756060
1077.67/1065.34	c cleaning 188002 clauses out of 376009 with flag 62551242/17945061
1091.03/1078.47	c cleaning 188997 clauses out of 378006 with flag 63291240/18135060
1101.71/1089.10	c cleaning 190000 clauses out of 380009 with flag 63994484/18326060
1115.68/1102.85	c cleaning 190998 clauses out of 382010 with flag 64716636/18518061
1129.72/1116.86	c cleaning 191998 clauses out of 384013 with flag 65436758/18711062
1145.80/1132.77	c cleaning 193003 clauses out of 386013 with flag 66190465/18905060
1157.36/1144.04	c cleaning 193995 clauses out of 388010 with flag 66939156/19100060
1169.72/1156.17	c cleaning 195003 clauses out of 390016 with flag 67684614/19296061
1187.64/1173.87	c cleaning 196002 clauses out of 392014 with flag 68511820/19493062
1202.10/1188.02	c cleaning 196997 clauses out of 394011 with flag 69292363/19691061
1217.69/1203.48	c cleaning 198004 clauses out of 396014 with flag 70029384/19890061
1234.90/1220.66	c cleaning 198998 clauses out of 398009 with flag 70789593/20090060
1254.57/1240.12	c cleaning 200002 clauses out of 400011 with flag 71559298/20291060
1272.81/1258.29	c cleaning 200999 clauses out of 402009 with flag 72327165/20493060
1287.88/1273.04	c cleaning 202000 clauses out of 404010 with flag 73080010/20696060
1301.96/1286.89	c cleaning 202999 clauses out of 406010 with flag 73811378/20900060
1315.73/1300.37	c cleaning 204001 clauses out of 408012 with flag 74600060/21105061
1327.82/1312.19	c cleaning 205004 clauses out of 410011 with flag 75353738/21311061
1345.08/1329.12	c cleaning 205998 clauses out of 412006 with flag 76123501/21518060
1361.58/1345.47	c cleaning 206998 clauses out of 414009 with flag 76875316/21726061
1380.56/1364.14	c cleaning 208004 clauses out of 416012 with flag 77657475/21935062
1395.09/1378.44	c cleaning 208998 clauses out of 418008 with flag 78438708/22145062
1409.13/1392.27	c cleaning 209998 clauses out of 420009 with flag 79265626/22356061
1422.55/1405.61	c cleaning 211003 clauses out of 422011 with flag 80057064/22568061
1441.88/1424.84	c cleaning 211990 clauses out of 424007 with flag 80943760/22781060
1464.89/1447.62	c cleaning 213004 clauses out of 426017 with flag 81866967/22995060
1479.43/1461.97	c cleaning 214003 clauses out of 428013 with flag 82757694/23210060
1495.05/1477.31	c cleaning 214999 clauses out of 430010 with flag 83665399/23426060
1512.99/1495.03	c cleaning 216000 clauses out of 432011 with flag 84483605/23643060
1529.22/1511.05	c cleaning 217000 clauses out of 434012 with flag 85342159/23861061
1546.93/1528.57	c cleaning 218002 clauses out of 436011 with flag 86225060/24080060
1565.89/1547.24	c cleaning 219002 clauses out of 438009 with flag 87080495/24300060
1581.30/1562.48	c cleaning 219994 clauses out of 440007 with flag 87888305/24521060
1599.95/1580.82	c cleaning 221003 clauses out of 442013 with flag 88663463/24743060
1618.42/1599.06	c cleaning 222001 clauses out of 444012 with flag 89454781/24966062
1639.83/1620.20	c cleaning 223000 clauses out of 446010 with flag 90300015/25190061
1656.25/1636.43	c cleaning 223998 clauses out of 448009 with flag 91189897/25415060
1675.07/1655.29	c cleaning 225001 clauses out of 450011 with flag 92071392/25641060
1691.76/1671.72	c cleaning 226003 clauses out of 452010 with flag 92870816/25868060
1713.03/1692.81	c cleaning 226996 clauses out of 454007 with flag 93715796/26096060
1733.35/1712.93	c cleaning 227996 clauses out of 456012 with flag 94634896/26325061
1754.52/1733.85	c cleaning 229000 clauses out of 458016 with flag 95553040/26555061
1775.88/1754.91	c cleaning 230000 clauses out of 460015 with flag 96437558/26786060
1798.39/1777.21	c cleaning 231004 clauses out of 462015 with flag 97396651/27018060
1815.82/1794.16	c cleaning 232004 clauses out of 464012 with flag 98273333/27251061
1830.95/1809.09	c cleaning 233001 clauses out of 466007 with flag 99109193/27485060
1855.76/1833.99	c cleaning 234003 clauses out of 468007 with flag 100090257/27720061
1877.24/1855.42	c cleaning 234994 clauses out of 470004 with flag 100951436/27956061
1902.87/1881.13	c cleaning 235998 clauses out of 472009 with flag 101930073/28193060
1927.22/1905.58	c cleaning 237000 clauses out of 474011 with flag 102865691/28431060
1954.54/1933.00	c cleaning 237995 clauses out of 476013 with flag 103851257/28670062
1977.16/1955.50	c cleaning 239001 clauses out of 478018 with flag 104762283/28910062
2000.38/1978.82	c cleaning 240004 clauses out of 480017 with flag 105686546/29151062
2025.28/2003.70	c cleaning 241003 clauses out of 482012 with flag 106664020/29393061
2051.88/2030.40	c cleaning 241996 clauses out of 484009 with flag 107640281/29636061
2078.12/2056.78	c cleaning 243001 clauses out of 486012 with flag 108641708/29880060
2105.53/2084.22	c cleaning 244000 clauses out of 488011 with flag 109606388/30125060
2130.58/2109.32	c cleaning 244996 clauses out of 490012 with flag 110586633/30371061
2153.11/2131.92	c cleaning 246004 clauses out of 492015 with flag 111531876/30618060
2178.06/2156.96	c cleaning 247003 clauses out of 494011 with flag 112398812/30866060
2202.68/2181.67	c cleaning 247993 clauses out of 496008 with flag 113296860/31115060
2230.45/2209.41	c cleaning 249000 clauses out of 498017 with flag 114241474/31365062
2254.94/2233.91	c cleaning 250007 clauses out of 500018 with flag 115174663/31616063
2279.53/2258.52	c cleaning 251001 clauses out of 502009 with flag 116073078/31868061
2302.94/2281.98	c cleaning 252000 clauses out of 504009 with flag 117007284/32121062
2333.22/2312.10	c cleaning 252997 clauses out of 506007 with flag 117962700/32375060
2360.77/2339.63	c cleaning 254000 clauses out of 508011 with flag 118885996/32630061
2390.42/2369.34	c cleaning 255001 clauses out of 510011 with flag 119870514/32886061
2413.21/2392.13	c cleaning 255998 clauses out of 512010 with flag 120831722/33143061
2439.45/2418.44	c cleaning 256996 clauses out of 514012 with flag 121792273/33401061
2464.57/2443.50	c cleaning 258007 clauses out of 516017 with flag 122780303/33660062
2493.25/2472.04	c cleaning 259000 clauses out of 518008 with flag 123816823/33920060
2521.17/2500.06	c cleaning 259999 clauses out of 520008 with flag 124806402/34181060
2550.00/2528.84	c cleaning 261003 clauses out of 522009 with flag 125857151/34443060
2568.52/2547.31	c cleaning 261999 clauses out of 524006 with flag 126704614/34706060
2583.84/2562.31	c cleaning 262997 clauses out of 526008 with flag 127564609/34970061
2600.76/2579.27	c cleaning 263999 clauses out of 528014 with flag 128401941/35235064
2616.75/2595.29	c cleaning 264999 clauses out of 530012 with flag 129273020/35501061
2634.22/2612.78	c cleaning 266003 clauses out of 532013 with flag 130164232/35768061
2649.30/2627.85	c cleaning 267001 clauses out of 534009 with flag 131067015/36036060
2669.36/2647.67	c cleaning 268003 clauses out of 536009 with flag 131983342/36305061
2688.91/2667.18	c cleaning 268996 clauses out of 538005 with flag 132960577/36575060
2711.97/2690.27	c cleaning 270000 clauses out of 540009 with flag 133959096/36846060
2736.61/2714.59	c cleaning 271005 clauses out of 542010 with flag 134903819/37118061
2757.02/2734.99	c cleaning 271998 clauses out of 544004 with flag 135896113/37391060
2782.62/2760.51	c cleaning 272995 clauses out of 546006 with flag 137026944/37665060
2810.26/2788.01	c cleaning 274002 clauses out of 548011 with flag 138115722/37940060
2835.49/2813.12	c cleaning 274996 clauses out of 550009 with flag 139089115/38216060
2858.60/2835.92	c cleaning 276003 clauses out of 552014 with flag 140039810/38493061
2884.15/2861.46	c cleaning 277003 clauses out of 554010 with flag 140986780/38771060
2906.66/2883.66	c cleaning 277997 clauses out of 556008 with flag 141887476/39050061
2932.66/2909.67	c cleaning 278998 clauses out of 558010 with flag 142868281/39330060
2957.46/2934.18	c cleaning 279995 clauses out of 560012 with flag 143829092/39611060
2980.30/2957.00	c cleaning 280999 clauses out of 562017 with flag 144781728/39893060
3004.08/2980.33	c cleaning 282003 clauses out of 564018 with flag 145744883/40176060
3032.42/3008.64	c cleaning 283005 clauses out of 566015 with flag 146696439/40460060
3056.23/3032.15	c cleaning 283996 clauses out of 568011 with flag 147775156/40745061
3081.07/3056.91	c cleaning 285006 clauses out of 570015 with flag 148793831/41031061
3108.91/3084.54	c cleaning 285997 clauses out of 572008 with flag 149857044/41318060
3139.11/3114.49	c cleaning 286999 clauses out of 574011 with flag 150880345/41606060
3164.68/3139.65	c cleaning 288002 clauses out of 576013 with flag 151882661/41895061
3191.31/3165.93	c cleaning 289002 clauses out of 578010 with flag 152921572/42185060
3217.23/3191.52	c cleaning 290001 clauses out of 580010 with flag 153985079/42476062
3237.60/3211.54	c cleaning 290998 clauses out of 582007 with flag 155009255/42768060
3261.21/3234.81	c cleaning 292002 clauses out of 584010 with flag 155980955/43061061
3288.73/3262.09	c cleaning 293003 clauses out of 586009 with flag 157096763/43355062
3316.96/3289.95	c cleaning 294001 clauses out of 588005 with flag 158183853/43650061
3344.02/3316.45	c cleaning 295000 clauses out of 590003 with flag 159189505/43946060
3372.90/3345.06	c cleaning 295994 clauses out of 592003 with flag 160310323/44243060
3404.18/3376.10	c cleaning 296996 clauses out of 594009 with flag 161548397/44541060
3437.92/3409.26	c cleaning 297997 clauses out of 596013 with flag 162691700/44840060
3470.69/3441.46	c cleaning 299000 clauses out of 598016 with flag 163807572/45140060
3498.69/3469.04	c cleaning 300003 clauses out of 600017 with flag 164863904/45441061
3530.77/3500.56	c cleaning 301003 clauses out of 602014 with flag 165955862/45743061
3553.62/3523.03	c cleaning 302002 clauses out of 604010 with flag 167064921/46046060
3579.58/3548.77	c cleaning 302997 clauses out of 606010 with flag 168210482/46350062
3600.09/3568.90	c starts		: 118
3600.09/3568.91	c conflicts		: 46631713
3600.09/3568.91	c decisions		: 52219942
3600.09/3568.91	c propagations		: 715434615
3600.09/3568.91	c inspects		: 38776048957
3600.09/3568.91	c shortcuts		: 0
3600.09/3568.91	c learnt literals	: 0
3600.09/3568.91	c learnt binary clauses	: 0
3600.09/3568.91	c learnt ternary clauses	: 0
3600.09/3568.91	c learnt constraints	: 46631713
3600.09/3568.91	c ignored constraints	: 0
3600.09/3568.91	c root simplifications	: 0
3600.09/3568.91	c removed literals (reason simplification)	: 1051078627
3600.09/3568.91	c reason swapping (by a shorter reason)	: 0
3600.09/3568.91	c Calls to reduceDB	: 300
3600.09/3568.91	c Number of update (reduction) of LBD	: 2481805
3600.09/3568.91	c Imported unit clauses	: 0
3600.09/3568.91	c No decision after first conflict	: false
3600.09/3568.91	c number of reductions to clauses (during analyze)	: 0
3600.09/3568.91	c number of learned constraints concerned by reduction	: 0
3600.09/3568.91	c number of learning phase by resolution	: 0
3600.09/3568.91	c number of learning phase by cutting planes	: 0
3600.09/3568.91	c number of rounding to 1 operations	: 0
3600.09/3568.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3568.91	c number of reductions of the coefficients by power 2 	: 0
3600.09/3568.91	c number of right shift for reduction by power 2 	: 0
3600.09/3568.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3568.91	c number of ending skipping 	: 0
3600.09/3568.91	c number of internal skipping 	: 0
3600.09/3568.91	c number of derivation steps 	: 0
3600.09/3568.91	c number of skipped derivation steps 	: 0
3600.09/3568.91	c number of remaining unassigned 	: 0
3600.09/3568.91	c number of remaining assigned 	: 0
3600.09/3568.91	c number of falsified literals weakened from reason	: 0
3600.09/3568.91	c number of falsified literals weakened from conflict	: 0
3600.09/3568.91	c time for arithmetic operations	: 0
3600.09/3568.91	c minimum degree of deleted constraints	: null
3600.09/3568.91	c maximum degree of deleted constraints	: null
3600.09/3568.91	c number of deleted constraints	: 0
3600.09/3568.91	c speed (assignments/second)	: 200475.1358689941
3600.09/3568.91	c non guided choices	: 2016
3600.09/3568.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 584664
3600.09/3568.97	s SATISFIABLE
3600.09/3568.97	c Found 1 solution(s)
3600.09/3568.97	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.09/3568.97	c objective function=176
3600.09/3568.97	c Total wall clock time (in seconds): 3568.881

Verifier Data

OK	176

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-4783477-1782148787/watcher-4783477-1782148787 -o /tmp/evaluation-result-4783477-1782148787/solver-4783477-1782148787 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783477-1782148787/vars-4783477-1782148787 --bin-var /tmp/runsolver-exch-nodeE010-1782145215-2300562 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783477-1782148787.opb 

running on 4 cores: 36-39

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

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

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (110218 MiB free)
  node 1: cores 8-15, 128973 MiB (113612 MiB free)
  node 2: cores 16-23, 129019 MiB (119021 MiB free)
  node 3: cores 24-31, 129003 MiB (112394 MiB free)
  node 4: cores 32-39, 129019 MiB (114749 MiB free)
  node 5: cores 40-47, 129019 MiB (118482 MiB free)
  node 6: cores 48-55, 129019 MiB (111436 MiB free)
  node 7: cores 56-63, 128474 MiB (117481 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2302006, runsolver pid=2302003
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 16.39 16.53 17.30 19/1220 2302027
/proc/meminfo: memFree=939403608/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=34966608 memory=55736 CPUtime=0.18 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 6254 0 0 0 17 1 0 0 20 0 20 0 148166455 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8741652 13934 6213 1 0 31784 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3114 0 0 0 8 0 0 0 20 0 20 0 148166456 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=34966608 memory=51666686 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148166457 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=34966608 memory=55186873909743 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 148166457 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=34966608 memory=60688743793250 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148166457 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=34966608 memory=54091707581220 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148166458 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=34966608 memory=14408207351153926 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148166458 35805806592 13434 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 55736 KiB

[startup+0.213251 s]*
/proc/loadavg: 16.39 16.53 17.30 20/1222 2302029
/proc/meminfo: memFree=939335768/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35099736 memory=133484 CPUtime=0.54 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 9857 0 0 0 52 2 0 0 20 0 22 0 148166455 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8774934 33371 6246 1 0 79628 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35099736 memory=8386095037794055477 CPUtime=0.19 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3314 0 0 0 19 0 0 0 20 0 22 0 148166456 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35099736 memory=220051594506 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35099736 memory=51708573 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35099736 memory=51684146 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35099736 memory=51729166 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35099736 memory=51700260 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35099736 memory=14412626940981525 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (java) R 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166477 35942129664 32953 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 133484 KiB

[startup+0.314495 s]*
/proc/loadavg: 16.39 16.53 17.30 18/1199 2302034
/proc/meminfo: memFree=940484312/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35099736 memory=154692 CPUtime=0.87 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 14144 0 0 0 85 2 0 0 20 0 22 0 148166455 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8774934 38673 6262 1 0 82909 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35099736 memory=3472328095224194576 CPUtime=0.29 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3327 0 0 0 29 0 0 0 20 0 22 0 148166456 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35099736 memory=7307935036043690359 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35099736 memory=61779700335181 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35099736 memory=56290748943250 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35099736 memory=61784045735961 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35099736 memory=57420426042702 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35099736 memory=14130043811007241 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166477 35942129664 38134 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 154692 KiB

[startup+0.700488 s]
/proc/loadavg: 16.39 16.53 17.30 18/1197 2302042
/proc/meminfo: memFree=940452672/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35099736 memory=167832 CPUtime=1.87 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 14405 0 0 0 185 2 0 0 20 0 22 0 148166455 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8774934 41958 6278 1 0 86144 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35099736 memory=2080 CPUtime=0.66 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3343 0 0 0 66 0 0 0 20 0 22 0 148166456 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35099736 memory=7456 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35099736 memory=968 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166457 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35099736 memory=2948 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35099736 memory=-7669166695165094759 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166458 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35099736 memory=54984191 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166477 35942129664 41503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 167832 KiB

[startup+1.50016 s]
/proc/loadavg: 16.39 16.53 17.30 17/1197 2302042
/proc/meminfo: memFree=940390416/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35099736 memory=186372 CPUtime=2.76 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 16715 0 0 0 273 3 0 0 20 0 21 0 148166455 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8774934 46593 6278 1 0 86166 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35099736 memory=2080 CPUtime=1.45 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3666 0 0 0 145 0 0 0 20 0 21 0 148166456 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35099736 memory=7456 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35099736 memory=165716 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35099736 memory=3905184033949694193 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148166458 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166458 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166477 35942129664 46111 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 186372 KiB

[startup+3.11353 s]
/proc/loadavg: 16.35 16.52 17.29 16/1198 2302048
/proc/meminfo: memFree=940179536/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35099736 memory=223292 CPUtime=4.37 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 17258 0 0 0 434 3 0 0 20 0 21 0 148166455 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8774934 55823 6278 1 0 86170 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35099736 memory=0 CPUtime=3.07 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 3941 0 0 0 306 1 0 0 20 0 21 0 148166456 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35099736 memory=22888 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35099736 memory=-7669166695165094759 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35099736 memory=7456 CPUtime=0 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148166457 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35099736 memory=2080 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148166458 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35099736 memory=169900 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166458 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166477 35942129664 55455 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 223292 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=883977532/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=664800 CPUtime=3370.2 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 114095 0 0 0 336922 98 0 0 20 0 23 0 148166455 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 166200 6266 1 0 179140 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=7456 CPUtime=3321.04 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 25576 0 0 0 332100 4 0 0 20 0 23 0 148166456 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=59164 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=715008 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=710648 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 69 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 165971 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3370.2 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 664800 KiB

[startup+3402.3 s]
/proc/loadavg: 16.59 16.66 16.65 17/1225 2304613
/proc/meminfo: memFree=880694924/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=666408 CPUtime=3431.02 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 114374 0 0 0 343002 100 0 0 20 0 23 0 148166455 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 166602 6266 1 0 183324 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=715008 CPUtime=3380.64 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 25611 0 0 0 338060 4 0 0 20 0 23 0 148166456 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=25333125866717268 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 69 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=1708 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=631328 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=428 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 166348 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3431.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 666408 KiB

[startup+3462.3 s]
/proc/loadavg: 16.63 16.65 16.65 17/1223 2304691
/proc/meminfo: memFree=878747448/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=680776 CPUtime=3491.98 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 115428 0 0 0 349095 103 0 0 20 0 23 0 148166455 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 170194 6266 1 0 183328 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=681544 CPUtime=3440.23 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 25778 0 0 0 344018 5 0 0 20 0 23 0 148166456 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=715008 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=664800 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 69 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=7456 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=681028 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=726880 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 169989 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3491.98 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 680776 KiB

[startup+3522.3 s]
/proc/loadavg: 17.55 16.90 16.73 20/1223 2304692
/proc/meminfo: memFree=872003328/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=714764 CPUtime=3552.91 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 116221 0 0 0 355185 106 0 0 20 0 23 0 148166455 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 178691 6266 1 0 191696 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=681544 CPUtime=3499.83 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 25920 0 0 0 349978 5 0 0 20 0 23 0 148166456 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=726880 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=681544 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=968 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 69 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=2948 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=2948 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=681548 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 178436 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3552.91 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 714764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.9 s]
/proc/loadavg: 17.26 16.91 16.74 17/1224 2304770
/proc/meminfo: memFree=871216764/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=671044 CPUtime=3600.09 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 116552 0 0 0 359901 108 0 0 20 0 23 0 148166455 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 167761 6266 1 0 183328 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=671044 CPUtime=3546.08 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 26049 0 0 0 354603 5 0 0 20 0 23 0 148166456 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=681548 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=714764 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=715020 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 71 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=10860 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=1708 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=671044 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 671044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.18 s, system=1.09326 s

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

[startup+3568.9 s]
/proc/loadavg: 17.26 16.91 16.74 17/1224 2304770
/proc/meminfo: memFree=871216764/1055320708 swapFree=32681384/33554428
[pid=2302006] ppid=2302003 vsize=35166300 memory=671044 CPUtime=3600.09 cores=36-39
/proc/2302006/stat : 2302006 (java) S 2302003 2302006 2300543 0 -1 4194304 116552 0 0 0 359901 108 0 0 20 0 23 0 148166455 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
/proc/2302006/statm: 8791575 167761 6266 1 0 183328 0
[pid=2302006/tid=2302008] ppid=2302003 vsize=35166300 memory=671044 CPUtime=3546.08 cores=36-39
/proc/2302006/task/2302008/stat : 2302008 (java) R 2302003 2302006 2300543 0 -1 4194368 26049 0 0 0 354603 5 0 0 20 0 23 0 148166456 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302019] ppid=2302003 vsize=35166300 memory=681548 CPUtime=0 cores=36-39
/proc/2302006/task/2302019/stat : 2302019 (Referen..andler) S 2302003 2302006 2300543 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302020] ppid=2302003 vsize=35166300 memory=714764 CPUtime=0 cores=36-39
/proc/2302006/task/2302020/stat : 2302020 (Finalizer) S 2302003 2302006 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302023] ppid=2302003 vsize=35166300 memory=715020 CPUtime=0.1 cores=36-39
/proc/2302006/task/2302023/stat : 2302023 (Monitor..Thread) S 2302003 2302006 2300543 0 -1 4194368 71 0 0 0 6 4 0 0 20 0 23 0 148166457 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302026] ppid=2302003 vsize=35166300 memory=10860 CPUtime=0 cores=36-39
/proc/2302006/task/2302026/stat : 2302026 (Notific..Thread) S 2302003 2302006 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302027] ppid=2302003 vsize=35166300 memory=1708 CPUtime=0 cores=36-39
/proc/2302006/task/2302027/stat : 2302027 (Common-Cleaner) S 2302003 2302006 2300543 0 -1 4194368 318 0 0 0 0 0 0 0 20 0 23 0 148166458 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
[pid=2302006/tid=2302030] ppid=2302003 vsize=35166300 memory=671044 CPUtime=0 cores=36-39
/proc/2302006/task/2302030/stat : 2302030 (Timer-0) S 2302003 2302006 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166477 36010291200 167503 18446744073709551615 94886950178816 94886950182512 140722800836192 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94886950190376 94886950191120 94886977060864 140722800842964 140722800843104 140722800843104 140722800848840 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 671044 KiB

Child status: 143

Real time (s): 3568.98
CPU time (s): 3600.27
CPU user time (s): 3599.18
CPU system time (s): 1.09326
CPU usage (%): 100.877
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1424464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 1.09326
maximum resident set size= 1423456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118576
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126434
involuntary context switches= 4318


# summary of solver processes directly reported to runsolver:
#   pid: 2302006
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3599.18
#   total CPU system time (s): 1.09326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6092 second user time and 39.763 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 19:19:47
IDJOB=4783477
IDBENCH=147017
IDSOLVER=3602
FILE ID=nodeE010/4783477-1782148787
RUNJOBID= nodeE010-1782145215-2300562
SLURM_JOB_ID= 12510924
Free space on /tmp= 798316 MiB

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

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=662403720

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        939415348 kB
MemAvailable:   1018566704 kB
Buffers:              32 kB
Cached:         82931300 kB
SwapCached:         6960 kB
Active:         31194360 kB
Inactive:       81597720 kB
Active(anon):   29897020 kB
Inactive(anon):    50272 kB
Active(file):    1297340 kB
Inactive(file): 81547448 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9448 kB
Writeback:             0 kB
AnonPages:      29856516 kB
Mapped:            88388 kB
Shmem:             86540 kB
KReclaimable:    1111384 kB
Slab:            1627648 kB
SReclaimable:    1111384 kB
SUnreclaim:       516264 kB
KernelStack:       20176 kB
PageTables:        68732 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   33359504 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484036 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28631040 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798384 MiB
End job on nodeE010 at 2026-06-22 20:19:17