Trace number 4783489

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)66 3600.22 3580.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3574.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.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-4783489-1782148795.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.17/0.14	c ... done. Wall clock time 0.052s.
0.17/0.14	c declared #vars     540
0.17/0.14	c #constraints  4626
0.17/0.14	c constraints type 
0.17/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.17/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.17/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.17/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.17/0.14	c 4626 constraints processed.
0.17/0.15	c objective function length is 180 literals
0.17/0.18	c SATISFIABLE
0.17/0.18	c OPTIMIZING...
0.17/0.18	c Got one! Elapsed wall clock time (in seconds):0.091
0.17/0.18	o 78
0.17/0.21	c Got one! Elapsed wall clock time (in seconds):0.119
0.17/0.21	o 76
0.56/0.24	c Got one! Elapsed wall clock time (in seconds):0.149
0.56/0.24	o 74
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.21
0.56/0.30	o 68
1.32/0.57	c cleaning 3524 clauses out of 7053 with flag 30822/7053
1.90/0.96	c cleaning 4760 clauses out of 9529 with flag 80249/13053
2.41/1.45	c cleaning 5878 clauses out of 11769 with flag 147681/20053
3.12/2.12	c cleaning 6941 clauses out of 13894 with flag 245093/28056
3.88/2.83	c cleaning 7969 clauses out of 15951 with flag 346858/37054
4.78/3.74	c cleaning 8989 clauses out of 17982 with flag 468552/47054
5.88/4.83	c cleaning 9989 clauses out of 19992 with flag 612695/58053
7.09/6.08	c cleaning 10993 clauses out of 22003 with flag 781196/70053
8.57/7.51	c cleaning 12001 clauses out of 24012 with flag 976530/83055
10.19/9.19	c cleaning 12993 clauses out of 26009 with flag 1190558/97053
12.09/11.04	c cleaning 14000 clauses out of 28017 with flag 1419181/112054
14.08/13.08	c cleaning 15001 clauses out of 30016 with flag 1676061/128053
16.39/15.35	c cleaning 16001 clauses out of 32016 with flag 1955118/145054
18.91/17.84	c cleaning 17002 clauses out of 34016 with flag 2255310/163055
22.12/21.09	c cleaning 18004 clauses out of 36012 with flag 2658712/182053
25.40/24.31	c cleaning 18997 clauses out of 38008 with flag 3022702/202053
25.59/24.57	c Got one! Elapsed wall clock time (in seconds):24.481
25.59/24.57	o 66
26.30/25.23	c cleaning 12415 clauses out of 24848 with flag 81167/207890
27.02/25.91	c cleaning 9201 clauses out of 18433 with flag 191765/213890
27.72/26.61	c cleaning 8103 clauses out of 16231 with flag 307557/220889
28.47/27.35	c cleaning 8051 clauses out of 16128 with flag 431184/228889
29.28/28.18	c cleaning 8535 clauses out of 17078 with flag 563405/237890
30.27/29.13	c cleaning 9267 clauses out of 18543 with flag 717254/247890
31.36/30.28	c cleaning 10129 clauses out of 20276 with flag 894764/258890
32.76/31.62	c cleaning 11062 clauses out of 22146 with flag 1091904/270889
34.17/33.11	c cleaning 12035 clauses out of 24084 with flag 1307849/283889
35.66/34.58	c cleaning 13022 clauses out of 26049 with flag 1528176/297889
35.85/34.78	c cleaning 14010 clauses out of 28028 with flag 1559571/312890
36.05/35.00	c cleaning 15007 clauses out of 30018 with flag 1595615/328890
36.36/35.26	c cleaning 16003 clauses out of 32011 with flag 1637643/345890
36.67/35.53	c cleaning 16997 clauses out of 34007 with flag 1680904/363889
36.97/35.83	c cleaning 18005 clauses out of 36010 with flag 1731353/382889
37.28/36.17	c cleaning 18996 clauses out of 38005 with flag 1786541/402889
37.66/36.57	c cleaning 20005 clauses out of 40009 with flag 1842140/423889
38.18/37.02	c cleaning 20999 clauses out of 42005 with flag 1900571/445890
38.57/37.48	c cleaning 21998 clauses out of 44006 with flag 1960188/468890
39.06/37.96	c cleaning 23000 clauses out of 46008 with flag 2021734/492890
39.56/38.46	c cleaning 24004 clauses out of 48009 with flag 2084965/517891
40.07/39.00	c cleaning 25001 clauses out of 50005 with flag 2156764/543891
40.76/39.61	c cleaning 25996 clauses out of 52002 with flag 2229889/570889
41.46/40.33	c cleaning 27001 clauses out of 54007 with flag 2307481/598890
42.18/41.02	c cleaning 27999 clauses out of 56005 with flag 2382794/627889
42.87/41.74	c cleaning 29002 clauses out of 58007 with flag 2462087/657890
43.57/42.40	c cleaning 29997 clauses out of 60004 with flag 2544915/688889
44.19/43.07	c cleaning 31001 clauses out of 62007 with flag 2630750/720889
44.89/43.72	c cleaning 32004 clauses out of 64007 with flag 2718235/753890
45.60/44.47	c cleaning 32997 clauses out of 66002 with flag 2810003/787889
46.49/45.33	c cleaning 34003 clauses out of 68005 with flag 2903073/822889
47.31/46.19	c cleaning 35001 clauses out of 70003 with flag 3001368/858890
48.23/47.06	c cleaning 35995 clauses out of 72001 with flag 3103764/895889
49.23/48.03	c cleaning 36996 clauses out of 74006 with flag 3204991/933889
50.03/48.85	c cleaning 37996 clauses out of 76010 with flag 3304146/972889
51.03/49.85	c cleaning 39001 clauses out of 78015 with flag 3408806/1012890
52.14/50.97	c cleaning 40003 clauses out of 80013 with flag 3532283/1053889
53.07/51.80	c cleaning 41004 clauses out of 82011 with flag 3642486/1095890
59.84/58.50	c cleaning 42000 clauses out of 84008 with flag 4283447/1138891
62.36/61.07	c cleaning 42998 clauses out of 86008 with flag 4537935/1182891
66.04/64.80	c cleaning 44002 clauses out of 88009 with flag 4847426/1227890
77.57/76.24	c cleaning 44997 clauses out of 90006 with flag 5625911/1273889
91.47/90.20	c cleaning 45994 clauses out of 92009 with flag 6491394/1320889
104.88/103.56	c cleaning 47004 clauses out of 94018 with flag 7381146/1368892
121.19/119.88	c cleaning 48001 clauses out of 96012 with flag 8347931/1417890
137.31/135.94	c cleaning 49001 clauses out of 98012 with flag 9331544/1467891
138.32/136.94	c cleaning 50002 clauses out of 100010 with flag 9456198/1518890
139.31/137.95	c cleaning 50998 clauses out of 102011 with flag 9578796/1570893
140.45/139.02	c cleaning 51995 clauses out of 104010 with flag 9705407/1623890
141.38/140.00	c cleaning 53006 clauses out of 106014 with flag 9839787/1677889
142.60/141.19	c cleaning 53998 clauses out of 108009 with flag 9978053/1732890
144.09/142.62	c cleaning 55001 clauses out of 110012 with flag 10128296/1788891
145.29/143.85	c cleaning 56000 clauses out of 112009 with flag 10280666/1845889
154.98/153.52	c cleaning 57004 clauses out of 114009 with flag 10931481/1903889
177.25/175.83	c cleaning 58002 clauses out of 116005 with flag 12092807/1962889
180.95/179.59	c cleaning 58996 clauses out of 118003 with flag 12393583/2022889
182.10/180.67	c cleaning 60000 clauses out of 120007 with flag 12543487/2083889
183.42/181.96	c cleaning 61000 clauses out of 122007 with flag 12683054/2145889
184.92/183.41	c cleaning 62002 clauses out of 124008 with flag 12831367/2208890
186.12/184.66	c cleaning 63000 clauses out of 126005 with flag 12980560/2272889
187.55/185.88	c cleaning 64000 clauses out of 128005 with flag 13131938/2337889
189.05/187.21	c cleaning 64997 clauses out of 130005 with flag 13289320/2403889
194.26/192.44	c cleaning 66001 clauses out of 132008 with flag 13643330/2470889
222.31/220.56	c cleaning 67000 clauses out of 134007 with flag 14944367/2538889
223.88/222.10	c cleaning 67993 clauses out of 136008 with flag 15094285/2607890
225.48/223.64	c cleaning 69003 clauses out of 138014 with flag 15246552/2677889
227.29/225.46	c cleaning 69997 clauses out of 140011 with flag 15410503/2748889
229.05/227.19	c cleaning 71004 clauses out of 142016 with flag 15565633/2820891
231.24/229.32	c cleaning 72005 clauses out of 144010 with flag 15727169/2893889
233.35/231.42	c cleaning 72998 clauses out of 146005 with flag 15889714/2967889
235.25/233.36	c cleaning 74000 clauses out of 148007 with flag 16057980/3042889
237.36/235.44	c cleaning 74992 clauses out of 150008 with flag 16230765/3118890
239.21/237.22	c cleaning 76007 clauses out of 152017 with flag 16399960/3195891
248.41/246.43	c cleaning 76996 clauses out of 154008 with flag 16929094/3273889
249.92/247.99	c cleaning 77996 clauses out of 156012 with flag 17107734/3352889
252.04/250.05	c cleaning 79008 clauses out of 158016 with flag 17295911/3432889
253.89/251.80	c cleaning 80000 clauses out of 160008 with flag 17486152/3513889
275.67/273.66	c cleaning 80999 clauses out of 162008 with flag 18426520/3595889
281.19/279.11	c cleaning 81996 clauses out of 164010 with flag 18784529/3678890
282.84/280.79	c cleaning 83001 clauses out of 166013 with flag 18993029/3762889
284.74/282.63	c cleaning 83999 clauses out of 168012 with flag 19185538/3847889
286.54/284.49	c cleaning 85003 clauses out of 170016 with flag 19382084/3933892
304.83/302.78	c cleaning 86000 clauses out of 172010 with flag 20188992/4020889
355.61/353.58	c cleaning 87003 clauses out of 174011 with flag 21907820/4108890
370.30/368.25	c cleaning 87999 clauses out of 176008 with flag 22609489/4197890
389.83/387.70	c cleaning 88999 clauses out of 178008 with flag 23411696/4287889
443.52/441.53	c cleaning 90002 clauses out of 180012 with flag 25157017/4378892
502.70/500.73	c cleaning 91002 clauses out of 182007 with flag 26985240/4470889
564.70/562.88	c cleaning 91999 clauses out of 184006 with flag 28805897/4563890
598.41/596.59	c cleaning 92997 clauses out of 186007 with flag 29982638/4657890
601.05/599.16	c cleaning 94003 clauses out of 188009 with flag 30189403/4752889
603.66/601.74	c cleaning 94997 clauses out of 190007 with flag 30407832/4848890
606.45/604.49	c cleaning 95995 clauses out of 192010 with flag 30630600/4945890
608.85/606.85	c cleaning 97007 clauses out of 194015 with flag 30851282/5043890
611.44/609.42	c cleaning 97999 clauses out of 196007 with flag 31076682/5142889
619.24/617.20	c cleaning 98998 clauses out of 198008 with flag 31467512/5242889
631.61/629.54	c cleaning 99997 clauses out of 200012 with flag 32018388/5343891
634.16/632.10	c cleaning 101001 clauses out of 202014 with flag 32261645/5445890
636.36/634.23	c cleaning 101999 clauses out of 204013 with flag 32509825/5548890
638.57/636.40	c cleaning 103005 clauses out of 206015 with flag 32766699/5652891
641.49/639.30	c cleaning 103997 clauses out of 208008 with flag 33016693/5757889
645.27/643.03	c cleaning 105002 clauses out of 210013 with flag 33289812/5863891
648.46/646.12	c cleaning 106000 clauses out of 212009 with flag 33552135/5970889
651.88/649.59	c cleaning 106999 clauses out of 214010 with flag 33805439/6078890
654.78/652.47	c cleaning 107999 clauses out of 216010 with flag 34065702/6187889
657.98/655.59	c cleaning 109000 clauses out of 218012 with flag 34334913/6297890
660.61/658.16	c cleaning 110003 clauses out of 220011 with flag 34601721/6408889
663.52/661.06	c cleaning 111002 clauses out of 222008 with flag 34875224/6520889
666.60/664.08	c cleaning 112000 clauses out of 224009 with flag 35155260/6633892
669.60/667.09	c cleaning 113003 clauses out of 226007 with flag 35441538/6747890
673.48/670.98	c cleaning 113997 clauses out of 228003 with flag 35726344/6862889
677.49/675.00	c cleaning 114994 clauses out of 230007 with flag 36016916/6978890
681.38/678.75	c cleaning 116000 clauses out of 232012 with flag 36315913/7095889
685.00/682.35	c cleaning 117004 clauses out of 234013 with flag 36628410/7213890
688.19/685.40	c cleaning 117999 clauses out of 236008 with flag 36945500/7332889
691.69/688.90	c cleaning 119001 clauses out of 238010 with flag 37265708/7452890
695.77/692.94	c cleaning 119996 clauses out of 240008 with flag 37581600/7573889
699.09/696.24	c cleaning 121001 clauses out of 242013 with flag 37911021/7695890
703.51/700.63	c cleaning 121999 clauses out of 244011 with flag 38252668/7818889
708.13/705.16	c cleaning 122995 clauses out of 246012 with flag 38595252/7942889
711.22/708.20	c cleaning 123998 clauses out of 248017 with flag 38912694/8067889
715.83/712.85	c cleaning 125002 clauses out of 250022 with flag 39233875/8193892
719.42/716.36	c cleaning 126004 clauses out of 252017 with flag 39524559/8320889
722.75/719.59	c cleaning 127003 clauses out of 254013 with flag 39826887/8448889
728.64/725.31	c cleaning 128004 clauses out of 256011 with flag 40146713/8577890
740.26/736.90	c cleaning 129003 clauses out of 258011 with flag 40660689/8707894
825.29/821.99	c cleaning 129993 clauses out of 260003 with flag 42659715/8838889
829.41/826.00	c cleaning 131003 clauses out of 262012 with flag 42962590/8970891
833.82/830.39	c cleaning 131999 clauses out of 264009 with flag 43290453/9103891
838.52/834.90	c cleaning 133000 clauses out of 266008 with flag 43626172/9237889
842.35/838.70	c cleaning 133998 clauses out of 268008 with flag 43958482/9372889
846.16/842.48	c cleaning 134999 clauses out of 270010 with flag 44283649/9508889
850.39/846.62	c cleaning 136001 clauses out of 272012 with flag 44612310/9645890
855.09/851.30	c cleaning 137002 clauses out of 274012 with flag 44949846/9783891
859.22/855.37	c cleaning 138002 clauses out of 276009 with flag 45276886/9922890
863.07/859.12	c cleaning 138994 clauses out of 278006 with flag 45607474/10062889
867.36/863.37	c cleaning 140002 clauses out of 280012 with flag 45952444/10203889
927.95/924.08	c cleaning 140995 clauses out of 282010 with flag 47571773/10345889
932.94/928.85	c cleaning 142004 clauses out of 284015 with flag 47893837/10488889
937.07/932.99	c cleaning 143003 clauses out of 286012 with flag 48224343/10632890
940.49/936.28	c cleaning 144000 clauses out of 288008 with flag 48551419/10777889
944.44/940.16	c cleaning 145000 clauses out of 290010 with flag 48885811/10923891
948.44/944.10	c cleaning 146003 clauses out of 292008 with flag 49226887/11070889
953.45/949.07	c cleaning 147000 clauses out of 294005 with flag 49582444/11218889
958.33/953.85	c cleaning 147995 clauses out of 296008 with flag 49942904/11367892
963.15/958.62	c cleaning 149000 clauses out of 298011 with flag 50302946/11517890
976.33/971.74	c cleaning 149999 clauses out of 300011 with flag 50940266/11668890
982.34/977.75	c cleaning 150996 clauses out of 302012 with flag 51419447/11820890
987.40/982.64	c cleaning 152003 clauses out of 304015 with flag 51838851/11973889
992.61/987.84	c cleaning 152995 clauses out of 306012 with flag 52247854/12127889
997.33/992.52	c cleaning 154004 clauses out of 308017 with flag 52673100/12282889
1002.84/997.93	c cleaning 155004 clauses out of 310014 with flag 53146709/12438890
1008.84/1003.92	c cleaning 156002 clauses out of 312009 with flag 53618485/12595889
1014.66/1009.70	c cleaning 156999 clauses out of 314009 with flag 54064180/12753891
1020.48/1015.41	c cleaning 157997 clauses out of 316009 with flag 54493038/12912890
1026.53/1021.34	c cleaning 158999 clauses out of 318012 with flag 54912900/13072890
1033.26/1028.08	c cleaning 160001 clauses out of 320012 with flag 55385249/13233889
1041.56/1036.34	c cleaning 161000 clauses out of 322012 with flag 55849954/13395890
1047.31/1041.94	c cleaning 162001 clauses out of 324011 with flag 56339634/13558889
1052.92/1047.57	c cleaning 163000 clauses out of 326010 with flag 56732945/13722889
1059.85/1054.39	c cleaning 164000 clauses out of 328010 with flag 57139699/13887889
1065.90/1060.34	c cleaning 165001 clauses out of 330011 with flag 57555875/14053890
1105.08/1099.48	c cleaning 165994 clauses out of 332009 with flag 58523892/14220889
1143.95/1138.30	c cleaning 166999 clauses out of 334015 with flag 59492015/14388889
1268.50/1263.08	c cleaning 168004 clauses out of 336017 with flag 61462342/14557890
1356.85/1351.45	c cleaning 168998 clauses out of 338014 with flag 63047131/14727891
1361.70/1356.14	c cleaning 170005 clauses out of 340016 with flag 63461547/14898891
1365.73/1360.18	c cleaning 171000 clauses out of 342010 with flag 63887963/15070890
1370.46/1364.78	c cleaning 172003 clauses out of 344009 with flag 64325639/15243889
1375.58/1369.80	c cleaning 172998 clauses out of 346006 with flag 64779928/15417889
1380.29/1374.41	c cleaning 174000 clauses out of 348008 with flag 65242705/15592889
1384.94/1379.02	c cleaning 174999 clauses out of 350009 with flag 65719712/15768890
1389.57/1383.56	c cleaning 176000 clauses out of 352010 with flag 66202001/15945890
1394.70/1388.65	c cleaning 177002 clauses out of 354011 with flag 66688710/16123891
1399.81/1393.66	c cleaning 177997 clauses out of 356007 with flag 67175242/16302889
1405.26/1399.02	c cleaning 179000 clauses out of 358012 with flag 67659348/16482891
1409.80/1403.46	c cleaning 180001 clauses out of 360012 with flag 68136951/16663891
1415.42/1409.00	c cleaning 180999 clauses out of 362009 with flag 68628404/16845889
1420.16/1413.58	c cleaning 182002 clauses out of 364010 with flag 69111317/17028889
1425.33/1418.58	c cleaning 183002 clauses out of 366008 with flag 69599822/17212889
1430.25/1423.41	c cleaning 184001 clauses out of 368006 with flag 70091339/17397889
1435.67/1428.79	c cleaning 184998 clauses out of 370005 with flag 70620341/17583889
1441.90/1434.83	c cleaning 185999 clauses out of 372007 with flag 71142402/17770889
1447.82/1440.62	c cleaning 186997 clauses out of 374008 with flag 71684827/17958889
1453.79/1446.41	c cleaning 188004 clauses out of 376013 with flag 72226458/18147891
1460.05/1452.59	c cleaning 189002 clauses out of 378008 with flag 72774325/18337890
1466.41/1458.74	c cleaning 189997 clauses out of 380006 with flag 73328822/18528890
1471.89/1464.07	c cleaning 190994 clauses out of 382008 with flag 73880358/18720889
1477.39/1469.40	c cleaning 191995 clauses out of 384015 with flag 74448452/18913890
1483.34/1475.25	c cleaning 193004 clauses out of 386019 with flag 75021507/19107889
1489.95/1481.87	c cleaning 194005 clauses out of 388017 with flag 75597117/19302891
1495.99/1487.77	c cleaning 195004 clauses out of 390010 with flag 76183730/19498889
1502.73/1494.37	c cleaning 196000 clauses out of 392007 with flag 76754593/19695890
1509.00/1500.47	c cleaning 197002 clauses out of 394007 with flag 77310982/19893890
1515.57/1506.89	c cleaning 197996 clauses out of 396005 with flag 77874789/20092890
1522.11/1513.36	c cleaning 198998 clauses out of 398008 with flag 78423779/20292889
1671.41/1662.67	c cleaning 199997 clauses out of 400010 with flag 80597811/20493889
1679.73/1670.75	c cleaning 201003 clauses out of 402016 with flag 81122792/20695892
1687.95/1678.97	c cleaning 202000 clauses out of 404010 with flag 81644674/20898889
1697.59/1688.45	c cleaning 203005 clauses out of 406011 with flag 82191287/21102890
1706.80/1697.69	c cleaning 203996 clauses out of 408005 with flag 82748710/21307889
1749.42/1740.13	c cleaning 205001 clauses out of 410009 with flag 83724930/21513889
1757.24/1748.00	c cleaning 205995 clauses out of 412009 with flag 84203012/21720890
1764.89/1755.49	c cleaning 206999 clauses out of 414014 with flag 84662175/21928890
1771.12/1761.62	c cleaning 208001 clauses out of 416014 with flag 85145951/22137889
1778.09/1768.42	c cleaning 209004 clauses out of 418013 with flag 85733063/22347889
1785.36/1775.52	c cleaning 209999 clauses out of 420009 with flag 86299862/22558889
1829.52/1819.66	c cleaning 211001 clauses out of 422010 with flag 87195086/22770889
2136.43/2126.77	c cleaning 211999 clauses out of 424009 with flag 90041555/22983889
2288.87/2279.34	c cleaning 212997 clauses out of 426010 with flag 91975001/23197889
2298.73/2289.07	c cleaning 214002 clauses out of 428013 with flag 92510543/23412889
2305.81/2295.95	c cleaning 215005 clauses out of 430011 with flag 93052578/23628889
2313.17/2303.23	c cleaning 215997 clauses out of 432008 with flag 93615232/23845891
2321.91/2311.87	c cleaning 216996 clauses out of 434009 with flag 94113348/24063889
2329.63/2319.48	c cleaning 218002 clauses out of 436013 with flag 94731351/24282889
2338.15/2328.01	c cleaning 218998 clauses out of 438012 with flag 95224816/24502890
2349.71/2339.33	c cleaning 220004 clauses out of 440013 with flag 95737303/24723889
2360.68/2350.13	c cleaning 220996 clauses out of 442009 with flag 96300526/24945889
2370.73/2360.05	c cleaning 222000 clauses out of 444013 with flag 96931742/25168889
2381.84/2371.10	c cleaning 222998 clauses out of 446014 with flag 97679885/25392890
2393.03/2382.07	c cleaning 224002 clauses out of 448015 with flag 98381531/25617889
2406.09/2395.01	c cleaning 225002 clauses out of 450015 with flag 99140048/25843891
2415.61/2404.44	c cleaning 226000 clauses out of 452013 with flag 99858439/26070891
2425.07/2413.70	c cleaning 226999 clauses out of 454011 with flag 100553836/26298889
2434.42/2422.96	c cleaning 227999 clauses out of 456012 with flag 101260168/26527889
2442.50/2430.81	c cleaning 229000 clauses out of 458015 with flag 101992189/26757891
2452.96/2441.11	c cleaning 229999 clauses out of 460013 with flag 102751874/26988889
2465.41/2453.40	c cleaning 231002 clauses out of 462014 with flag 103540520/27220889
2477.17/2465.04	c cleaning 232007 clauses out of 464013 with flag 104380555/27453890
2488.79/2476.55	c cleaning 233000 clauses out of 466006 with flag 105205113/27687890
2537.67/2525.13	c cleaning 233996 clauses out of 468007 with flag 106293437/27922891
2548.88/2536.19	c cleaning 235002 clauses out of 470010 with flag 106836730/28158890
2563.13/2550.21	c cleaning 236000 clauses out of 472008 with flag 107487641/28395890
2571.63/2558.52	c cleaning 236997 clauses out of 474007 with flag 108086907/28633889
2579.62/2566.31	c cleaning 237997 clauses out of 476010 with flag 108674820/28872889
2587.80/2574.32	c cleaning 239003 clauses out of 478013 with flag 109274223/29112889
2597.94/2584.34	c cleaning 240001 clauses out of 480011 with flag 109845698/29353890
2607.94/2594.17	c cleaning 240996 clauses out of 482009 with flag 110453664/29595889
2657.72/2643.81	c cleaning 242001 clauses out of 484015 with flag 111446069/29838891
2689.45/2675.44	c cleaning 242994 clauses out of 486012 with flag 112250583/30082889
2735.56/2721.44	c cleaning 244006 clauses out of 488020 with flag 113243430/30327891
2744.97/2730.67	c cleaning 245002 clauses out of 490012 with flag 113903433/30573889
2807.32/2792.71	c cleaning 245996 clauses out of 492010 with flag 114911020/30820889
2815.72/2800.99	c cleaning 247004 clauses out of 494014 with flag 115503396/31068889
2825.19/2810.23	c cleaning 247997 clauses out of 496010 with flag 116095111/31317889
2832.90/2817.74	c cleaning 249000 clauses out of 498015 with flag 116694114/31567891
2842.06/2826.78	c cleaning 249997 clauses out of 500014 with flag 117309990/31818890
2851.03/2835.57	c cleaning 250997 clauses out of 502018 with flag 117956940/32070891
2859.07/2843.47	c cleaning 252006 clauses out of 504019 with flag 118605156/32323889
2869.64/2853.83	c cleaning 253005 clauses out of 506013 with flag 119265118/32577889
2880.02/2864.01	c cleaning 254000 clauses out of 508010 with flag 119973040/32832891
2890.77/2874.46	c cleaning 254997 clauses out of 510010 with flag 120661990/33088891
2901.16/2884.68	c cleaning 256002 clauses out of 512011 with flag 121356088/33345889
2913.54/2896.85	c cleaning 256999 clauses out of 514010 with flag 122076919/33603890
2925.63/2908.78	c cleaning 258001 clauses out of 516011 with flag 122847528/33862890
2936.47/2919.25	c cleaning 259002 clauses out of 518013 with flag 123579681/34122893
2947.01/2929.54	c cleaning 259995 clauses out of 520009 with flag 124311007/34383891
2958.29/2940.68	c cleaning 260996 clauses out of 522012 with flag 125044267/34645889
2968.16/2950.36	c cleaning 261999 clauses out of 524016 with flag 125747051/34908889
2982.53/2964.53	c cleaning 263004 clauses out of 526017 with flag 126576452/35172889
2994.41/2976.27	c cleaning 264001 clauses out of 528015 with flag 127424135/35437891
3004.22/2985.87	c cleaning 265002 clauses out of 530013 with flag 128299341/35703890
3016.62/2998.04	c cleaning 266000 clauses out of 532010 with flag 128958599/35970889
3028.08/3009.35	c cleaning 267003 clauses out of 534010 with flag 129614270/36238889
3038.67/3019.76	c cleaning 267999 clauses out of 536008 with flag 130282111/36507890
3051.07/3031.99	c cleaning 268999 clauses out of 538008 with flag 130969384/36777889
3064.12/3044.83	c cleaning 270003 clauses out of 540010 with flag 131644724/37048890
3076.42/3056.74	c cleaning 270998 clauses out of 542007 with flag 132311994/37320890
3088.74/3068.88	c cleaning 272000 clauses out of 544009 with flag 132972225/37593890
3102.16/3082.05	c cleaning 272999 clauses out of 546010 with flag 133642709/37867891
3115.86/3095.58	c cleaning 274005 clauses out of 548010 with flag 134315116/38142890
3128.96/3108.42	c cleaning 274996 clauses out of 550006 with flag 135028663/38418891
3221.37/3200.81	c cleaning 275997 clauses out of 552009 with flag 136248220/38695890
3600.03/3580.02	c starts		: 20225
3600.03/3580.02	c conflicts		: 38858796
3600.03/3580.02	c decisions		: 44264807
3600.03/3580.02	c propagations		: 693369626
3600.03/3580.02	c inspects		: 59206119581
3600.03/3580.02	c shortcuts		: 0
3600.03/3580.02	c learnt literals	: 0
3600.03/3580.02	c learnt binary clauses	: 10
3600.03/3580.02	c learnt ternary clauses	: 172
3600.03/3580.02	c learnt constraints	: 38858796
3600.03/3580.02	c ignored constraints	: 0
3600.03/3580.02	c root simplifications	: 0
3600.03/3580.02	c removed literals (reason simplification)	: 458934436
3600.03/3580.02	c reason swapping (by a shorter reason)	: 0
3600.03/3580.02	c Calls to reduceDB	: 289
3600.03/3580.02	c Number of update (reduction) of LBD	: 2732003
3600.03/3580.02	c Imported unit clauses	: 0
3600.03/3580.02	c No decision after first conflict	: false
3600.03/3580.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3580.02	c number of learned constraints concerned by reduction	: 0
3600.03/3580.02	c number of learning phase by resolution	: 0
3600.03/3580.02	c number of learning phase by cutting planes	: 0
3600.03/3580.02	c number of rounding to 1 operations	: 0
3600.03/3580.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3580.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3580.02	c number of right shift for reduction by power 2 	: 0
3600.03/3580.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3580.02	c number of ending skipping 	: 0
3600.03/3580.02	c number of internal skipping 	: 0
3600.03/3580.02	c number of derivation steps 	: 0
3600.03/3580.02	c number of skipped derivation steps 	: 0
3600.03/3580.02	c number of remaining unassigned 	: 0
3600.03/3580.02	c number of remaining assigned 	: 0
3600.03/3580.02	c number of falsified literals weakened from reason	: 0
3600.03/3580.02	c number of falsified literals weakened from conflict	: 0
3600.03/3580.02	c time for arithmetic operations	: 0
3600.03/3580.02	c minimum degree of deleted constraints	: null
3600.03/3580.02	c maximum degree of deleted constraints	: null
3600.03/3580.02	c number of deleted constraints	: 0
3600.03/3580.02	c speed (assignments/second)	: 193685.6456559468
3600.03/3580.02	c non guided choices	: 1244
3600.03/3580.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 438908
3600.03/3580.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
3600.03/3580.08	s SATISFIABLE
3600.03/3580.08	c Found 5 solution(s)
3600.03/3580.08	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 
3600.03/3580.08	c objective function=66
3600.03/3580.08	c Total wall clock time (in seconds): 3579.988

Verifier Data

OK	66

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

running on 4 cores: 28-31

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

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (110218 MiB free)
  node 1: cores 8-15, 128973 MiB (113188 MiB free)
  node 2: cores 16-23, 129019 MiB (119021 MiB free)
  node 3: cores 24-31, 129003 MiB (119964 MiB free)
  node 4: cores 32-39, 129019 MiB (114561 MiB free)
  node 5: cores 40-47, 129019 MiB (118480 MiB free)
  node 6: cores 48-55, 129019 MiB (111440 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=2302161, runsolver pid=2302158
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 16.41 16.53 17.29 17/1220 2302182
/proc/meminfo: memFree=946529916/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=34966608 memory=54056 CPUtime=0.17 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 6344 0 0 0 16 1 0 0 20 0 20 0 148167198 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8741652 13514 6213 1 0 31879 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3115 0 0 0 8 0 0 0 20 0 20 0 148167200 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=34966608 memory=51666686 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148167201 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=34966608 memory=55186873909743 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 148167201 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=34966608 memory=60688743793250 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148167201 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=34966608 memory=54091707581220 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148167201 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=34966608 memory=14408207351153926 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148167201 35805806592 13036 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 54056 KiB

[startup+0.213476 s]*
/proc/loadavg: 16.41 16.53 17.29 23/1223 2302185
/proc/meminfo: memFree=946482944/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35099736 memory=91672 CPUtime=0.56 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 12166 0 0 0 55 1 0 0 20 0 22 0 148167198 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8774934 22918 6244 1 0 43293 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35099736 memory=8386095037794055477 CPUtime=0.19 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3273 0 0 0 19 0 0 0 20 0 22 0 148167200 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35099736 memory=220051594506 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35099736 memory=51708573 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35099736 memory=51684146 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35099736 memory=51729166 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35099736 memory=51700260 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35099736 memory=14412626940981525 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167214 35942129664 22549 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 91672 KiB

[startup+0.314614 s]*
/proc/loadavg: 16.41 16.53 17.29 19/1223 2302185
/proc/meminfo: memFree=946403680/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35099736 memory=95692 CPUtime=0.86 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 13226 0 0 0 85 1 0 0 20 0 22 0 148167198 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8774934 23923 6244 1 0 45419 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35099736 memory=8389771804677338421 CPUtime=0.28 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3278 0 0 0 28 0 0 0 20 0 22 0 148167200 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35099736 memory=220051594506 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35099736 memory=51708573 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35099736 memory=51684146 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35099736 memory=51729166 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35099736 memory=51700260 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35099736 memory=14412626940981525 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167214 35942129664 23573 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 95692 KiB

[startup+0.700239 s]
/proc/loadavg: 16.41 16.53 17.29 17/1224 2302186
/proc/meminfo: memFree=946397820/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35099736 memory=98340 CPUtime=1.61 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 13347 0 0 0 160 1 0 0 20 0 22 0 148167198 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8774934 24585 6276 1 0 48133 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35099736 memory=2080 CPUtime=0.66 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3289 0 0 0 66 0 0 0 20 0 22 0 148167200 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35099736 memory=4247 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35099736 memory=968 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35099736 memory=2948 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35099736 memory=1708 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167201 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35099736 memory=147025320478346 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167214 35942129664 24138 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98340 KiB

[startup+1.50016 s]
/proc/loadavg: 16.41 16.53 17.29 18/1224 2302186
/proc/meminfo: memFree=946408020/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35099736 memory=112844 CPUtime=2.51 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 14708 0 0 0 249 2 0 0 20 0 21 0 148167198 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8774934 28211 6276 1 0 52336 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35099736 memory=2080 CPUtime=1.46 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3834 0 0 0 145 1 0 0 20 0 21 0 148167200 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167214 35942129664 27883 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 112844 KiB

[startup+3.11423 s]
/proc/loadavg: 16.41 16.53 17.29 21/1224 2302187
/proc/meminfo: memFree=946197988/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35099736 memory=123124 CPUtime=4.19 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 17803 0 0 0 417 2 0 0 20 0 21 0 148167198 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8774934 30781 6276 1 0 52337 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35099736 memory=0 CPUtime=3.06 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 3860 0 0 0 305 1 0 0 20 0 21 0 148167200 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35099736 memory=2080 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35099736 memory=119012 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35099736 memory=104604 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35099736 memory=139839840192143 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167201 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35099736 memory=139839840192144 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167214 35942129664 30444 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 123124 KiB

[startup+6.30018 s]

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

/proc/meminfo: memFree=889911000/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=581840 CPUtime=3302.67 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 96923 0 0 0 330180 87 0 0 20 0 23 0 148167198 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 145460 6275 1 0 160123 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=10860 CPUtime=3266.14 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22243 0 0 0 326611 3 0 0 20 0 23 0 148167200 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=581840 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=581840 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=0 CPUtime=0.1 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 54 0 0 0 6 4 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=2948 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=2080 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=6576 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3302.67 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 581840 KiB

[startup+3342.3 s]
/proc/loadavg: 16.63 16.69 16.66 17/1225 2304612
/proc/meminfo: memFree=883272168/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=582096 CPUtime=3362.67 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 97132 0 0 0 336179 88 0 0 20 0 23 0 148167198 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 145524 6275 1 0 160123 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=581840 CPUtime=3325.93 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22338 0 0 0 332590 3 0 0 20 0 23 0 148167200 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=10860 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=0 CPUtime=0.1 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 54 0 0 0 6 4 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=1916 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=582096 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=10860 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3362.67 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 582096 KiB

[startup+3402.3 s]
/proc/loadavg: 16.57 16.66 16.65 17/1225 2304613
/proc/meminfo: memFree=879427932/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=565360 CPUtime=3422.52 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 97596 0 0 0 342163 89 0 0 20 0 23 0 148167198 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 141340 6275 1 0 155939 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=0 CPUtime=3385.73 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22501 0 0 0 338570 3 0 0 20 0 23 0 148167200 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=7456 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=582096 CPUtime=0.1 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 55 0 0 0 6 4 0 0 20 0 23 0 148167201 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=7456 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=565360 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 395 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=-7669166695164765798 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 141231 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3422.52 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 565360 KiB

[startup+3462.3 s]
/proc/loadavg: 16.91 16.71 16.67 18/1223 2304691
/proc/meminfo: memFree=876580600/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=569528 CPUtime=3482.38 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 97675 0 0 0 348148 90 0 0 20 0 23 0 148167198 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 142382 6275 1 0 160123 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=0 CPUtime=3445.53 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22501 0 0 0 344550 3 0 0 20 0 23 0 148167200 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=582096 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=569528 CPUtime=0.1 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 55 0 0 0 6 4 0 0 20 0 23 0 148167201 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=569528 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=569528 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 395 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=59164 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 142184 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3482.38 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 569528 KiB

[startup+3522.3 s]
/proc/loadavg: 17.31 16.87 16.73 18/1223 2304692
/proc/meminfo: memFree=870952732/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=581840 CPUtime=3542.23 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 97696 0 0 0 354132 91 0 0 20 0 23 0 148167198 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 145460 6275 1 0 160123 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=569528 CPUtime=3505.32 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22501 0 0 0 350529 3 0 0 20 0 23 0 148167200 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=2948 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=581840 CPUtime=0.1 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 55 0 0 0 6 4 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=59164 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=5912 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 395 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=581840 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3542.23 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 581840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580 s]*
/proc/loadavg: 17.12 16.90 16.74 18/1225 2305006
/proc/meminfo: memFree=880604148/1055320708 swapFree=32681384/33554428
[pid=2302161] ppid=2302158 vsize=35232864 memory=582096 CPUtime=3600.03 cores=28-31
/proc/2302161/stat : 2302161 (java) S 2302158 2302161 2300543 0 -1 4194304 99258 0 0 0 359911 92 0 0 20 0 23 0 148167198 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
/proc/2302161/statm: 8808216 145524 6275 1 0 160123 0
[pid=2302161/tid=2302163] ppid=2302158 vsize=35232864 memory=-7525051507089237086 CPUtime=3562.84 cores=28-31
/proc/2302161/task/2302163/stat : 2302163 (java) R 2302158 2302161 2300543 0 -1 4194368 22959 0 0 0 356281 3 0 0 20 0 23 0 148167200 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302174] ppid=2302158 vsize=35232864 memory=-7384431816133599539 CPUtime=0 cores=28-31
/proc/2302161/task/2302174/stat : 2302174 (Referen..andler) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302175] ppid=2302158 vsize=35232864 memory=582096 CPUtime=0 cores=28-31
/proc/2302161/task/2302175/stat : 2302175 (Finalizer) S 2302158 2302161 2300543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302178] ppid=2302158 vsize=35232864 memory=216 CPUtime=0.11 cores=28-31
/proc/2302161/task/2302178/stat : 2302178 (Monitor..Thread) S 2302158 2302161 2300543 0 -1 4194368 55 0 0 0 7 4 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302181] ppid=2302158 vsize=35232864 memory=928 CPUtime=0 cores=28-31
/proc/2302161/task/2302181/stat : 2302181 (Notific..Thread) S 2302158 2302161 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302182] ppid=2302158 vsize=35232864 memory=2216 CPUtime=0 cores=28-31
/proc/2302161/task/2302182/stat : 2302182 (Common-Cleaner) S 2302158 2302161 2300543 0 -1 4194368 395 0 0 0 0 0 0 0 20 0 23 0 148167201 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
[pid=2302161/tid=2302185] ppid=2302158 vsize=35232864 memory=-7669166695164765798 CPUtime=0 cores=28-31
/proc/2302161/task/2302185/stat : 2302185 (Timer-0) S 2302158 2302161 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167214 36078452736 145326 18446744073709551615 93959850606592 93959850610288 140729343895168 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93959850618152 93959850618896 93959850692608 140729343903956 140729343904096 140729343904096 140729343909832 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 582096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.28 s, system=0.936309 s

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

Child status: 143

Real time (s): 3580.09
CPU time (s): 3600.22
CPU user time (s): 3599.28
CPU system time (s): 0.936309
CPU usage (%): 100.562
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 582096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 0.936309
maximum resident set size= 581304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101353
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119446
involuntary context switches= 3306


# summary of solver processes directly reported to runsolver:
#   pid: 2302161
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.28
#   total CPU system time (s): 0.936309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4256 second user time and 41.0684 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 19:19:55
IDJOB=4783489
IDBENCH=147020
IDSOLVER=3602
FILE ID=nodeE010/4783489-1782148795
RUNJOBID= nodeE010-1782145215-2300560
SLURM_JOB_ID= 12510924
Free space on /tmp= 798312 MiB

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
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		: 3578.334
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		: 3585.448
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		: 3547.688
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.395
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		: 3549.625
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		: 3555.126
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.017
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		: 3590.067
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:        946523144 kB
MemAvailable:   1025676900 kB
Buffers:              32 kB
Cached:         82933708 kB
SwapCached:         6960 kB
Active:         24208184 kB
Inactive:       81600116 kB
Active(anon):   22910844 kB
Inactive(anon):    50272 kB
Active(file):    1297340 kB
Inactive(file): 81549844 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14884 kB
Writeback:             0 kB
AnonPages:      22879328 kB
Mapped:            88412 kB
Shmem:             86540 kB
KReclaimable:    1111392 kB
Slab:            1626800 kB
SReclaimable:    1111392 kB
SUnreclaim:       515408 kB
KernelStack:       20192 kB
PageTables:        55088 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   26632864 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484052 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21733376 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= 798388 MiB
End job on nodeE010 at 2026-06-22 20:19:35