Trace number 4806564

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)203 3600.24 3542.21

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r8_c90.opb
MD5SUM5cd9e1f0d02815fbeb951d906f1abfe2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark181
Best CPU time to get the best result obtained on this benchmark0.491702
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables720
Total number of constraints720
Number of constraints which are clauses720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 720
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 720
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 720
Number of bits of the biggest sum of numbers10
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-4806564-1782836485.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.11	c ... done. Wall clock time 0.023s.
0.18/0.11	c declared #vars     720
0.18/0.11	c #constraints  720
0.18/0.11	c constraints type 
0.18/0.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 720
0.18/0.11	c 720 constraints processed.
0.18/0.12	c objective function length is 720 literals
0.18/0.12	c SATISFIABLE
0.18/0.12	c OPTIMIZING...
0.18/0.12	c Got one! Elapsed wall clock time (in seconds):0.036
0.18/0.12	o 206
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.041
0.18/0.13	o 205
0.18/0.17	c Got one! Elapsed wall clock time (in seconds):0.084
0.18/0.17	o 204
0.83/0.35	c cleaning 2820 clauses out of 5650 with flag 11877/5650
1.06/0.48	c cleaning 4410 clauses out of 8831 with flag 25645/11651
1.30/0.63	c cleaning 5702 clauses out of 11420 with flag 42245/18650
1.49/0.81	c cleaning 6857 clauses out of 13719 with flag 61730/26651
1.59/1.01	c cleaning 7927 clauses out of 15863 with flag 82730/35652
1.96/1.28	c cleaning 8967 clauses out of 17935 with flag 107675/45651
2.29/1.57	c cleaning 9983 clauses out of 19967 with flag 133211/56650
2.71/1.90	c cleaning 10989 clauses out of 21984 with flag 162945/68650
3.00/2.19	c cleaning 11998 clauses out of 23995 with flag 193817/81650
3.39/2.57	c cleaning 12993 clauses out of 25997 with flag 227804/95650
3.69/2.88	c cleaning 13998 clauses out of 28004 with flag 261425/110650
4.08/3.22	c cleaning 15002 clauses out of 30006 with flag 296516/126650
4.52/3.61	c cleaning 16000 clauses out of 32004 with flag 334514/143650
5.02/4.03	c cleaning 16999 clauses out of 34004 with flag 374479/161650
5.40/4.43	c cleaning 17999 clauses out of 36005 with flag 416776/180650
5.80/4.85	c cleaning 18997 clauses out of 38006 with flag 461324/200650
6.33/5.31	c cleaning 20006 clauses out of 40011 with flag 508158/221652
6.83/5.82	c cleaning 20996 clauses out of 42004 with flag 557940/243651
7.52/6.43	c cleaning 22002 clauses out of 44007 with flag 610440/266650
8.12/7.03	c cleaning 23002 clauses out of 46006 with flag 665209/290651
8.99/7.70	c cleaning 23999 clauses out of 48003 with flag 721165/315650
9.49/8.29	c cleaning 24999 clauses out of 50005 with flag 779306/341651
10.09/8.87	c cleaning 25997 clauses out of 52005 with flag 839092/368650
10.79/9.50	c cleaning 27003 clauses out of 54009 with flag 901550/396651
11.40/10.12	c cleaning 28001 clauses out of 56005 with flag 965974/425650
12.09/10.82	c cleaning 29001 clauses out of 58005 with flag 1032545/455651
12.78/11.57	c cleaning 30001 clauses out of 60003 with flag 1101754/486650
13.58/12.31	c cleaning 30995 clauses out of 62004 with flag 1173951/518652
14.30/13.11	c cleaning 31998 clauses out of 64008 with flag 1247584/551651
15.51/14.08	c cleaning 33003 clauses out of 66009 with flag 1323843/585650
16.39/14.95	c cleaning 34001 clauses out of 68007 with flag 1401996/620651
17.39/15.90	c cleaning 35002 clauses out of 70005 with flag 1482290/656650
18.41/16.93	c cleaning 35998 clauses out of 72003 with flag 1564746/693650
18.91/17.45	c Got one! Elapsed wall clock time (in seconds):17.362
18.91/17.45	o 203
19.12/17.65	c cleaning 32445 clauses out of 64891 with flag 11755/722536
19.42/17.87	c cleaning 19215 clauses out of 38447 with flag 25945/728537
19.64/18.02	c cleaning 13110 clauses out of 26232 with flag 41929/735537
19.80/18.16	c cleaning 10552 clauses out of 21121 with flag 59745/743536
20.02/18.31	c cleaning 9782 clauses out of 19569 with flag 79635/752536
20.12/18.46	c cleaning 9890 clauses out of 19789 with flag 101844/762538
20.32/18.65	c cleaning 10445 clauses out of 20897 with flag 126509/773536
20.52/18.86	c cleaning 11224 clauses out of 22452 with flag 153354/785536
20.73/19.09	c cleaning 12110 clauses out of 24228 with flag 182089/798536
21.02/19.34	c cleaning 13058 clauses out of 26118 with flag 213308/812536
21.32/19.62	c cleaning 14027 clauses out of 28060 with flag 247208/827536
21.61/19.91	c cleaning 15015 clauses out of 30033 with flag 283053/843536
21.91/20.25	c cleaning 16004 clauses out of 32018 with flag 321060/860536
22.31/20.60	c cleaning 17004 clauses out of 34015 with flag 361884/878537
22.61/20.98	c cleaning 17998 clauses out of 36010 with flag 404406/897536
23.01/21.36	c cleaning 18999 clauses out of 38012 with flag 448975/917536
23.58/21.81	c cleaning 20002 clauses out of 40013 with flag 496701/938536
23.98/22.27	c cleaning 21005 clauses out of 42011 with flag 547270/960536
24.58/22.86	c cleaning 21997 clauses out of 44007 with flag 600940/983537
25.28/23.50	c cleaning 23001 clauses out of 46010 with flag 657049/1007537
25.79/24.07	c cleaning 23999 clauses out of 48009 with flag 714005/1032537
26.37/24.65	c cleaning 25002 clauses out of 50009 with flag 773235/1058536
26.97/25.25	c cleaning 26003 clauses out of 52007 with flag 833804/1085536
27.57/25.87	c cleaning 27001 clauses out of 54004 with flag 896069/1113536
28.27/26.58	c cleaning 27996 clauses out of 56003 with flag 961953/1142536
29.16/27.33	c cleaning 28996 clauses out of 58008 with flag 1030721/1172537
29.76/27.95	c cleaning 30000 clauses out of 60012 with flag 1099610/1203537
30.46/28.63	c cleaning 30999 clauses out of 62011 with flag 1170714/1235536
31.16/29.34	c cleaning 31999 clauses out of 64012 with flag 1244109/1268536
31.87/30.08	c cleaning 33004 clauses out of 66014 with flag 1319929/1302537
32.65/30.84	c cleaning 33999 clauses out of 68009 with flag 1398041/1337536
33.45/31.69	c cleaning 35000 clauses out of 70012 with flag 1478392/1373538
34.57/32.61	c cleaning 36002 clauses out of 72010 with flag 1561085/1410536
35.37/33.46	c cleaning 37001 clauses out of 74008 with flag 1645806/1448536
36.37/34.42	c cleaning 38000 clauses out of 76007 with flag 1732626/1487536
37.16/35.29	c cleaning 38996 clauses out of 78008 with flag 1822175/1527537
38.16/36.25	c cleaning 40002 clauses out of 80012 with flag 1912949/1568537
39.33/37.29	c cleaning 40996 clauses out of 82010 with flag 2006708/1610537
40.43/38.30	c cleaning 42003 clauses out of 84014 with flag 2103485/1653537
41.42/39.35	c cleaning 43001 clauses out of 86010 with flag 2201793/1697536
42.52/40.40	c cleaning 44002 clauses out of 88010 with flag 2302012/1742537
43.99/41.63	c cleaning 44998 clauses out of 90007 with flag 2404201/1788536
45.08/42.72	c cleaning 45999 clauses out of 92009 with flag 2508172/1835536
46.39/44.03	c cleaning 47002 clauses out of 94011 with flag 2614708/1883537
47.82/45.39	c cleaning 47998 clauses out of 96008 with flag 2723420/1932536
49.22/46.72	c cleaning 49001 clauses out of 98010 with flag 2835822/1982536
50.63/48.14	c cleaning 49999 clauses out of 100010 with flag 2949322/2033537
51.91/49.42	c cleaning 50999 clauses out of 102010 with flag 3064836/2085536
53.47/50.83	c cleaning 52003 clauses out of 104011 with flag 3182054/2138536
54.96/52.34	c cleaning 53000 clauses out of 106008 with flag 3302362/2192536
56.56/53.91	c cleaning 53997 clauses out of 108008 with flag 3424592/2247536
58.30/55.50	c cleaning 55002 clauses out of 110015 with flag 3548894/2303540
59.70/56.94	c cleaning 55999 clauses out of 112010 with flag 3676021/2360537
61.30/58.58	c cleaning 57000 clauses out of 114010 with flag 3805447/2418536
62.99/60.22	c cleaning 57999 clauses out of 116010 with flag 3937292/2477536
64.69/61.98	c cleaning 59000 clauses out of 118012 with flag 4070869/2537537
66.38/63.60	c cleaning 60000 clauses out of 120013 with flag 4206899/2598538
68.18/65.42	c cleaning 61000 clauses out of 122011 with flag 4344590/2660536
69.88/67.11	c cleaning 62003 clauses out of 124011 with flag 4485130/2723536
71.88/69.14	c cleaning 63003 clauses out of 126008 with flag 4627591/2787536
74.07/71.17	c cleaning 64001 clauses out of 128007 with flag 4772160/2852538
76.15/73.25	c cleaning 64998 clauses out of 130005 with flag 4918493/2918537
77.95/75.09	c cleaning 65999 clauses out of 132009 with flag 5068934/2985539
80.83/77.99	c cleaning 66997 clauses out of 134007 with flag 5233612/3053536
83.52/80.61	c cleaning 68000 clauses out of 136010 with flag 5396615/3122536
86.11/83.25	c cleaning 68996 clauses out of 138011 with flag 5556178/3192537
88.41/85.50	c cleaning 70000 clauses out of 140014 with flag 5714895/3263536
90.91/88.10	c cleaning 71002 clauses out of 142014 with flag 5876415/3335536
93.39/90.56	c cleaning 72001 clauses out of 144012 with flag 6039105/3408536
95.78/92.98	c cleaning 73003 clauses out of 146013 with flag 6205383/3482538
98.67/95.82	c cleaning 74004 clauses out of 148009 with flag 6372074/3557537
100.87/98.07	c cleaning 74997 clauses out of 150005 with flag 6541961/3633537
103.46/100.69	c cleaning 75998 clauses out of 152007 with flag 6716214/3710536
106.25/103.44	c cleaning 76998 clauses out of 154009 with flag 6891007/3788536
108.85/106.05	c cleaning 77996 clauses out of 156011 with flag 7067478/3867536
112.40/108.88	c cleaning 79000 clauses out of 158015 with flag 7245080/3947536
114.99/111.45	c cleaning 80004 clauses out of 160016 with flag 7424763/4028537
117.79/114.20	c cleaning 80998 clauses out of 162012 with flag 7608457/4110537
120.48/116.94	c cleaning 82003 clauses out of 164013 with flag 7794027/4193536
123.27/119.71	c cleaning 82999 clauses out of 166010 with flag 7981478/4277536
126.16/122.61	c cleaning 84001 clauses out of 168011 with flag 8170343/4362536
129.34/125.44	c cleaning 85000 clauses out of 170012 with flag 8363279/4448538
132.23/128.35	c cleaning 85999 clauses out of 172011 with flag 8556153/4535537
134.93/131.08	c cleaning 86999 clauses out of 174011 with flag 8751827/4623536
137.71/133.88	c cleaning 88006 clauses out of 176014 with flag 8949659/4712538
140.51/136.68	c cleaning 89000 clauses out of 178006 with flag 9149953/4802536
145.30/141.45	c cleaning 89997 clauses out of 180006 with flag 9362555/4893536
149.00/145.14	c cleaning 91002 clauses out of 182009 with flag 9576443/4985536
153.85/149.65	c cleaning 91997 clauses out of 184008 with flag 9801019/5078537
162.02/157.82	c cleaning 92994 clauses out of 186010 with flag 10061535/5172536
167.01/162.83	c cleaning 94001 clauses out of 188016 with flag 10294657/5267536
172.49/168.39	c cleaning 95002 clauses out of 190015 with flag 10533070/5363536
177.48/173.34	c cleaning 96005 clauses out of 192013 with flag 10765447/5460536
181.67/177.59	c cleaning 96996 clauses out of 194008 with flag 10993198/5558536
187.75/183.12	c cleaning 98002 clauses out of 196012 with flag 11230775/5657536
192.75/188.19	c cleaning 99005 clauses out of 198011 with flag 11474162/5757537
198.52/193.99	c cleaning 99996 clauses out of 200005 with flag 11726924/5858536
204.00/199.40	c cleaning 101001 clauses out of 202009 with flag 11981323/5960536
210.48/205.94	c cleaning 101996 clauses out of 204008 with flag 12241323/6063536
218.16/213.63	c cleaning 102998 clauses out of 206012 with flag 12510812/6167536
225.73/220.71	c cleaning 103999 clauses out of 208014 with flag 12767822/6272536
232.12/227.19	c cleaning 105004 clauses out of 210015 with flag 13036212/6378536
237.69/232.79	c cleaning 106001 clauses out of 212012 with flag 13299099/6485537
242.68/237.78	c cleaning 107000 clauses out of 214010 with flag 13567024/6593536
250.65/245.76	c cleaning 107999 clauses out of 216010 with flag 13833456/6702536
261.24/255.96	c cleaning 108999 clauses out of 218011 with flag 14128854/6812536
266.63/261.37	c cleaning 109998 clauses out of 220013 with flag 14391424/6923537
275.11/269.87	c cleaning 111000 clauses out of 222014 with flag 14670359/7035536
282.29/276.67	c cleaning 112000 clauses out of 224015 with flag 14952084/7148537
286.97/281.34	c cleaning 113002 clauses out of 226014 with flag 15217601/7262536
293.56/287.90	c cleaning 114001 clauses out of 228013 with flag 15493607/7377537
299.08/293.38	c cleaning 115006 clauses out of 230011 with flag 15763356/7493536
304.37/298.66	c cleaning 115993 clauses out of 232006 with flag 16034375/7610537
310.93/305.10	c cleaning 117003 clauses out of 234013 with flag 16316608/7728537
318.80/312.94	c cleaning 117996 clauses out of 236009 with flag 16602096/7847536
325.71/319.64	c cleaning 118999 clauses out of 238014 with flag 16888162/7967537
334.50/328.19	c cleaning 120006 clauses out of 240014 with flag 17195981/8088536
341.20/334.01	c cleaning 121004 clauses out of 242009 with flag 17485481/8210537
346.33/339.02	c cleaning 121998 clauses out of 244005 with flag 17763852/8333537
355.49/348.22	c cleaning 122998 clauses out of 246006 with flag 18077146/8457536
363.15/355.73	c cleaning 123997 clauses out of 248008 with flag 18384672/8582536
370.13/362.75	c cleaning 124999 clauses out of 250012 with flag 18696674/8708537
378.02/370.50	c cleaning 125995 clauses out of 252013 with flag 19007163/8835537
384.51/377.03	c cleaning 127000 clauses out of 254017 with flag 19297293/8963536
394.68/387.22	c cleaning 127998 clauses out of 256017 with flag 19612743/9092536
401.04/393.25	c cleaning 129002 clauses out of 258019 with flag 19906696/9222536
406.43/398.60	c cleaning 130006 clauses out of 260017 with flag 20200959/9353536
412.51/404.77	c cleaning 131004 clauses out of 262012 with flag 20502543/9485537
420.36/412.43	c cleaning 132000 clauses out of 264007 with flag 20810073/9618536
429.05/421.13	c cleaning 133001 clauses out of 266009 with flag 21133534/9752538
435.72/427.81	c cleaning 134001 clauses out of 268006 with flag 21447118/9887536
442.20/434.38	c cleaning 134998 clauses out of 270005 with flag 21756626/10023536
450.18/442.22	c cleaning 135998 clauses out of 272008 with flag 22072558/10160537
458.46/450.52	c cleaning 137002 clauses out of 274009 with flag 22404101/10298536
467.04/459.12	c cleaning 138000 clauses out of 276008 with flag 22740109/10437537
474.04/466.16	c cleaning 139002 clauses out of 278007 with flag 23072989/10577536
482.32/474.14	c cleaning 139993 clauses out of 280005 with flag 23407505/10718536
488.99/480.88	c cleaning 141002 clauses out of 282013 with flag 23731751/10860537
499.28/491.13	c cleaning 142004 clauses out of 284011 with flag 24084051/11003537
506.44/498.34	c cleaning 142998 clauses out of 286007 with flag 24410791/11147537
512.24/504.18	c cleaning 143998 clauses out of 288008 with flag 24732790/11292536
518.70/510.24	c cleaning 144999 clauses out of 290010 with flag 25058104/11438536
524.19/515.77	c cleaning 145999 clauses out of 292012 with flag 25384246/11585537
530.48/522.04	c cleaning 147000 clauses out of 294014 with flag 25713071/11733538
536.57/528.18	c cleaning 148002 clauses out of 296013 with flag 26043521/11882537
543.60/534.77	c cleaning 149003 clauses out of 298010 with flag 26384044/12032536
550.48/541.68	c cleaning 149999 clauses out of 300007 with flag 26721979/12183536
557.66/548.89	c cleaning 150994 clauses out of 302008 with flag 27060655/12335536
563.54/554.74	c cleaning 152006 clauses out of 304015 with flag 27401656/12488537
570.90/561.73	c cleaning 153003 clauses out of 306008 with flag 27745813/12642536
577.08/567.91	c cleaning 153996 clauses out of 308005 with flag 28091816/12797536
584.93/575.49	c cleaning 155001 clauses out of 310010 with flag 28437461/12953537
591.12/581.67	c cleaning 155998 clauses out of 312009 with flag 28786219/13110537
598.34/588.59	c cleaning 156999 clauses out of 314011 with flag 29136759/13268537
605.53/595.75	c cleaning 158000 clauses out of 316011 with flag 29490827/13427536
612.97/602.94	c cleaning 159002 clauses out of 318013 with flag 29849499/13587538
619.90/609.76	c cleaning 159998 clauses out of 320011 with flag 30209002/13748538
626.93/616.50	c cleaning 161002 clauses out of 322012 with flag 30570126/13910537
635.59/624.32	c cleaning 162002 clauses out of 324009 with flag 30933765/14073536
643.07/631.81	c cleaning 163000 clauses out of 326007 with flag 31300279/14237536
651.37/639.84	c cleaning 164002 clauses out of 328007 with flag 31668686/14402536
658.95/647.44	c cleaning 165002 clauses out of 330006 with flag 32041860/14568537
668.02/656.39	c cleaning 165997 clauses out of 332004 with flag 32415969/14735537
676.00/664.35	c cleaning 166997 clauses out of 334007 with flag 32792897/14903537
684.44/672.62	c cleaning 168001 clauses out of 336009 with flag 33170422/15072536
695.40/683.60	c cleaning 169000 clauses out of 338009 with flag 33551874/15242537
704.58/692.83	c cleaning 170004 clauses out of 340009 with flag 33935465/15413537
713.08/701.04	c cleaning 170999 clauses out of 342004 with flag 34320562/15585536
721.34/709.38	c cleaning 171999 clauses out of 344006 with flag 34706163/15758537
730.91/718.42	c cleaning 172999 clauses out of 346007 with flag 35098168/15932537
740.49/728.02	c cleaning 173997 clauses out of 348007 with flag 35490061/16107536
749.47/737.05	c cleaning 175000 clauses out of 350011 with flag 35881734/16283537
759.03/746.45	c cleaning 175992 clauses out of 352010 with flag 36276991/16460536
768.71/756.15	c cleaning 177007 clauses out of 354019 with flag 36674874/16638537
779.20/766.33	c cleaning 178001 clauses out of 356011 with flag 37079177/16817536
788.38/775.53	c cleaning 179002 clauses out of 358012 with flag 37482356/16997538
796.69/783.53	c cleaning 180000 clauses out of 360008 with flag 37887962/17178536
804.90/791.46	c cleaning 181000 clauses out of 362008 with flag 38293031/17360536
814.13/800.45	c cleaning 182003 clauses out of 364012 with flag 38701202/17543540
824.49/809.71	c cleaning 182998 clauses out of 366005 with flag 39111456/17727536
833.71/818.79	c cleaning 183998 clauses out of 368008 with flag 39526820/17912537
845.15/829.99	c cleaning 185001 clauses out of 370009 with flag 39947250/18098536
854.99/839.47	c cleaning 185997 clauses out of 372009 with flag 40368355/18285537
867.46/851.96	c cleaning 187002 clauses out of 374012 with flag 40798801/18473537
878.76/863.06	c cleaning 187996 clauses out of 376010 with flag 41222973/18662537
889.15/873.16	c cleaning 189005 clauses out of 378014 with flag 41646518/18852537
898.92/882.90	c cleaning 189998 clauses out of 380010 with flag 42070528/19043538
908.67/892.51	c cleaning 190999 clauses out of 382011 with flag 42497959/19235537
920.35/903.81	c cleaning 192002 clauses out of 384011 with flag 42927371/19428536
929.73/913.21	c cleaning 193002 clauses out of 386009 with flag 43363232/19622536
940.41/924.01	c cleaning 193996 clauses out of 388007 with flag 43798084/19817536
949.84/933.21	c cleaning 195000 clauses out of 390012 with flag 44236579/20013537
961.23/944.38	c cleaning 195996 clauses out of 392011 with flag 44677498/20210536
974.50/956.50	c cleaning 197006 clauses out of 394016 with flag 45120796/20408537
987.03/968.89	c cleaning 198002 clauses out of 396009 with flag 45564997/20607536
997.63/979.30	c cleaning 198999 clauses out of 398008 with flag 46009010/20807537
1009.07/990.64	c cleaning 199998 clauses out of 400008 with flag 46455529/21008536
1020.96/1002.19	c cleaning 200996 clauses out of 402010 with flag 46904406/21210536
1031.42/1012.65	c cleaning 201999 clauses out of 404014 with flag 47359464/21413536
1042.78/1023.94	c cleaning 203000 clauses out of 406015 with flag 47813724/21617536
1053.30/1034.05	c cleaning 204003 clauses out of 408016 with flag 48270208/21822537
1063.76/1044.52	c cleaning 205005 clauses out of 410012 with flag 48728060/22028536
1075.39/1055.99	c cleaning 205996 clauses out of 412007 with flag 49189967/22235536
1087.04/1067.23	c cleaning 206997 clauses out of 414012 with flag 49654489/22443537
1098.85/1078.00	c cleaning 208002 clauses out of 416015 with flag 50121793/22652537
1110.40/1089.14	c cleaning 208999 clauses out of 418013 with flag 50590513/22862537
1122.79/1101.30	c cleaning 210002 clauses out of 420013 with flag 51061947/23073536
1134.29/1112.65	c cleaning 210999 clauses out of 422012 with flag 51536093/23285537
1146.30/1124.38	c cleaning 212001 clauses out of 424012 with flag 52010459/23498536
1158.27/1136.37	c cleaning 213000 clauses out of 426011 with flag 52489711/23712536
1169.87/1147.86	c cleaning 214004 clauses out of 428012 with flag 52970224/23927537
1181.15/1158.79	c cleaning 214996 clauses out of 430008 with flag 53453672/24143537
1192.72/1170.33	c cleaning 216003 clauses out of 432011 with flag 53939021/24360536
1206.30/1183.93	c cleaning 216999 clauses out of 434008 with flag 54425649/24578536
1220.14/1197.61	c cleaning 218000 clauses out of 436010 with flag 54919466/24797537
1237.85/1214.09	c cleaning 218997 clauses out of 438009 with flag 55424764/25017536
1250.75/1226.89	c cleaning 220006 clauses out of 440012 with flag 55919173/25238536
1266.54/1242.68	c cleaning 221001 clauses out of 442008 with flag 56416103/25460538
1279.66/1255.71	c cleaning 221997 clauses out of 444005 with flag 56913932/25683536
1292.95/1268.79	c cleaning 223002 clauses out of 446009 with flag 57413350/25907537
1308.16/1283.47	c cleaning 224000 clauses out of 448007 with flag 57917234/26132537
1321.51/1296.83	c cleaning 224997 clauses out of 450006 with flag 58420705/26358536
1334.61/1309.91	c cleaning 225995 clauses out of 452010 with flag 58929649/26585537
1352.08/1327.31	c cleaning 227002 clauses out of 454015 with flag 59444945/26813537
1366.03/1340.95	c cleaning 228004 clauses out of 456012 with flag 59961927/27042536
1381.96/1355.71	c cleaning 229003 clauses out of 458009 with flag 60475936/27272537
1395.25/1368.93	c cleaning 230000 clauses out of 460005 with flag 60998065/27503536
1409.59/1383.21	c cleaning 230997 clauses out of 462006 with flag 61516618/27735537
1424.32/1397.89	c cleaning 231999 clauses out of 464008 with flag 62034408/27968536
1439.57/1412.76	c cleaning 233002 clauses out of 466009 with flag 62557581/28202536
1454.46/1427.53	c cleaning 233998 clauses out of 468007 with flag 63090549/28437536
1473.47/1446.31	c cleaning 235002 clauses out of 470011 with flag 63626620/28673538
1489.70/1462.07	c cleaning 235997 clauses out of 472007 with flag 64157016/28910536
1505.87/1477.98	c cleaning 237001 clauses out of 474010 with flag 64690418/29148536
1524.86/1495.44	c cleaning 237996 clauses out of 476009 with flag 65232236/29387536
1540.98/1511.28	c cleaning 238997 clauses out of 478013 with flag 65784730/29627536
1558.69/1528.58	c cleaning 240002 clauses out of 480016 with flag 66330273/29868536
1575.27/1544.80	c cleaning 241005 clauses out of 482014 with flag 66888995/30110536
1592.74/1561.98	c cleaning 241995 clauses out of 484009 with flag 67437075/30353536
1611.78/1579.51	c cleaning 243003 clauses out of 486015 with flag 67993422/30597537
1625.89/1593.40	c cleaning 243997 clauses out of 488011 with flag 68538798/30842536
1641.38/1608.58	c cleaning 245000 clauses out of 490014 with flag 69087454/31088536
1655.77/1622.67	c cleaning 246000 clauses out of 492015 with flag 69638857/31335537
1669.61/1636.07	c cleaning 247003 clauses out of 494015 with flag 70196137/31583537
1686.83/1651.96	c cleaning 248003 clauses out of 496012 with flag 70763985/31832537
1701.58/1666.32	c cleaning 249000 clauses out of 498008 with flag 71322717/32082536
1718.41/1683.03	c cleaning 249992 clauses out of 500008 with flag 71883428/32333536
1732.68/1697.25	c cleaning 251006 clauses out of 502017 with flag 72444958/32585537
1747.27/1711.24	c cleaning 252006 clauses out of 504011 with flag 73021937/32838537
1768.28/1730.59	c cleaning 252995 clauses out of 506004 with flag 73608112/33092536
1788.43/1750.47	c cleaning 253998 clauses out of 508011 with flag 74178026/33347538
1806.88/1768.54	c cleaning 255000 clauses out of 510011 with flag 74748154/33603536
1823.49/1784.94	c cleaning 255999 clauses out of 512012 with flag 75323007/33860537
1844.78/1804.20	c cleaning 257003 clauses out of 514012 with flag 75898516/34118536
1861.53/1820.68	c cleaning 257997 clauses out of 516011 with flag 76478328/34377538
1880.09/1838.77	c cleaning 259002 clauses out of 518012 with flag 77066263/34637536
1896.87/1855.09	c cleaning 260001 clauses out of 520010 with flag 77650168/34898536
1914.55/1871.41	c cleaning 261003 clauses out of 522010 with flag 78239844/35160537
1931.35/1888.23	c cleaning 261998 clauses out of 524007 with flag 78829966/35423537
1947.45/1904.25	c cleaning 263001 clauses out of 526008 with flag 79417113/35687536
1965.57/1922.13	c cleaning 264001 clauses out of 528007 with flag 80008966/35952536
1981.41/1937.60	c cleaning 264998 clauses out of 530007 with flag 80603576/36218537
1998.57/1954.88	c cleaning 266000 clauses out of 532008 with flag 81201816/36485536
2012.72/1968.96	c cleaning 267002 clauses out of 534008 with flag 81799922/36753536
2028.81/1984.69	c cleaning 267997 clauses out of 536006 with flag 82400488/37022536
2043.67/1999.59	c cleaning 269001 clauses out of 538009 with flag 83003410/37292536
2060.79/2016.48	c cleaning 269998 clauses out of 540008 with flag 83605923/37563536
2076.84/2032.50	c cleaning 270999 clauses out of 542010 with flag 84213428/37835536
2096.84/2052.33	c cleaning 272001 clauses out of 544012 with flag 84829132/38108537
2118.08/2073.68	c cleaning 273001 clauses out of 546010 with flag 85441571/38382536
2140.92/2095.88	c cleaning 273997 clauses out of 548009 with flag 86062828/38657536
2160.37/2115.30	c cleaning 274994 clauses out of 550012 with flag 86682757/38933536
2179.79/2134.38	c cleaning 276006 clauses out of 552018 with flag 87304901/39210536
2197.88/2152.10	c cleaning 277000 clauses out of 554012 with flag 87926989/39488536
2217.52/2171.70	c cleaning 277996 clauses out of 556012 with flag 88552203/39767536
2236.48/2190.54	c cleaning 279004 clauses out of 558018 with flag 89181163/40047538
2251.74/2205.87	c cleaning 279997 clauses out of 560012 with flag 89809778/40328536
2267.44/2220.98	c cleaning 281002 clauses out of 562016 with flag 90438776/40610537
2284.99/2238.58	c cleaning 281998 clauses out of 564013 with flag 91073060/40893536
2303.61/2256.84	c cleaning 283004 clauses out of 566016 with flag 91708002/41177537
2323.77/2277.10	c cleaning 284002 clauses out of 568012 with flag 92343180/41462537
2344.33/2297.17	c cleaning 285003 clauses out of 570010 with flag 92981988/41748537
2363.18/2316.03	c cleaning 285994 clauses out of 572007 with flag 93622642/42035537
2379.14/2332.08	c cleaning 287007 clauses out of 574013 with flag 94265098/42323537
2396.20/2349.02	c cleaning 287998 clauses out of 576005 with flag 94912714/42612536
2413.53/2366.46	c cleaning 288998 clauses out of 578008 with flag 95559956/42902537
2431.38/2384.31	c cleaning 289998 clauses out of 580010 with flag 96207907/43193537
2451.37/2403.81	c cleaning 291002 clauses out of 582012 with flag 96856584/43485537
2469.71/2422.26	c cleaning 291999 clauses out of 584010 with flag 97509902/43778537
2487.17/2439.79	c cleaning 293001 clauses out of 586011 with flag 98164505/44072537
2506.88/2459.34	c cleaning 294001 clauses out of 588010 with flag 98822264/44367537
2525.13/2477.65	c cleaning 295000 clauses out of 590008 with flag 99482208/44663536
2545.17/2497.74	c cleaning 296001 clauses out of 592008 with flag 100144555/44960536
2569.14/2521.39	c cleaning 297001 clauses out of 594007 with flag 100814798/45258536
2591.48/2543.76	c cleaning 298002 clauses out of 596008 with flag 101482117/45557538
2615.01/2567.35	c cleaning 298992 clauses out of 598006 with flag 102165352/45857538
2638.32/2589.91	c cleaning 300001 clauses out of 600012 with flag 102871677/46158536
2670.98/2620.29	c cleaning 300998 clauses out of 602012 with flag 103578246/46460537
2693.07/2642.01	c cleaning 302002 clauses out of 604013 with flag 104276121/46763536
2715.80/2664.25	c cleaning 303001 clauses out of 606011 with flag 104962845/47067536
2739.34/2687.82	c cleaning 303999 clauses out of 608010 with flag 105680444/47372536
2758.12/2706.53	c cleaning 304991 clauses out of 610011 with flag 106372433/47678536
2778.66/2726.82	c cleaning 306003 clauses out of 612021 with flag 107063850/47985537
2799.56/2747.29	c cleaning 307006 clauses out of 614019 with flag 107753567/48293538
2829.14/2776.90	c cleaning 307999 clauses out of 616011 with flag 108469421/48602536
2849.47/2797.23	c cleaning 309001 clauses out of 618013 with flag 109205793/48912537
2872.73/2820.08	c cleaning 310002 clauses out of 620012 with flag 109943565/49223537
2896.23/2843.61	c cleaning 311000 clauses out of 622009 with flag 110673011/49535536
2918.58/2865.42	c cleaning 312001 clauses out of 624009 with flag 111397325/49848536
2944.11/2890.65	c cleaning 312994 clauses out of 626008 with flag 112113563/50162536
2966.33/2913.00	c cleaning 313996 clauses out of 628014 with flag 112833766/50477536
2993.54/2940.25	c cleaning 315002 clauses out of 630018 with flag 113546642/50793536
3017.15/2963.95	c cleaning 315998 clauses out of 632016 with flag 114258615/51110536
3041.76/2988.69	c cleaning 317004 clauses out of 634018 with flag 114981268/51428536
3062.48/3008.98	c cleaning 317997 clauses out of 636014 with flag 115708344/51747536
3087.68/3034.20	c cleaning 319003 clauses out of 638018 with flag 116451564/52067537
3118.99/3065.14	c cleaning 319997 clauses out of 640015 with flag 117224085/52388537
3142.98/3089.28	c cleaning 321002 clauses out of 642017 with flag 117964683/52710536
3175.06/3121.02	c cleaning 322000 clauses out of 644015 with flag 118707273/53033536
3203.97/3149.38	c cleaning 323005 clauses out of 646017 with flag 119453366/53357538
3231.21/3174.95	c cleaning 323999 clauses out of 648011 with flag 120197690/53682537
3258.87/3202.51	c cleaning 325003 clauses out of 650012 with flag 120939421/54008537
3282.11/3225.85	c cleaning 326003 clauses out of 652009 with flag 121705552/54335537
3307.13/3250.64	c cleaning 326998 clauses out of 654005 with flag 122469201/54663536
3332.04/3275.66	c cleaning 327999 clauses out of 656007 with flag 123232074/54992536
3358.37/3301.98	c cleaning 329001 clauses out of 658010 with flag 123976956/55322538
3388.15/3331.84	c cleaning 329998 clauses out of 660008 with flag 124725396/55653537
3414.38/3357.76	c cleaning 330997 clauses out of 662010 with flag 125485719/55985537
3442.70/3386.18	c cleaning 331998 clauses out of 664014 with flag 126247267/56318538
3466.03/3408.83	c cleaning 332998 clauses out of 666014 with flag 126998705/56652536
3490.69/3433.09	c cleaning 334005 clauses out of 668016 with flag 127772292/56987536
3524.51/3466.44	c cleaning 334998 clauses out of 670011 with flag 128529779/57323536
3552.20/3494.23	c cleaning 336001 clauses out of 672013 with flag 129302734/57660536
3579.11/3521.16	c cleaning 337001 clauses out of 674013 with flag 130057844/57998537
3600.03/3542.12	c starts		: 5
3600.03/3542.12	c conflicts		: 58328192
3600.03/3542.12	c decisions		: 84399185
3600.03/3542.12	c propagations		: 445525362
3600.03/3542.12	c inspects		: 39993869983
3600.03/3542.12	c shortcuts		: 0
3600.03/3542.12	c learnt literals	: 0
3600.03/3542.12	c learnt binary clauses	: 0
3600.03/3542.12	c learnt ternary clauses	: 0
3600.03/3542.12	c learnt constraints	: 58328192
3600.03/3542.12	c ignored constraints	: 0
3600.03/3542.12	c root simplifications	: 0
3600.03/3542.12	c removed literals (reason simplification)	: 27650069
3600.03/3542.12	c reason swapping (by a shorter reason)	: 0
3600.03/3542.12	c Calls to reduceDB	: 367
3600.03/3542.12	c Number of update (reduction) of LBD	: 5109844
3600.03/3542.12	c Imported unit clauses	: 0
3600.03/3542.12	c No decision after first conflict	: false
3600.03/3542.12	c number of reductions to clauses (during analyze)	: 0
3600.03/3542.12	c number of learned constraints concerned by reduction	: 0
3600.03/3542.12	c number of learning phase by resolution	: 0
3600.03/3542.12	c number of learning phase by cutting planes	: 0
3600.03/3542.12	c number of rounding to 1 operations	: 0
3600.03/3542.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3542.12	c number of reductions of the coefficients by power 2 	: 0
3600.03/3542.12	c number of right shift for reduction by power 2 	: 0
3600.03/3542.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3542.12	c number of ending skipping 	: 0
3600.03/3542.12	c number of internal skipping 	: 0
3600.03/3542.12	c number of derivation steps 	: 0
3600.03/3542.12	c number of skipped derivation steps 	: 0
3600.03/3542.12	c number of remaining unassigned 	: 0
3600.03/3542.12	c number of remaining assigned 	: 0
3600.03/3542.12	c number of falsified literals weakened from reason	: 0
3600.03/3542.12	c number of falsified literals weakened from conflict	: 0
3600.03/3542.12	c time for arithmetic operations	: 0
3600.03/3542.12	c minimum degree of deleted constraints	: null
3600.03/3542.12	c maximum degree of deleted constraints	: null
3600.03/3542.12	c number of deleted constraints	: 0
3600.03/3542.12	c speed (assignments/second)	: 125783.5578769057
3600.03/3542.12	c non guided choices	: 0
3600.03/3542.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 666667
3600.03/3542.18	s SATISFIABLE
3600.03/3542.18	c Found 4 solution(s)
3600.03/3542.18	v -x1 x2 x3 x4 x5 x6 x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 x41 x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 x60 -x61 -x62 x63 x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 x123 x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 x145 x146 x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 x165 x166 x167 -x168 x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 x188 x189 x190 x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 x213 x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 x226 x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 x250 x251 x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 x270 -x271 -x272 x273 x274 x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 x293 x294 x295 -x296 x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 x315 x316 x317 x318 x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 x341 x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 x378 x379 x380 -x381 -x382 x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 x398 -x399 -x400 x401 x402 x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 x421 x422 x423 -x424 x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 x444 x445 x446 x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 x469 x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 x482 x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 x506 x507 x508 -x509 -x510 x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 x526 -x527 -x528 x529 x530 x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 x549 x550 x551 -x552 x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 x572 x573 x574 x575 x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 x597 x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 x610 x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 x634 x635 x636 -x637 -x638 x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 x653 x654 -x655 -x656 x657 x658 x659 -x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 x677 x678 x679 -x680 x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 x700 x701 x702 x703 x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 
3600.03/3542.18	c objective function=203
3600.03/3542.18	c Total wall clock time (in seconds): 3542.093

Verifier Data

OK	203

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

running on 4 cores: 28-31

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

Cores frequency (cpufreq):
  2500 MHz: 0-1
  3550 MHz: 2-3
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 (68143 MiB free)
  node 1: cores 8-15, 129019 MiB (55867 MiB free)
  node 2: cores 16-23, 129019 MiB (93697 MiB free)
  node 3: cores 24-31, 128957 MiB (114181 MiB free)
  node 4: cores 32-39, 129019 MiB (65375 MiB free)
  node 5: cores 40-47, 129019 MiB (76757 MiB free)
  node 6: cores 48-55, 129019 MiB (81132 MiB free)
  node 7: cores 56-63, 128474 MiB (74891 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=2555672, runsolver pid=2555669
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 20.30 19.85 19.40 19/1192 2555693
/proc/meminfo: memFree=645136560/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=34966608 memory=59948 CPUtime=0.18 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 7818 0 0 0 17 1 0 0 20 0 20 0 216936292 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8741652 14986 6211 1 0 33307 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=34966608 memory=5979075893 CPUtime=0.08 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 3185 0 0 0 8 0 0 0 20 0 20 0 216936293 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=34966608 memory=215704930196 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216936294 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=34966608 memory=17979 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 216936294 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=34966608 memory=18330 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216936294 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=34966608 memory=18896 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216936295 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=34966608 memory=61753 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216936295 35805806592 14649 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59948 KiB

[startup+0.213376 s]*
/proc/loadavg: 20.30 19.85 19.40 22/1195 2555698
/proc/meminfo: memFree=645123580/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35033172 memory=73596 CPUtime=0.53 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 9165 0 0 0 52 1 0 0 20 0 21 0 216936292 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8758293 18399 6258 1 0 36411 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35033172 memory=6079637401564767760 CPUtime=0.19 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 3300 0 0 0 19 0 0 0 20 0 21 0 216936293 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35033172 memory=211409961334 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936294 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35033172 memory=60680137098362 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216936294 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35033172 memory=56290697299298 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216936294 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35033172 memory=62883505653466 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216936295 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35033172 memory=57420374404193 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936295 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35033172 memory=15255939441515678 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936304 35873968128 17990 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 73596 KiB

[startup+0.313153 s]*
/proc/loadavg: 20.30 19.85 19.40 19/1171 2555700
/proc/meminfo: memFree=677369864/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35099736 memory=92752 CPUtime=0.83 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 10385 0 0 0 82 1 0 0 20 0 22 0 216936292 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8774934 23188 6274 1 0 42553 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35099736 memory=3471202195317482295 CPUtime=0.28 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 3307 0 0 0 28 0 0 0 20 0 22 0 216936293 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35099736 memory=2259 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35099736 memory=59580625453545 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35099736 memory=55191185654365 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35099736 memory=61783994008353 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936295 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35099736 memory=53022327833852 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936295 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35099736 memory=33362 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936304 35942129664 22667 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 92752 KiB

[startup+0.700226 s]
/proc/loadavg: 20.30 19.85 19.40 18/1169 2555708
/proc/meminfo: memFree=677350456/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35099736 memory=157616 CPUtime=1.39 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 10764 0 0 0 138 1 0 0 20 0 22 0 216936292 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8774934 39404 6276 1 0 95242 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35099736 memory=4868 CPUtime=0.65 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 3334 0 0 0 64 1 0 0 20 0 22 0 216936293 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35099736 memory=11700 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35099736 memory=5824 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936294 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35099736 memory=3948 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936295 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936295 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35099736 memory=139942919407239 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936304 35942129664 39037 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 157616 KiB

[startup+1.50026 s]
/proc/loadavg: 20.30 19.85 19.40 25/1168 2555708
/proc/meminfo: memFree=677279668/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35166300 memory=231700 CPUtime=2.29 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 11694 0 0 0 227 2 0 0 20 0 23 0 216936292 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8791575 57925 6276 1 0 95536 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35166300 memory=4868 CPUtime=1.42 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 3580 0 0 0 141 1 0 0 20 0 23 0 216936293 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35166300 memory=11700 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35166300 memory=139942919407239 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936295 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36010291200 57653 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 231700 KiB

[startup+3.1142 s]
/proc/loadavg: 20.68 19.93 19.43 20/1196 2555806
/proc/meminfo: memFree=677020992/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35166300 memory=434624 CPUtime=4 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 15335 0 0 0 397 3 0 0 20 0 23 0 216936292 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8791575 108656 6275 1 0 221224 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35166300 memory=0 CPUtime=3 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 4277 0 0 0 299 1 0 0 20 0 23 0 216936293 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35166300 memory=145328 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35166300 memory=4868 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35166300 memory=2417 CPUtime=0 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 216936294 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35166300 memory=15524 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35166300 memory=150256 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936295 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35166300 memory=362944 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36010291200 108176 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 434624 KiB

[startup+6.30842 s]

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

/proc/meminfo: memFree=789518428/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=3399.04 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 525578 0 0 0 339771 133 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017825 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=3314.34 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 155241 0 0 0 331398 36 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=17828 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=11700 CPUtime=0.1 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 159 0 0 0 5 5 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=4784 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=12856 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1069 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=15524 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3399.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071300 KiB

[startup+3402.3 s]
/proc/loadavg: 16.72 16.94 17.26 18/1224 2557434
/proc/meminfo: memFree=802369100/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3459.56 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 530110 0 0 0 345822 134 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017826 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=3373.86 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 157759 0 0 0 337349 37 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=12071284 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=-7451584339144107361 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=0.1 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 161 0 0 0 5 5 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=3948 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1086 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=-7451584339144107361 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3459.56 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071304 KiB

[startup+3462.3 s]
/proc/loadavg: 16.95 16.95 17.24 18/1223 2557435
/proc/meminfo: memFree=800876336/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3520.43 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 536269 0 0 0 351908 135 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017826 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071300 CPUtime=3433.26 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 159551 0 0 0 343289 37 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=12071284 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=-7451584339144107361 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0.1 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 163 0 0 0 5 5 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1112 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3520.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071304 KiB

[startup+3522.3 s]
/proc/loadavg: 16.79 16.93 17.22 17/1224 2557515
/proc/meminfo: memFree=801314428/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3580.29 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 541509 0 0 0 357893 136 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017826 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3492.99 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 162181 0 0 0 349262 37 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=5824 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=4104 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0.11 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 166 0 0 0 5 6 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=1972 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1153 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3580.29 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.11 s]
/proc/loadavg: 16.57 16.86 17.19 17/1224 2557515
/proc/meminfo: memFree=796760872/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3600.03 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 542661 0 0 0 359867 136 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017826 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3512.73 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 163270 0 0 0 351236 37 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=4104 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=164 CPUtime=0.11 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 167 0 0 0 5 6 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=15524 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1199 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.86 s, system=1.38842 s

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

[startup+3542.11 s]
/proc/loadavg: 16.57 16.86 17.19 17/1224 2557515
/proc/meminfo: memFree=796760872/1055320700 swapFree=33554428/33554428
[pid=2555672] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3600.03 cores=28-31
/proc/2555672/stat : 2555672 (java) S 2555669 2555672 2553015 0 -1 4194304 542661 0 0 0 359867 136 0 0 20 0 23 0 216936292 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 0 0 16800975 0 0 0 17 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
/proc/2555672/statm: 8808216 3017826 6306 1 0 3043527 0
[pid=2555672/tid=2555674] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=3512.73 cores=28-31
/proc/2555672/task/2555674/stat : 2555674 (java) R 2555669 2555672 2553015 0 -1 4194368 163270 0 0 0 351236 37 0 0 20 0 23 0 216936293 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555685] ppid=2555669 vsize=35232864 memory=4104 CPUtime=0 cores=28-31
/proc/2555672/task/2555685/stat : 2555685 (Referen..andler) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555686] ppid=2555669 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2555672/task/2555686/stat : 2555686 (Finalizer) S 2555669 2555672 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555689] ppid=2555669 vsize=35232864 memory=164 CPUtime=0.11 cores=28-31
/proc/2555672/task/2555689/stat : 2555689 (Monitor..Thread) S 2555669 2555672 2553015 0 -1 4194368 167 0 0 0 5 6 0 0 20 0 23 0 216936294 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555692] ppid=2555669 vsize=35232864 memory=15524 CPUtime=0 cores=28-31
/proc/2555672/task/2555692/stat : 2555692 (Notific..Thread) S 2555669 2555672 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555693] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555693/stat : 2555693 (Common-Cleaner) S 2555669 2555672 2553015 0 -1 4194368 1199 0 0 0 0 0 0 0 20 0 23 0 216936295 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
[pid=2555672/tid=2555695] ppid=2555669 vsize=35232864 memory=12071304 CPUtime=0 cores=28-31
/proc/2555672/task/2555695/stat : 2555695 (Timer-0) S 2555669 2555672 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936304 36078452736 3017591 18446744073709551615 94469503606784 94469503610480 140724443953376 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94469503618344 94469503619088 94469533577216 140724443961556 140724443961696 140724443961696 140724443967432 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12071304 KiB

Child status: 143

Real time (s): 3542.21
CPU time (s): 3600.24
CPU user time (s): 3598.86
CPU system time (s): 1.38842
CPU usage (%): 101.638
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 12417664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.86
system time used= 1.38842
maximum resident set size= 12416404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 546159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60266
involuntary context switches= 3354


# summary of solver processes directly reported to runsolver:
#   pid: 2555672
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.86
#   total CPU system time (s): 1.38842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5096 second user time and 37.732 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 18:21:25
IDJOB=4806564
IDBENCH=178074
IDSOLVER=3602
FILE ID=nodeE004/4806564-1782836485
RUNJOBID= nodeE004-1782830144-2553032
SLURM_JOB_ID= 12541393
Free space on /tmp= 798480 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r8_c90.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4806564-1782836485/watcher-4806564-1782836485 -o /tmp/evaluation-result-4806564-1782836485/solver-4806564-1782836485 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4806564-1782836485/vars-4806564-1782836485 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553032 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4806564-1782836485.opb

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

MD5SUM BENCH= 5cd9e1f0d02815fbeb951d906f1abfe2
RANDOM SEED=1654230505

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        645159516 kB
MemAvailable:   765709364 kB
Buffers:            3352 kB
Cached:         124951500 kB
SwapCached:            0 kB
Active:         287478224 kB
Inactive:       118721848 kB
Active(anon):   282023960 kB
Inactive(anon):   142608 kB
Active(file):    5454264 kB
Inactive(file): 118579240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               636 kB
Writeback:             0 kB
AnonPages:      281132800 kB
Mapped:           205484 kB
Shmem:            921344 kB
KReclaimable:    1535036 kB
Slab:            2112268 kB
SReclaimable:    1535036 kB
SUnreclaim:       577232 kB
KernelStack:       19968 kB
PageTables:       560292 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   287201660 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483940 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  276494336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798432 MiB
End job on nodeE004 at 2026-06-30 19:20:27