Trace number 4835621

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)305 3600.23 3630.37

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-6.opb
MD5SUM21e5c9aefd9c10ac1801b7f257b8155f
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 benchmark304
Best CPU time to get the best result obtained on this benchmark0.003557
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables257
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Number of terms in the objective function 173
Biggest coefficient in the objective function 100
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 8448
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 100
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 8448
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.16	c version PB26fixedPrime.v20260610
0.03/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.17	c java.vm.version	26.0.1+8-34
0.03/0.17	c java.vm.vendor	Oracle Corporation
0.03/0.17	c sun.arch.data.model	64
0.03/0.17	c java.version		26.0.1
0.03/0.17	c os.name		Linux
0.03/0.17	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.03/0.17	c os.arch		amd64
0.03/0.17	c Free memory 		30334720
0.03/0.17	c Max memory 		32178700288
0.03/0.17	c Total memory 		33554432
0.03/0.17	c Number of processors 	4
0.10/0.24	c Pseudo Boolean Optimization by upper bound
0.10/0.24	c --- Begin Solver configuration ---
0.10/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.10/0.24	c Learn all clauses as in MiniSAT
0.10/0.24	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.24	c Expensive reason simplification
0.10/0.24	c Glucose 2.1 dynamic restart strategy
0.10/0.24	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.10/0.24	c timeout=2147483s
0.10/0.24	c DB Simplification allowed=false
0.10/0.24	c Listener: none
0.10/0.24	c --- End Solver configuration ---
0.10/0.24	c solving HOME/instance-4835621-1783635789.opb
0.10/0.24	c reading problem ... 
0.10/0.31	c using VERIPB proof format
0.10/0.32	c  objective function found
0.14/0.33	c ... done. Wall clock time 0.088s.
0.14/0.33	c declared #vars     257
0.14/0.33	c #constraints  182
0.14/0.33	c constraints type 
0.14/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80
0.14/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56
0.14/0.33	c org.sat4j.specs.Constr$1 => 1
0.14/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.14/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
0.14/0.33	c 182 constraints processed.
0.14/0.34	c objective function length is 173 literals
0.14/0.35	c SATISFIABLE
0.14/0.35	c OPTIMIZING...
0.14/0.35	c Got one! Elapsed wall clock time (in seconds):0.109
0.14/0.35	o 305
0.75/0.55	c cleaning 2495 clauses out of 5001 with flag 10185/5001
1.27/0.71	c cleaning 4253 clauses out of 8506 with flag 22211/11001
1.56/0.88	c cleaning 5624 clauses out of 11253 with flag 36211/18001
2.17/1.07	c cleaning 6813 clauses out of 13628 with flag 52209/26000
2.41/1.27	c cleaning 7908 clauses out of 15816 with flag 70211/35001
2.62/1.47	c cleaning 8952 clauses out of 17908 with flag 90211/45001
2.86/1.68	c cleaning 9975 clauses out of 19956 with flag 112211/56001
3.14/1.90	c cleaning 10990 clauses out of 21981 with flag 136211/68001
3.35/2.15	c cleaning 11992 clauses out of 23991 with flag 162211/81001
3.61/2.42	c cleaning 12999 clauses out of 25999 with flag 190211/95001
3.88/2.72	c cleaning 13998 clauses out of 28000 with flag 220211/110001
4.17/3.04	c cleaning 14998 clauses out of 30002 with flag 252211/126001
4.58/3.42	c cleaning 15999 clauses out of 32004 with flag 286211/143001
4.89/3.79	c cleaning 16999 clauses out of 34005 with flag 322313/161001
5.36/4.22	c cleaning 18002 clauses out of 36006 with flag 360313/180001
5.83/4.71	c cleaning 19001 clauses out of 38004 with flag 400313/200001
6.29/5.25	c cleaning 20001 clauses out of 40003 with flag 442313/221001
6.77/5.79	c cleaning 20999 clauses out of 42001 with flag 486311/243000
7.33/6.33	c cleaning 22001 clauses out of 44002 with flag 532311/266000
7.90/6.97	c cleaning 22999 clauses out of 46001 with flag 580311/290000
8.58/7.60	c cleaning 23998 clauses out of 48003 with flag 630313/315001
9.15/8.21	c cleaning 25000 clauses out of 50005 with flag 682313/341001
9.75/8.84	c cleaning 25994 clauses out of 52004 with flag 736311/368000
10.31/9.46	c cleaning 27003 clauses out of 54011 with flag 792313/396001
10.98/10.14	c cleaning 28002 clauses out of 56007 with flag 850311/425000
11.64/10.79	c cleaning 29003 clauses out of 58005 with flag 910311/455000
12.29/11.45	c cleaning 30000 clauses out of 60002 with flag 972311/486000
13.06/12.24	c cleaning 31000 clauses out of 62002 with flag 1036311/518000
13.86/13.03	c cleaning 31996 clauses out of 64002 with flag 1102311/551000
14.71/13.94	c cleaning 33002 clauses out of 66007 with flag 1170313/585001
15.63/14.81	c cleaning 33996 clauses out of 68004 with flag 1240325/620000
16.85/16.05	c cleaning 35000 clauses out of 70008 with flag 1312325/656000
18.50/17.70	c cleaning 36000 clauses out of 72008 with flag 1386325/693000
19.65/18.91	c cleaning 37002 clauses out of 74008 with flag 1462325/731000
20.93/20.24	c cleaning 38000 clauses out of 76006 with flag 1540325/770000
22.08/21.45	c cleaning 38999 clauses out of 78007 with flag 1620327/810001
23.35/22.78	c cleaning 40002 clauses out of 80008 with flag 1702327/851001
24.81/24.25	c cleaning 41002 clauses out of 82006 with flag 1786327/893001
26.26/25.76	c cleaning 41997 clauses out of 84004 with flag 1872327/936001
28.01/27.52	c cleaning 42999 clauses out of 86007 with flag 1960327/980001
29.96/29.59	c cleaning 44003 clauses out of 88008 with flag 2050327/1025001
32.02/31.67	c cleaning 44998 clauses out of 90005 with flag 2142327/1071001
34.38/34.09	c cleaning 46002 clauses out of 92007 with flag 2236327/1118001
36.92/36.61	c cleaning 47001 clauses out of 94005 with flag 2332327/1166001
39.05/38.72	c cleaning 47996 clauses out of 96003 with flag 2430325/1215000
41.19/40.92	c cleaning 48999 clauses out of 98008 with flag 2530327/1265001
43.57/43.33	c cleaning 50000 clauses out of 100008 with flag 2632325/1316000
45.84/45.63	c cleaning 51004 clauses out of 102009 with flag 2736327/1368001
48.41/48.23	c cleaning 52001 clauses out of 104005 with flag 2842327/1421001
51.27/51.12	c cleaning 53000 clauses out of 106003 with flag 2950325/1475000
54.00/53.91	c cleaning 53999 clauses out of 108003 with flag 3060325/1530000
56.95/56.96	c cleaning 54998 clauses out of 110004 with flag 3172325/1586000
60.20/60.23	c cleaning 55999 clauses out of 112006 with flag 3286325/1643000
63.43/63.58	c cleaning 56998 clauses out of 114007 with flag 3402325/1701000
67.18/67.30	c cleaning 58005 clauses out of 116010 with flag 3520327/1760001
70.44/70.63	c cleaning 58996 clauses out of 118004 with flag 3640325/1820000
74.28/74.50	c cleaning 60003 clauses out of 120008 with flag 3762325/1881000
78.32/78.69	c cleaning 60998 clauses out of 122005 with flag 3886325/1943000
82.57/82.93	c cleaning 61998 clauses out of 124007 with flag 4012325/2006000
87.30/87.73	c cleaning 63003 clauses out of 126009 with flag 4140325/2070000
92.43/92.96	c cleaning 64000 clauses out of 128006 with flag 4270325/2135000
97.93/98.49	c cleaning 64994 clauses out of 130006 with flag 4402325/2201000
103.24/103.80	c cleaning 66006 clauses out of 132014 with flag 4536329/2268002
108.67/109.38	c cleaning 66999 clauses out of 134007 with flag 4672327/2336001
114.21/114.98	c cleaning 67999 clauses out of 136007 with flag 4810325/2405000
119.94/120.72	c cleaning 68992 clauses out of 138008 with flag 4950325/2475000
125.85/126.73	c cleaning 70006 clauses out of 140017 with flag 5092327/2546001
131.90/132.81	c cleaning 71002 clauses out of 142010 with flag 5236325/2618000
138.51/139.53	c cleaning 72003 clauses out of 144008 with flag 5382325/2691000
145.13/146.27	c cleaning 73000 clauses out of 146006 with flag 5530327/2765001
152.34/153.58	c cleaning 74003 clauses out of 148005 with flag 5680325/2840000
159.77/161.06	c cleaning 75001 clauses out of 150003 with flag 5832327/2916001
167.46/168.85	c cleaning 76001 clauses out of 152001 with flag 5986325/2993000
175.67/177.13	c cleaning 76998 clauses out of 154001 with flag 6142327/3071001
183.96/185.55	c cleaning 77997 clauses out of 156002 with flag 6300325/3150000
192.65/194.33	c cleaning 79000 clauses out of 158005 with flag 6460325/3230000
201.18/202.98	c cleaning 79999 clauses out of 160005 with flag 6622329/3311000
206.00/207.88	c cleaning 81001 clauses out of 162006 with flag 6786329/3393000
212.02/214.00	c cleaning 82000 clauses out of 164005 with flag 6952329/3476000
218.72/220.74	c cleaning 83001 clauses out of 166005 with flag 7120329/3560000
225.87/227.95	c cleaning 83997 clauses out of 168004 with flag 7290329/3645000
232.68/234.83	c cleaning 84999 clauses out of 170008 with flag 7462362/3731001
238.70/240.99	c cleaning 86002 clauses out of 172008 with flag 7636365/3818000
245.01/247.33	c cleaning 87001 clauses out of 174006 with flag 7812401/3906000
251.74/254.15	c cleaning 88003 clauses out of 176005 with flag 7990457/3995000
258.54/261.07	c cleaning 88995 clauses out of 178003 with flag 8170549/4085001
265.67/268.29	c cleaning 89998 clauses out of 180007 with flag 8352547/4176000
273.16/275.88	c cleaning 91001 clauses out of 182010 with flag 8536549/4268001
280.77/283.50	c cleaning 92004 clauses out of 184009 with flag 8722549/4361001
289.07/292.00	c cleaning 93003 clauses out of 186005 with flag 8910549/4455001
298.26/301.25	c cleaning 93995 clauses out of 188002 with flag 9100549/4550001
307.98/311.09	c cleaning 95002 clauses out of 190007 with flag 9292549/4646001
318.50/321.67	c cleaning 95996 clauses out of 192005 with flag 9486549/4743001
329.62/332.86	c cleaning 97005 clauses out of 194009 with flag 9682549/4841001
338.22/341.52	c cleaning 97998 clauses out of 196003 with flag 9880672/4940000
347.41/350.85	c cleaning 98998 clauses out of 198005 with flag 10080861/5040000
356.72/360.23	c cleaning 99999 clauses out of 200008 with flag 10283018/5141001
367.41/371.08	c cleaning 101002 clauses out of 202009 with flag 10487306/5243001
378.09/381.81	c cleaning 101998 clauses out of 204006 with flag 10694474/5346000
389.66/393.58	c cleaning 102998 clauses out of 206009 with flag 10903091/5450001
401.53/405.53	c cleaning 104005 clauses out of 208010 with flag 11113542/5555000
413.30/417.42	c cleaning 105000 clauses out of 210006 with flag 11326222/5661001
424.98/429.29	c cleaning 106001 clauses out of 212006 with flag 11540932/5768001
436.05/440.49	c cleaning 106993 clauses out of 214004 with flag 11757327/5876000
447.12/451.62	c cleaning 108003 clauses out of 216013 with flag 11975460/5985002
458.99/463.61	c cleaning 109002 clauses out of 218008 with flag 12195606/6095000
472.65/477.44	c cleaning 110001 clauses out of 220007 with flag 12417987/6206001
485.13/490.01	c cleaning 111001 clauses out of 222006 with flag 12642107/6318001
497.59/502.65	c cleaning 112000 clauses out of 224006 with flag 12868529/6431002
511.45/516.68	c cleaning 112996 clauses out of 226004 with flag 13097258/6545000
525.82/531.16	c cleaning 114001 clauses out of 228008 with flag 13327809/6660000
537.59/543.10	c cleaning 114999 clauses out of 230007 with flag 13560543/6776000
550.85/556.48	c cleaning 116002 clauses out of 232008 with flag 13796384/6893000
564.75/570.42	c cleaning 116998 clauses out of 234006 with flag 14040490/7011000
578.12/583.97	c cleaning 118003 clauses out of 236008 with flag 14286026/7130000
591.49/597.46	c cleaning 119002 clauses out of 238005 with flag 14534666/7250000
605.30/611.36	c cleaning 119995 clauses out of 240003 with flag 14784001/7371000
620.97/627.16	c cleaning 121002 clauses out of 242008 with flag 15032653/7493000
636.11/642.48	c cleaning 122002 clauses out of 244006 with flag 15286067/7616000
650.68/657.17	c cleaning 122999 clauses out of 246004 with flag 15541094/7740000
666.71/673.36	c cleaning 123998 clauses out of 248005 with flag 15798344/7865000
683.93/690.71	c cleaning 125000 clauses out of 250007 with flag 16056121/7991000
700.09/707.07	c cleaning 125998 clauses out of 252007 with flag 16319072/8118000
716.51/723.67	c cleaning 127001 clauses out of 254009 with flag 16586558/8246000
735.93/743.28	c cleaning 128000 clauses out of 256008 with flag 16853429/8375000
752.86/760.39	c cleaning 129002 clauses out of 258008 with flag 17120752/8505000
769.00/776.61	c cleaning 130000 clauses out of 260006 with flag 17390921/8636000
785.84/793.61	c cleaning 131003 clauses out of 262006 with flag 17659566/8768000
797.80/805.76	c cleaning 132001 clauses out of 264003 with flag 17929272/8901000
807.08/815.12	c cleaning 132994 clauses out of 266002 with flag 18197272/9035000
816.35/824.58	c cleaning 133998 clauses out of 268008 with flag 18467272/9170000
826.44/834.76	c cleaning 135004 clauses out of 270010 with flag 18739272/9306000
836.53/844.93	c cleaning 135998 clauses out of 272006 with flag 19013272/9443000
847.77/856.36	c cleaning 137002 clauses out of 274008 with flag 19289272/9581000
859.13/867.81	c cleaning 138003 clauses out of 276006 with flag 19567272/9720000
870.29/879.19	c cleaning 139001 clauses out of 278003 with flag 19847272/9860000
881.19/890.16	c cleaning 139997 clauses out of 280002 with flag 20129272/10001000
893.33/902.46	c cleaning 141001 clauses out of 282005 with flag 20413272/10143000
906.78/916.03	c cleaning 141999 clauses out of 284004 with flag 20699272/10286000
920.11/929.44	c cleaning 142999 clauses out of 286005 with flag 20987272/10430000
934.18/943.65	c cleaning 143999 clauses out of 288006 with flag 21277272/10575000
948.94/958.51	c cleaning 145000 clauses out of 290007 with flag 21569272/10721000
964.88/974.61	c cleaning 146000 clauses out of 292007 with flag 21863272/10868000
979.52/989.47	c cleaning 147000 clauses out of 294007 with flag 22159272/11016000
993.99/1004.07	c cleaning 147999 clauses out of 296007 with flag 22457272/11165000
1009.21/1019.46	c cleaning 149001 clauses out of 298008 with flag 22757272/11315000
1026.52/1036.92	c cleaning 150000 clauses out of 300007 with flag 23059272/11466000
1045.16/1055.70	c cleaning 151002 clauses out of 302007 with flag 23363272/11618000
1064.01/1074.74	c cleaning 151998 clauses out of 304005 with flag 23669272/11771000
1082.76/1093.60	c cleaning 153002 clauses out of 306007 with flag 23977272/11925000
1099.45/1110.46	c cleaning 154002 clauses out of 308005 with flag 24287272/12080000
1116.79/1127.94	c cleaning 155002 clauses out of 310003 with flag 24599272/12236000
1138.02/1149.33	c cleaning 155998 clauses out of 312001 with flag 24913272/12393000
1159.43/1170.90	c cleaning 156997 clauses out of 314003 with flag 25229272/12551000
1182.28/1193.90	c cleaning 158003 clauses out of 316006 with flag 25547272/12710000
1205.58/1217.42	c cleaning 159002 clauses out of 318003 with flag 25867272/12870000
1229.60/1241.68	c cleaning 159996 clauses out of 320001 with flag 26189277/13031000
1244.63/1256.86	c cleaning 160998 clauses out of 322005 with flag 26513277/13193000
1262.23/1274.57	c cleaning 162001 clauses out of 324007 with flag 26839277/13356000
1280.40/1292.86	c cleaning 163001 clauses out of 326006 with flag 27167277/13520000
1299.91/1312.58	c cleaning 164002 clauses out of 328005 with flag 27497277/13685000
1316.46/1329.21	c cleaning 164993 clauses out of 330003 with flag 27829277/13851000
1338.55/1351.56	c cleaning 166001 clauses out of 332010 with flag 28163277/14018000
1361.77/1374.93	c cleaning 167003 clauses out of 334009 with flag 28499277/14186000
1384.37/1397.74	c cleaning 167999 clauses out of 336006 with flag 28837277/14355000
1407.09/1420.63	c cleaning 169001 clauses out of 338007 with flag 29177277/14525000
1428.22/1441.98	c cleaning 169999 clauses out of 340006 with flag 29519277/14696000
1452.02/1466.01	c cleaning 171000 clauses out of 342007 with flag 29863277/14868000
1471.47/1485.42	c cleaning 172001 clauses out of 344007 with flag 30209277/15041000
1494.08/1508.26	c cleaning 173001 clauses out of 346006 with flag 30557277/15215000
1520.35/1534.78	c cleaning 173998 clauses out of 348005 with flag 30907277/15390000
1545.96/1560.53	c cleaning 175002 clauses out of 350007 with flag 31259277/15566000
1571.14/1585.99	c cleaning 176000 clauses out of 352005 with flag 31613277/15743000
1595.95/1610.99	c cleaning 177002 clauses out of 354005 with flag 31969277/15921000
1623.92/1639.17	c cleaning 178001 clauses out of 356003 with flag 32327277/16100000
1642.67/1658.09	c cleaning 178995 clauses out of 358002 with flag 32687603/16280000
1654.52/1670.06	c cleaning 180002 clauses out of 360007 with flag 33049608/16461000
1666.38/1682.09	c cleaning 180999 clauses out of 362005 with flag 33413608/16643000
1679.12/1694.93	c cleaning 181999 clauses out of 364006 with flag 33779608/16826000
1692.19/1708.03	c cleaning 182999 clauses out of 366007 with flag 34147608/17010000
1704.53/1720.51	c cleaning 184000 clauses out of 368008 with flag 34517608/17195000
1716.89/1733.07	c cleaning 185001 clauses out of 370008 with flag 34889608/17381000
1730.32/1746.65	c cleaning 186004 clauses out of 372007 with flag 35263608/17568000
1744.65/1761.17	c cleaning 187002 clauses out of 374003 with flag 35639608/17756000
1757.91/1774.54	c cleaning 187999 clauses out of 376001 with flag 36017608/17945000
1774.12/1790.82	c cleaning 188996 clauses out of 378002 with flag 36397608/18135000
1789.35/1806.20	c cleaning 190000 clauses out of 380006 with flag 36779608/18326000
1803.64/1820.75	c cleaning 190996 clauses out of 382006 with flag 37163613/18518000
1818.17/1835.46	c cleaning 192001 clauses out of 384010 with flag 37549613/18711000
1834.07/1851.57	c cleaning 193001 clauses out of 386009 with flag 37937613/18905000
1850.51/1868.15	c cleaning 194004 clauses out of 388008 with flag 38327613/19100000
1866.74/1884.50	c cleaning 195002 clauses out of 390004 with flag 38719613/19296000
1883.23/1901.23	c cleaning 196000 clauses out of 392002 with flag 39113613/19493000
1901.23/1919.45	c cleaning 196996 clauses out of 394002 with flag 39509613/19691000
1920.38/1938.71	c cleaning 197999 clauses out of 396006 with flag 39907613/19890000
1939.80/1958.33	c cleaning 199001 clauses out of 398007 with flag 40307613/20090000
1960.88/1979.64	c cleaning 200000 clauses out of 400006 with flag 40709613/20291000
1983.58/2002.53	c cleaning 201000 clauses out of 402006 with flag 41113613/20493000
2004.86/2024.06	c cleaning 202002 clauses out of 404006 with flag 41519613/20696000
2027.24/2046.62	c cleaning 203001 clauses out of 406004 with flag 41927613/20900000
2050.22/2069.82	c cleaning 204001 clauses out of 408003 with flag 42337613/21105000
2075.62/2095.31	c cleaning 204999 clauses out of 410002 with flag 42749613/21311000
2101.25/2121.16	c cleaning 206002 clauses out of 412003 with flag 43163613/21518000
2128.60/2148.71	c cleaning 206997 clauses out of 414001 with flag 43579613/21726000
2156.67/2177.06	c cleaning 207999 clauses out of 416004 with flag 43997613/21935000
2186.51/2207.11	c cleaning 209002 clauses out of 418005 with flag 44417613/22145000
2216.59/2237.30	c cleaning 210002 clauses out of 420003 with flag 44839613/22356000
2247.72/2268.74	c cleaning 211001 clauses out of 422001 with flag 45263613/22568000
2277.10/2298.39	c cleaning 211994 clauses out of 424000 with flag 45689613/22781000
2307.41/2328.83	c cleaning 212996 clauses out of 426006 with flag 46117613/22995000
2340.99/2362.63	c cleaning 214004 clauses out of 428010 with flag 46547613/23210000
2369.16/2391.01	c cleaning 215000 clauses out of 430006 with flag 46979613/23426000
2402.28/2424.48	c cleaning 215997 clauses out of 432006 with flag 47413613/23643000
2437.21/2459.60	c cleaning 217002 clauses out of 434009 with flag 47849613/23861000
2469.06/2491.74	c cleaning 218004 clauses out of 436007 with flag 48287613/24080000
2502.73/2525.67	c cleaning 219000 clauses out of 438003 with flag 48727613/24300000
2536.90/2560.10	c cleaning 220002 clauses out of 440003 with flag 49169613/24521000
2570.76/2594.16	c cleaning 220996 clauses out of 442001 with flag 49613613/24743000
2609.36/2633.03	c cleaning 221998 clauses out of 444005 with flag 50059613/24966000
2650.12/2673.91	c cleaning 223004 clauses out of 446007 with flag 50507613/25190000
2689.15/2713.20	c cleaning 224002 clauses out of 448003 with flag 50957613/25415000
2732.47/2756.80	c cleaning 225000 clauses out of 450001 with flag 51409613/25641000
2768.29/2792.94	c cleaning 225997 clauses out of 452001 with flag 51863618/25868000
2799.80/2824.71	c cleaning 227002 clauses out of 454004 with flag 52319618/26096000
2832.96/2858.11	c cleaning 227996 clauses out of 456002 with flag 52777618/26325000
2868.84/2894.33	c cleaning 228998 clauses out of 458006 with flag 53237618/26555000
2904.27/2930.10	c cleaning 230002 clauses out of 460008 with flag 53699618/26786000
2942.49/2968.41	c cleaning 231000 clauses out of 462006 with flag 54163618/27018000
2986.00/3012.23	c cleaning 232003 clauses out of 464006 with flag 54629618/27251000
3019.79/3046.34	c cleaning 233001 clauses out of 466003 with flag 55097618/27485000
3058.42/3085.22	c cleaning 233996 clauses out of 468002 with flag 55567618/27720000
3105.82/3132.97	c cleaning 235000 clauses out of 470006 with flag 56039618/27956000
3145.56/3172.88	c cleaning 235996 clauses out of 472006 with flag 56513618/28193000
3192.88/3220.48	c cleaning 237001 clauses out of 474010 with flag 56989618/28431000
3240.46/3268.34	c cleaning 238000 clauses out of 476009 with flag 57467618/28670000
3287.25/3315.49	c cleaning 239003 clauses out of 478009 with flag 57947618/28910000
3335.51/3363.97	c cleaning 240001 clauses out of 480006 with flag 58429618/29151000
3379.55/3408.23	c cleaning 241003 clauses out of 482005 with flag 58913618/29393000
3434.27/3463.34	c cleaning 242000 clauses out of 484002 with flag 59399618/29636000
3485.83/3515.26	c cleaning 242998 clauses out of 486002 with flag 59887618/29880000
3535.87/3565.63	c cleaning 243999 clauses out of 488004 with flag 60377618/30125000
3589.54/3619.72	c cleaning 245003 clauses out of 490005 with flag 60869618/30371000
3600.05/3630.30	c starts		: 105
3600.05/3630.31	c conflicts		: 30453144
3600.05/3630.31	c decisions		: 48446365
3600.05/3630.31	c propagations		: 2386448777
3600.05/3630.31	c inspects		: 71234307522
3600.05/3630.31	c shortcuts		: 0
3600.05/3630.31	c learnt literals	: 0
3600.05/3630.31	c learnt binary clauses	: 0
3600.05/3630.31	c learnt ternary clauses	: 0
3600.05/3630.31	c learnt constraints	: 30453144
3600.05/3630.31	c ignored constraints	: 0
3600.05/3630.31	c root simplifications	: 0
3600.05/3630.31	c removed literals (reason simplification)	: 348668147
3600.05/3630.31	c reason swapping (by a shorter reason)	: 0
3600.05/3630.31	c Calls to reduceDB	: 242
3600.05/3630.31	c Number of update (reduction) of LBD	: 3842
3600.05/3630.31	c Imported unit clauses	: 0
3600.05/3630.31	c No decision after first conflict	: false
3600.05/3630.31	c number of reductions to clauses (during analyze)	: 0
3600.05/3630.31	c number of learned constraints concerned by reduction	: 0
3600.05/3630.31	c number of learning phase by resolution	: 0
3600.05/3630.31	c number of learning phase by cutting planes	: 0
3600.05/3630.31	c number of rounding to 1 operations	: 0
3600.05/3630.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3630.31	c number of reductions of the coefficients by power 2 	: 0
3600.05/3630.31	c number of right shift for reduction by power 2 	: 0
3600.05/3630.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3630.31	c number of ending skipping 	: 0
3600.05/3630.31	c number of internal skipping 	: 0
3600.05/3630.31	c number of derivation steps 	: 0
3600.05/3630.31	c number of skipped derivation steps 	: 0
3600.05/3630.31	c number of remaining unassigned 	: 0
3600.05/3630.31	c number of remaining assigned 	: 0
3600.05/3630.31	c number of falsified literals weakened from reason	: 0
3600.05/3630.31	c number of falsified literals weakened from conflict	: 0
3600.05/3630.31	c time for arithmetic operations	: 0
3600.05/3630.31	c minimum degree of deleted constraints	: null
3600.05/3630.31	c maximum degree of deleted constraints	: null
3600.05/3630.31	c number of deleted constraints	: 0
3600.05/3630.31	c speed (assignments/second)	: 657431.331042582
3600.05/3630.31	c non guided choices	: 15
3600.05/3630.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 327146
3600.05/3630.36	s SATISFIABLE
3600.05/3630.36	c Found 1 solution(s)
3600.05/3630.36	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 
3600.05/3630.36	c objective function=305
3600.05/3630.36	c Total wall clock time (in seconds): 3630.119

Verifier Data

OK	305

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

running on 4 cores: 60-63

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-8,11,15-16,24,31,34,36,42,45,49,52,55,59-60
  3550 MHz: 9,50-51,56-58,61-63
  3600 MHz: 10,12-14,17-23,25-30,32-33,35,37-41,43-44,46-48,53-54
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (1796 MiB free)
  node 1: cores 8-15, 129019 MiB (4020 MiB free)
  node 2: cores 16-23, 129019 MiB (25296 MiB free)
  node 3: cores 24-31, 129003 MiB (46430 MiB free)
  node 4: cores 32-39, 129019 MiB (46580 MiB free)
  node 5: cores 40-47, 129019 MiB (82167 MiB free)
  node 6: cores 48-55, 129019 MiB (104710 MiB free)
  node 7: cores 56-63, 128429 MiB (114317 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100057 s]*
/proc/loadavg: 0.00 2.45 8.47 9/1124 2191785
/proc/meminfo: memFree=435286296/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=34900044 memory=44356 CPUtime=0.03 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 5163 0 0 0 2 1 0 0 20 0 19 0 296867087 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8725011 11089 5960 1 0 30525 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=34900044 memory=5895516205 CPUtime=0.01 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 2512 0 0 0 1 0 0 0 20 0 19 0 296867091 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=34900044 memory=245752924046 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=34900044 memory=17974 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=34900044 memory=18327 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=34900044 memory=18896 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=34900044 memory=63793 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 10675 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 44356 KiB

[startup+0.213212 s]*
/proc/loadavg: 0.00 2.45 8.47 4/1124 2191785
/proc/meminfo: memFree=435275260/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=34900044 memory=49696 CPUtime=0.1 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 5831 0 0 0 9 1 0 0 20 0 19 0 296867087 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8725011 12424 6140 1 0 31033 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=34900044 memory=3184097719004590125 CPUtime=0.06 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) D 2191457 2191492 2191262 0 -1 4194368 2953 0 0 0 5 1 0 0 20 0 19 0 296867091 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=34900044 memory=245752924046 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=34900044 memory=17974 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=34900044 memory=18327 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=34900044 memory=18896 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=34900044 memory=63793 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 12042 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 49696 KiB

[startup+0.313403 s]*
/proc/loadavg: 0.00 2.45 8.47 3/1124 2191785
/proc/meminfo: memFree=435266632/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=34900044 memory=50712 CPUtime=0.14 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 6071 0 0 0 13 1 0 0 20 0 19 0 296867087 35737645056 12170 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8725011 12678 6157 1 0 31377 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=34900044 memory=3472328095156301869 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 3103 0 0 0 7 1 0 0 20 0 19 0 296867091 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=34900044 memory=8461138045675243406 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=34900044 memory=17974 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=34900044 memory=18327 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=34900044 memory=18896 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=34900044 memory=63793 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 12298 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50712 KiB

[startup+0.700289 s]
/proc/loadavg: 0.00 2.45 8.47 54/1163 2191824
/proc/meminfo: memFree=434043412/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35099736 memory=121188 CPUtime=1.27 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 12426 0 0 0 124 3 0 0 20 0 22 0 296867087 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8774934 30297 6280 1 0 50777 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35099736 memory=4828 CPUtime=0.41 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 3310 0 0 0 40 1 0 0 20 0 22 0 296867091 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35099736 memory=215792 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35099736 memory=4174 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35099736 memory=5896 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35099736 memory=147703925311089 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867122 35942129664 29901 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 121188 KiB

[startup+1.50028 s]
/proc/loadavg: 0.00 2.45 8.47 41/1196 2191857
/proc/meminfo: memFree=432347352/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35099736 memory=210184 CPUtime=2.73 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 14938 0 0 0 267 6 0 0 20 0 21 0 296867087 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8774934 52546 6282 1 0 77029 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35099736 memory=4828 CPUtime=1.12 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 3963 0 0 0 108 4 0 0 20 0 21 0 296867091 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35099736 memory=4174 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 296867093 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 296867093 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35099736 memory=5896 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 296867093 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 296867094 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35099736 memory=4828 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 296867094 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 296867122 35942129664 52214 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 210184 KiB

[startup+3.11419 s]
/proc/loadavg: 1.52 2.72 8.53 23/1188 2191869
/proc/meminfo: memFree=429384344/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35099736 memory=232936 CPUtime=4.3 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 17512 0 0 0 419 11 0 0 20 0 22 0 296867087 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8774934 58234 6282 1 0 77034 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35099736 memory=4828 CPUtime=2.57 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 4067 0 0 0 248 9 0 0 20 0 22 0 296867091 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35099736 memory=4828 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35099736 memory=4174 CPUtime=0 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867122 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 232936 KiB

[startup+6.30021 s]
/proc/loadavg: 1.52 2.72 8.53 22/1194 2191883
/proc/meminfo: memFree=423945448/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35099736 memory=233340 CPUtime=7.33 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 17825 0 0 0 713 20 0 0 20 0 22 0 296867087 35942129664 57846 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8774934 58335 6282 1 0 77034 0

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

/proc/meminfo: memFree=122580804/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=729452 CPUtime=3373.69 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86708 0 0 0 335935 1434 0 0 20 0 23 0 296867087 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 182363 6270 1 0 195915 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=1952 CPUtime=3355.11 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20553 0 0 0 334124 1387 0 0 20 0 23 0 296867091 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=746188 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=215800 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=729452 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=729452 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3373.69 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 729452 KiB

[startup+3462.3 s]
/proc/loadavg: 15.88 15.83 15.79 18/1196 2192245
/proc/meminfo: memFree=158890732/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=729456 CPUtime=3433.28 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86727 0 0 0 341881 1447 0 0 20 0 23 0 296867087 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 182364 6270 1 0 195915 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=1952 CPUtime=3414.62 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20555 0 0 0 340063 1399 0 0 20 0 23 0 296867091 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=746188 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=215800 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3433.28 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 729456 KiB

[startup+3522.3 s]
/proc/loadavg: 15.83 15.80 15.78 17/1193 2192323
/proc/meminfo: memFree=238268084/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=729456 CPUtime=3492.86 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86756 0 0 0 347827 1459 0 0 20 0 23 0 296867087 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 182364 6270 1 0 195915 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=729456 CPUtime=3474.07 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20557 0 0 0 345996 1411 0 0 20 0 23 0 296867091 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=215800 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=215800 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=729456 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=2660 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 182197 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3492.86 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 729456 KiB

[startup+3582.3 s]
/proc/loadavg: 16.20 15.90 15.82 18/1192 2192326
/proc/meminfo: memFree=214539252/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=745904 CPUtime=3552.44 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86872 0 0 0 353771 1473 0 0 20 0 23 0 296867087 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 186476 6270 1 0 200099 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=11924 CPUtime=3533.51 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20558 0 0 0 351928 1423 0 0 20 0 23 0 296867091 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=9500 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=743856 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=745904 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=3884 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=215800 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 186310 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3552.44 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 745904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.3 s]
/proc/loadavg: 18.41 16.48 16.02 11/1084 2192768
/proc/meminfo: memFree=256057020/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=750080 CPUtime=3600.05 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86947 0 0 0 358521 1484 0 0 20 0 23 0 296867087 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 187520 6270 1 0 204283 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=743856 CPUtime=3581.03 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20572 0 0 0 356668 1435 0 0 20 0 23 0 296867091 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=-7738693213435618915 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=745904 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=5896 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=750076 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 357 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=750080 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 750080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.38 s, system=14.8553 s

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

[startup+3630.3 s]
/proc/loadavg: 18.41 16.48 16.02 11/1084 2192768
/proc/meminfo: memFree=256057020/1055320720 swapFree=33543932/33554428
[pid=2191492] ppid=2191457 vsize=35166300 memory=750080 CPUtime=3600.05 cores=60-63
/proc/2191492/stat : 2191492 (java) S 2191457 2191492 2191262 0 -1 4194304 86947 0 0 0 358521 1484 0 0 20 0 23 0 296867087 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
/proc/2191492/statm: 8791575 187520 6270 1 0 204283 0
[pid=2191492/tid=2191562] ppid=2191457 vsize=35166300 memory=743856 CPUtime=3581.03 cores=60-63
/proc/2191492/task/2191562/stat : 2191562 (java) R 2191457 2191492 2191262 0 -1 4194368 20572 0 0 0 356668 1435 0 0 20 0 23 0 296867091 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191674] ppid=2191457 vsize=35166300 memory=-7738693213435618915 CPUtime=0 cores=60-63
/proc/2191492/task/2191674/stat : 2191674 (Referen..andler) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191681] ppid=2191457 vsize=35166300 memory=745904 CPUtime=0 cores=60-63
/proc/2191492/task/2191681/stat : 2191681 (Finalizer) S 2191457 2191492 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191731] ppid=2191457 vsize=35166300 memory=5896 CPUtime=0.08 cores=60-63
/proc/2191492/task/2191731/stat : 2191731 (Monitor..Thread) S 2191457 2191492 2191262 0 -1 4194368 57 0 0 0 5 3 0 0 20 0 23 0 296867093 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191752] ppid=2191457 vsize=35166300 memory=750076 CPUtime=0 cores=60-63
/proc/2191492/task/2191752/stat : 2191752 (Notific..Thread) S 2191457 2191492 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191764] ppid=2191457 vsize=35166300 memory=15556 CPUtime=0 cores=60-63
/proc/2191492/task/2191764/stat : 2191764 (Common-Cleaner) S 2191457 2191492 2191262 0 -1 4194368 357 0 0 0 0 0 0 0 20 0 23 0 296867094 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
[pid=2191492/tid=2191803] ppid=2191457 vsize=35166300 memory=750080 CPUtime=0 cores=60-63
/proc/2191492/task/2191803/stat : 2191803 (Timer-0) S 2191457 2191492 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36010291200 187351 18446744073709551615 94724245696512 94724245700208 140730166280336 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94724245708072 94724245708816 94724275998720 140730166286500 140730166286686 140730166286686 140730166292424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 750080 KiB

Child status: 143

Real time (s): 3630.37
CPU time (s): 3600.23
CPU user time (s): 3585.38
CPU system time (s): 14.8553
CPU usage (%): 99.1698
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 829540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.38
system time used= 14.8553
maximum resident set size= 828496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89201
page faults= 0
swaps= 0
block input operations= 16
block output operations= 9536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2964568
involuntary context switches= 7341


# summary of solver processes directly reported to runsolver:
#   pid: 2191492
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3585.38
#   total CPU system time (s): 14.8553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.264 second user time and 41.4714 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 00:23:09
IDJOB=4835621
IDBENCH=146651
IDSOLVER=3672
FILE ID=nodeE001/4835621-1783635789
RUNJOBID= nodeE001-1783635789-2191294
SLURM_JOB_ID= 12722695
Free space on /tmp= 800324 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835621-1783635789/watcher-4835621-1783635789 -o /tmp/evaluation-result-4835621-1783635789/solver-4835621-1783635789 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835621-1783635789/vars-4835621-1783635789 --bin-var /tmp/runsolver-exch-nodeE001-1783635789-2191294 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835621-1783635789 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835621-1783635789.opb

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

MD5SUM BENCH= 21e5c9aefd9c10ac1801b7f257b8155f
RANDOM SEED=157581319

nodeE001 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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.262
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3599.476
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3598.373
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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3578.652
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3569.033
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3580.253
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3588.058
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3594.628
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3586.348
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3592.895
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3594.382
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3594.196
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3596.307
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3588.688
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3570.582
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3570.629
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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 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		: 3563.208
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.23
TLB size	: 192 4K pages
clflush 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:       1055320720 kB
MemFree:        435495588 kB
MemAvailable:   1046090372 kB
Buffers:            1056 kB
Cached:         607696160 kB
SwapCached:         1284 kB
Active:         21472260 kB
Inactive:       586383400 kB
Active(anon):     651212 kB
Inactive(anon):   409924 kB
Active(file):   20821048 kB
Inactive(file): 585973476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47192 kB
Writeback:             0 kB
AnonPages:        160796 kB
Mapped:           217120 kB
Shmem:            902692 kB
KReclaimable:    9507060 kB
Slab:           10482316 kB
SReclaimable:    9507060 kB
SUnreclaim:       975256 kB
KernelStack:       13728 kB
PageTables:         5072 kB
SecPageTables:     15364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   129493464 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478596 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800316 MiB
End job on nodeE001 at 2026-07-10 01:23:40