Trace number 4836227

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)1 3600.23 3679.09

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_051.opb
MD5SUM744c3b9d4e25d17ebfb6177a80cac7fa
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.014551
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 51
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 51
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	26.0.1+8-34
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		26.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		30334720
0.00/0.11	c Max memory 		32178700288
0.00/0.11	c Total memory 		33554432
0.00/0.11	c Number of processors 	4
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: none
0.07/0.13	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-4836227-1783692716.opb
0.07/0.14	c reading problem ... 
0.07/0.17	c using VERIPB proof format
0.07/0.17	c  objective function found
0.07/0.18	c ... done. Wall clock time 0.046s.
0.07/0.18	c declared #vars     204
0.07/0.18	c #constraints  102
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.07/0.18	c 102 constraints processed.
0.07/0.19	c objective function length is 51 literals
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.107
0.26/0.24	o 1
0.88/0.47	c cleaning 2721 clauses out of 5453 with flag 32465/5453
1.67/0.73	c cleaning 4358 clauses out of 8732 with flag 76630/11453
2.33/1.07	c cleaning 5678 clauses out of 11373 with flag 136803/18452
2.63/1.38	c cleaning 6842 clauses out of 13696 with flag 198945/26453
2.90/1.64	c cleaning 7922 clauses out of 15853 with flag 251348/35452
3.15/1.99	c cleaning 8957 clauses out of 17931 with flag 315609/45452
3.61/2.31	c cleaning 9986 clauses out of 19976 with flag 385334/56454
3.85/2.64	c cleaning 10989 clauses out of 21988 with flag 450555/68452
4.18/3.04	c cleaning 11992 clauses out of 24000 with flag 529798/81453
4.50/3.46	c cleaning 13002 clauses out of 26007 with flag 617637/95452
4.90/3.91	c cleaning 13999 clauses out of 28007 with flag 706982/110454
5.23/4.39	c cleaning 15000 clauses out of 30006 with flag 803665/126452
5.75/4.97	c cleaning 15995 clauses out of 32006 with flag 908378/143452
6.35/5.60	c cleaning 16994 clauses out of 34011 with flag 1013943/161452
7.02/6.42	c cleaning 18006 clauses out of 36019 with flag 1135427/180454
7.70/7.29	c cleaning 18992 clauses out of 38012 with flag 1263883/200453
8.46/8.11	c cleaning 20007 clauses out of 40020 with flag 1392650/221453
9.12/8.92	c cleaning 20996 clauses out of 42012 with flag 1526930/243452
9.97/9.90	c cleaning 22005 clauses out of 44016 with flag 1683593/266452
10.72/10.89	c cleaning 23000 clauses out of 46012 with flag 1842393/290453
11.66/11.92	c cleaning 23992 clauses out of 48011 with flag 1999190/315452
12.50/12.98	c cleaning 25002 clauses out of 50021 with flag 2160208/341454
13.46/14.09	c cleaning 25998 clauses out of 52018 with flag 2325687/368453
14.49/15.29	c cleaning 27009 clauses out of 54021 with flag 2500036/396454
15.59/16.58	c cleaning 27997 clauses out of 56010 with flag 2673191/425452
16.80/17.95	c cleaning 29005 clauses out of 58013 with flag 2858162/455452
18.02/19.37	c cleaning 29995 clauses out of 60009 with flag 3064008/486453
19.29/20.87	c cleaning 30997 clauses out of 62013 with flag 3278888/518452
20.77/22.54	c cleaning 31999 clauses out of 64018 with flag 3505544/551454
22.18/24.15	c cleaning 33001 clauses out of 66018 with flag 3722863/585453
23.82/25.92	c cleaning 34000 clauses out of 68016 with flag 3960121/620452
25.40/27.75	c cleaning 34999 clauses out of 70016 with flag 4190333/656452
27.17/29.78	c cleaning 36003 clauses out of 72018 with flag 4444554/693453
29.13/31.81	c cleaning 36995 clauses out of 74014 with flag 4690821/731452
30.88/33.87	c cleaning 38001 clauses out of 76019 with flag 4960727/770452
32.84/36.06	c cleaning 39009 clauses out of 78018 with flag 5225337/810452
34.96/38.40	c cleaning 39998 clauses out of 80010 with flag 5494995/851453
36.81/40.53	c cleaning 41000 clauses out of 82011 with flag 5776402/893452
38.85/42.85	c cleaning 41997 clauses out of 84013 with flag 6071105/936454
40.98/45.24	c cleaning 43001 clauses out of 86014 with flag 6377805/980452
43.21/47.79	c cleaning 43990 clauses out of 88014 with flag 6688803/1025453
45.51/50.33	c cleaning 44998 clauses out of 90023 with flag 7029475/1071452
47.85/52.95	c cleaning 46007 clauses out of 92025 with flag 7357631/1118452
50.46/55.87	c cleaning 47001 clauses out of 94018 with flag 7709673/1166452
53.14/58.86	c cleaning 47996 clauses out of 96017 with flag 8059030/1215452
55.95/61.98	c cleaning 49001 clauses out of 98021 with flag 8404575/1265452
58.76/65.08	c cleaning 49999 clauses out of 100020 with flag 8748922/1316452
62.47/69.10	c cleaning 51006 clauses out of 102021 with flag 9149851/1368452
65.34/72.23	c cleaning 52003 clauses out of 104017 with flag 9522293/1421454
68.31/75.53	c cleaning 53001 clauses out of 106015 with flag 9906695/1475455
71.53/79.04	c cleaning 53979 clauses out of 108011 with flag 10294998/1530452
74.71/82.52	c cleaning 55004 clauses out of 110032 with flag 10681475/1586452
78.37/86.55	c cleaning 56003 clauses out of 112028 with flag 11110507/1643452
81.84/90.33	c cleaning 56997 clauses out of 114025 with flag 11527334/1701452
85.33/94.15	c cleaning 58008 clauses out of 116028 with flag 11934453/1760452
88.78/97.91	c cleaning 59002 clauses out of 118020 with flag 12376065/1820452
92.37/101.84	c cleaning 59999 clauses out of 120018 with flag 12812790/1881452
96.15/105.99	c cleaning 61003 clauses out of 122022 with flag 13241026/1943455
100.30/110.48	c cleaning 62001 clauses out of 124017 with flag 13716892/2006453
104.49/114.91	c cleaning 62999 clauses out of 126015 with flag 14176193/2070452
108.74/119.57	c cleaning 63995 clauses out of 128018 with flag 14657096/2135454
113.03/124.16	c cleaning 65004 clauses out of 130022 with flag 15108871/2201453
117.19/128.61	c cleaning 65996 clauses out of 132017 with flag 15589064/2268452
121.67/133.49	c cleaning 67001 clauses out of 134021 with flag 16078570/2336452
126.35/138.43	c cleaning 67999 clauses out of 136020 with flag 16586271/2405452
130.91/143.33	c cleaning 69004 clauses out of 138022 with flag 17098189/2475453
135.70/148.45	c cleaning 69998 clauses out of 140017 with flag 17630417/2546452
141.87/154.99	c cleaning 71008 clauses out of 142021 with flag 18257670/2618454
146.98/160.37	c cleaning 72000 clauses out of 144013 with flag 18776334/2691454
152.55/166.23	c cleaning 72992 clauses out of 146011 with flag 19338539/2765452
158.28/172.27	c cleaning 74003 clauses out of 148020 with flag 19884488/2840453
163.50/177.70	c cleaning 74998 clauses out of 150017 with flag 20429856/2916453
169.20/183.75	c cleaning 76003 clauses out of 152018 with flag 21013828/2993452
174.70/189.58	c cleaning 77002 clauses out of 154015 with flag 21573336/3071452
180.32/195.46	c cleaning 77998 clauses out of 156013 with flag 22140753/3150452
186.34/201.73	c cleaning 78999 clauses out of 158017 with flag 22712397/3230454
192.24/207.95	c cleaning 80000 clauses out of 160018 with flag 23287028/3311454
198.41/214.42	c cleaning 81004 clauses out of 162017 with flag 23869924/3393453
204.97/221.32	c cleaning 82000 clauses out of 164012 with flag 24470000/3476452
211.24/227.94	c cleaning 82997 clauses out of 166012 with flag 25091801/3560452
217.72/234.73	c cleaning 83996 clauses out of 168015 with flag 25721115/3645452
224.10/241.40	c cleaning 85003 clauses out of 170020 with flag 26364354/3731453
230.76/248.49	c cleaning 86004 clauses out of 172016 with flag 27008353/3818452
237.67/255.60	c cleaning 86997 clauses out of 174012 with flag 27650382/3906452
244.87/263.13	c cleaning 88004 clauses out of 176015 with flag 28325050/3995452
252.44/271.08	c cleaning 89002 clauses out of 178012 with flag 29004057/4085453
259.96/278.93	c cleaning 90001 clauses out of 180009 with flag 29678869/4176452
267.03/286.35	c cleaning 90998 clauses out of 182008 with flag 30345249/4268452
275.03/294.66	c cleaning 91997 clauses out of 184010 with flag 31025448/4361452
283.26/303.25	c cleaning 93001 clauses out of 186014 with flag 31737226/4455453
291.33/311.66	c cleaning 93997 clauses out of 188012 with flag 32456222/4550452
299.55/320.13	c cleaning 95000 clauses out of 190016 with flag 33164537/4646453
307.59/328.53	c cleaning 95996 clauses out of 192016 with flag 33899904/4743453
316.23/337.54	c cleaning 97000 clauses out of 194020 with flag 34615042/4841453
324.87/346.56	c cleaning 97998 clauses out of 196020 with flag 35367636/4940453
333.78/355.86	c cleaning 99000 clauses out of 198023 with flag 36107084/5040454
343.24/365.69	c cleaning 100000 clauses out of 200021 with flag 36866817/5141452
352.03/374.77	c cleaning 101008 clauses out of 202021 with flag 37618879/5243452
361.60/384.60	c cleaning 101997 clauses out of 204013 with flag 38377215/5346452
370.54/393.97	c cleaning 103000 clauses out of 206017 with flag 39189901/5450453
379.95/403.74	c cleaning 104000 clauses out of 208017 with flag 39967867/5555453
389.77/413.97	c cleaning 104995 clauses out of 210016 with flag 40753141/5661452
399.78/424.35	c cleaning 106002 clauses out of 212022 with flag 41527867/5768453
410.02/434.93	c cleaning 107002 clauses out of 214021 with flag 42330840/5876454
420.13/445.47	c cleaning 108000 clauses out of 216019 with flag 43134209/5985454
430.51/456.13	c cleaning 108999 clauses out of 218019 with flag 43969585/6095454
441.05/467.04	c cleaning 110000 clauses out of 220018 with flag 44837156/6206452
451.81/478.16	c cleaning 111002 clauses out of 222019 with flag 45700914/6318453
462.51/489.17	c cleaning 112001 clauses out of 224016 with flag 46574554/6431452
473.68/500.62	c cleaning 113001 clauses out of 226018 with flag 47430343/6545455
485.05/512.30	c cleaning 114001 clauses out of 228014 with flag 48304906/6660452
496.27/523.99	c cleaning 114991 clauses out of 230014 with flag 49217866/6776453
507.74/535.77	c cleaning 116009 clauses out of 232024 with flag 50102964/6893454
519.47/547.86	c cleaning 117000 clauses out of 234014 with flag 51051383/7011453
530.90/559.62	c cleaning 118000 clauses out of 236013 with flag 51993218/7130452
543.56/572.60	c cleaning 119000 clauses out of 238016 with flag 52971895/7250455
555.71/585.19	c cleaning 119996 clauses out of 240013 with flag 53914598/7371452
568.43/598.23	c cleaning 120998 clauses out of 242019 with flag 54861673/7493454
581.04/611.26	c cleaning 122003 clauses out of 244020 with flag 55819529/7616453
593.85/624.44	c cleaning 122998 clauses out of 246016 with flag 56785620/7740452
606.58/637.58	c cleaning 124002 clauses out of 248019 with flag 57763004/7865453
619.61/650.95	c cleaning 125003 clauses out of 250017 with flag 58798059/7991453
632.75/664.48	c cleaning 125999 clauses out of 252013 with flag 59794178/8118452
645.79/677.84	c cleaning 126996 clauses out of 254014 with flag 60770103/8246452
659.65/692.10	c cleaning 128000 clauses out of 256019 with flag 61780622/8375453
673.56/706.38	c cleaning 129001 clauses out of 258018 with flag 62795981/8505452
687.40/720.46	c cleaning 129998 clauses out of 260017 with flag 63829149/8636452
702.08/735.49	c cleaning 130978 clauses out of 262019 with flag 64913303/8768452
716.49/750.29	c cleaning 132009 clauses out of 264041 with flag 65958851/8901452
730.63/764.78	c cleaning 133007 clauses out of 266033 with flag 67002201/9035453
744.58/779.13	c cleaning 134001 clauses out of 268025 with flag 68024004/9170452
760.99/796.01	c cleaning 135010 clauses out of 270025 with flag 69162290/9306453
776.19/811.69	c cleaning 136003 clauses out of 272014 with flag 70250039/9443452
791.97/827.83	c cleaning 136999 clauses out of 274011 with flag 71346833/9581452
807.42/843.67	c cleaning 137999 clauses out of 276012 with flag 72448955/9720452
823.07/859.67	c cleaning 138992 clauses out of 278013 with flag 73537970/9860452
840.03/876.92	c cleaning 140004 clauses out of 280023 with flag 74658853/10001454
855.16/892.34	c cleaning 141003 clauses out of 282017 with flag 75814470/10143452
871.57/909.18	c cleaning 142001 clauses out of 284015 with flag 76973024/10286453
889.07/927.06	c cleaning 143001 clauses out of 286016 with flag 78166133/10430455
906.98/945.32	c cleaning 143999 clauses out of 288012 with flag 79320300/10575452
924.74/963.47	c cleaning 145000 clauses out of 290013 with flag 80440649/10721452
941.37/980.40	c cleaning 146001 clauses out of 292015 with flag 81561973/10868454
958.72/998.13	c cleaning 147001 clauses out of 294012 with flag 82747802/11016452
975.19/1014.97	c cleaning 147993 clauses out of 296011 with flag 83914822/11165452
993.82/1033.92	c cleaning 148992 clauses out of 298019 with flag 85117059/11315453
1011.85/1052.34	c cleaning 150008 clauses out of 300027 with flag 86334075/11466453
1029.62/1070.52	c cleaning 151000 clauses out of 302018 with flag 87535129/11618452
1048.77/1090.03	c cleaning 152005 clauses out of 304018 with flag 88754005/11771452
1067.18/1108.86	c cleaning 152996 clauses out of 306013 with flag 89933579/11925452
1086.90/1128.94	c cleaning 153997 clauses out of 308017 with flag 91142612/12080452
1106.06/1148.49	c cleaning 155004 clauses out of 310020 with flag 92388272/12236452
1126.29/1169.06	c cleaning 156003 clauses out of 312017 with flag 93609374/12393453
1146.22/1189.35	c cleaning 156999 clauses out of 314014 with flag 94848113/12551453
1166.33/1209.85	c cleaning 157995 clauses out of 316014 with flag 96094991/12710452
1186.17/1230.10	c cleaning 159004 clauses out of 318020 with flag 97367764/12870453
1206.48/1250.77	c cleaning 159995 clauses out of 320018 with flag 98631458/13031455
1226.70/1271.35	c cleaning 161004 clauses out of 322021 with flag 99905534/13193453
1247.06/1292.10	c cleaning 162002 clauses out of 324016 with flag 101213590/13356452
1267.85/1313.21	c cleaning 162995 clauses out of 326014 with flag 102506624/13520452
1288.35/1334.11	c cleaning 164006 clauses out of 328021 with flag 103827864/13685454
1310.52/1356.77	c cleaning 165000 clauses out of 330013 with flag 105160807/13851452
1332.32/1378.81	c cleaning 165994 clauses out of 332014 with flag 106465866/14018453
1353.25/1400.12	c cleaning 167001 clauses out of 334019 with flag 107781778/14186452
1375.14/1422.45	c cleaning 168001 clauses out of 336020 with flag 109106681/14355454
1398.83/1446.55	c cleaning 169004 clauses out of 338017 with flag 110536950/14525452
1421.43/1469.52	c cleaning 169998 clauses out of 340016 with flag 111899495/14696455
1443.31/1491.86	c cleaning 171006 clauses out of 342015 with flag 113299530/14868452
1465.97/1514.90	c cleaning 171996 clauses out of 344009 with flag 114654089/15041452
1488.74/1538.11	c cleaning 173001 clauses out of 346013 with flag 116049088/15215452
1511.95/1561.74	c cleaning 173994 clauses out of 348012 with flag 117412088/15390452
1535.17/1585.35	c cleaning 174989 clauses out of 350018 with flag 118805877/15566452
1559.28/1609.84	c cleaning 176004 clauses out of 352031 with flag 120188548/15743454
1583.37/1634.38	c cleaning 177007 clauses out of 354026 with flag 121621860/15921453
1608.23/1659.67	c cleaning 178007 clauses out of 356019 with flag 123044857/16100453
1632.35/1684.11	c cleaning 179000 clauses out of 358011 with flag 124490189/16280452
1658.42/1710.67	c cleaning 179999 clauses out of 360012 with flag 125952444/16461453
1683.40/1736.09	c cleaning 180999 clauses out of 362012 with flag 127392499/16643452
1709.44/1762.59	c cleaning 182000 clauses out of 364013 with flag 128876269/16826452
1735.22/1788.75	c cleaning 183000 clauses out of 366013 with flag 130359915/17010452
1762.02/1815.98	c cleaning 184001 clauses out of 368016 with flag 131892780/17195455
1787.82/1842.03	c cleaning 185000 clauses out of 370013 with flag 133388804/17381453
1816.41/1871.05	c cleaning 185997 clauses out of 372013 with flag 134912597/17568453
1843.72/1898.80	c cleaning 186998 clauses out of 374015 with flag 136780830/17756452
1870.21/1925.77	c cleaning 188001 clauses out of 376018 with flag 138309332/17945453
1895.99/1951.93	c cleaning 188996 clauses out of 378016 with flag 139850053/18135452
1925.23/1981.62	c cleaning 190005 clauses out of 380021 with flag 141401783/18326453
1954.35/2011.21	c cleaning 191004 clauses out of 382015 with flag 142954026/18518452
1980.82/2038.15	c cleaning 191999 clauses out of 384012 with flag 144469493/18711453
2008.02/2065.86	c cleaning 192997 clauses out of 386012 with flag 146032845/18905452
2034.93/2093.13	c cleaning 194006 clauses out of 388015 with flag 147556278/19100452
2066.06/2124.72	c cleaning 194995 clauses out of 390009 with flag 149186922/19296452
2095.48/2154.68	c cleaning 195996 clauses out of 392016 with flag 150781404/19493454
2126.94/2186.57	c cleaning 196995 clauses out of 394018 with flag 152382600/19691452
2156.54/2216.43	c cleaning 198000 clauses out of 396023 with flag 154000232/19890452
2188.20/2248.61	c cleaning 199008 clauses out of 398023 with flag 155641600/20090452
2218.01/2278.92	c cleaning 200005 clauses out of 400016 with flag 157295687/20291453
2248.51/2309.96	c cleaning 200998 clauses out of 402012 with flag 158960128/20493454
2278.09/2339.90	c cleaning 202001 clauses out of 404014 with flag 160599138/20696454
2309.61/2371.91	c cleaning 202998 clauses out of 406011 with flag 162303692/20900452
2341.13/2403.92	c cleaning 204004 clauses out of 408015 with flag 163963762/21105454
2374.58/2437.82	c cleaning 204998 clauses out of 410010 with flag 165616002/21311453
2406.81/2470.55	c cleaning 205992 clauses out of 412011 with flag 167259483/21518452
2437.09/2501.26	c cleaning 207001 clauses out of 414022 with flag 168934155/21726455
2470.59/2535.20	c cleaning 207995 clauses out of 416018 with flag 170658483/21935452
2504.14/2569.24	c cleaning 209005 clauses out of 418025 with flag 172375077/22145454
2537.91/2603.46	c cleaning 210001 clauses out of 420018 with flag 174075238/22356452
2571.90/2637.88	c cleaning 211005 clauses out of 422018 with flag 175807374/22568453
2606.74/2673.28	c cleaning 211998 clauses out of 424012 with flag 177510822/22781452
2641.89/2708.96	c cleaning 212998 clauses out of 426015 with flag 179223609/22995453
2675.79/2743.33	c cleaning 214000 clauses out of 428016 with flag 180936010/23210452
2712.59/2780.64	c cleaning 215000 clauses out of 430017 with flag 182722038/23426453
2747.00/2815.51	c cleaning 215995 clauses out of 432016 with flag 184596605/23643452
2783.59/2852.78	c cleaning 217008 clauses out of 434021 with flag 186570478/23861452
2819.65/2889.20	c cleaning 218002 clauses out of 436014 with flag 188338801/24080453
2854.49/2924.53	c cleaning 218997 clauses out of 438011 with flag 190087276/24300452
2889.36/2959.92	c cleaning 220004 clauses out of 440015 with flag 191863974/24521453
2925.45/2996.51	c cleaning 220998 clauses out of 442010 with flag 193688683/24743452
2960.40/3032.07	c cleaning 222003 clauses out of 444013 with flag 195522791/24966453
2997.89/3070.07	c cleaning 223004 clauses out of 446009 with flag 197349046/25190452
3036.48/3109.19	c cleaning 223997 clauses out of 448006 with flag 199202758/25415453
3076.21/3149.38	c cleaning 225002 clauses out of 450010 with flag 201062349/25641454
3114.75/3188.32	c cleaning 225992 clauses out of 452008 with flag 202938841/25868454
3151.04/3225.04	c cleaning 226999 clauses out of 454014 with flag 204780441/26096452
3188.89/3263.36	c cleaning 228001 clauses out of 456019 with flag 206669790/26325456
3227.84/3302.72	c cleaning 229000 clauses out of 458015 with flag 208528620/26555453
3271.03/3346.43	c cleaning 229998 clauses out of 460014 with flag 210601541/26786452
3311.56/3387.47	c cleaning 230999 clauses out of 462016 with flag 212521562/27018452
3351.88/3428.22	c cleaning 232001 clauses out of 464018 with flag 214468332/27251453
3393.30/3470.16	c cleaning 233001 clauses out of 466018 with flag 216476992/27485454
3436.97/3514.34	c cleaning 233990 clauses out of 468015 with flag 218458962/27720452
3478.09/3555.72	c cleaning 235003 clauses out of 470026 with flag 220463416/27956453
3516.33/3594.42	c cleaning 235998 clauses out of 472022 with flag 222440402/28193452
3559.24/3637.87	c cleaning 237002 clauses out of 474024 with flag 224462254/28431452
3600.06/3679.02	c starts		: 53826
3600.06/3679.02	c conflicts		: 28670453
3600.06/3679.02	c decisions		: 36837989
3600.06/3679.02	c propagations		: 469600095
3600.06/3679.02	c inspects		: 96024828309
3600.06/3679.02	c shortcuts		: 0
3600.06/3679.02	c learnt literals	: 0
3600.06/3679.02	c learnt binary clauses	: 0
3600.06/3679.02	c learnt ternary clauses	: 0
3600.06/3679.02	c learnt constraints	: 28670453
3600.06/3679.02	c ignored constraints	: 0
3600.06/3679.02	c root simplifications	: 0
3600.06/3679.02	c removed literals (reason simplification)	: 43228142
3600.06/3679.02	c reason swapping (by a shorter reason)	: 0
3600.06/3679.02	c Calls to reduceDB	: 235
3600.06/3679.02	c Number of update (reduction) of LBD	: 7737581
3600.06/3679.02	c Imported unit clauses	: 0
3600.06/3679.02	c No decision after first conflict	: false
3600.06/3679.02	c number of reductions to clauses (during analyze)	: 0
3600.06/3679.02	c number of learned constraints concerned by reduction	: 0
3600.06/3679.02	c number of learning phase by resolution	: 0
3600.06/3679.02	c number of learning phase by cutting planes	: 0
3600.06/3679.02	c number of rounding to 1 operations	: 0
3600.06/3679.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3679.02	c number of reductions of the coefficients by power 2 	: 0
3600.06/3679.02	c number of right shift for reduction by power 2 	: 0
3600.06/3679.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3679.02	c number of ending skipping 	: 0
3600.06/3679.02	c number of internal skipping 	: 0
3600.06/3679.02	c number of derivation steps 	: 0
3600.06/3679.02	c number of skipped derivation steps 	: 0
3600.06/3679.02	c number of remaining unassigned 	: 0
3600.06/3679.02	c number of remaining assigned 	: 0
3600.06/3679.02	c number of falsified literals weakened from reason	: 0
3600.06/3679.02	c number of falsified literals weakened from conflict	: 0
3600.06/3679.02	c time for arithmetic operations	: 0
3600.06/3679.02	c minimum degree of deleted constraints	: null
3600.06/3679.02	c maximum degree of deleted constraints	: null
3600.06/3679.02	c number of deleted constraints	: 0
3600.06/3679.02	c speed (assignments/second)	: 127649.30562162427
3600.06/3679.02	c non guided choices	: 11079
3600.06/3679.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 476023
3600.06/3679.08	s SATISFIABLE
3600.06/3679.08	c Found 1 solution(s)
3600.06/3679.08	v x1 -x2 -x3 x4 x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 x15 -x16 x17 -x18 -x19 -x20 x21 -x22 x23 x24 -x25 -x26 -x27 x28 x29 x30 -x31 -x32 x33 x34 x35 -x36 -x37 x38 x39 x40 -x41 x42 x43 x44 -x45 x46 x47 -x48 x49 -x50 -x51 -x52 x53 x54 -x55 x56 x57 x58 x59 -x60 -x61 -x62 x63 x64 x65 -x66 -x67 x68 x69 -x70 x71 x72 -x73 x74 -x75 x76 -x77 x78 x79 -x80 x81 x82 -x83 -x84 x85 -x86 -x87 x88 x89 x90 -x91 x92 x93 x94 x95 x96 -x97 x98 x99 -x100 x101 x102 -x103 -x104 -x105 x106 -x107 x108 -x109 -x110 x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 x120 x121 -x122 -x123 x124 x125 -x126 x127 -x128 -x129 -x130 -x131 x132 x133 -x134 -x135 x136 -x137 -x138 x139 x140 -x141 x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 
3600.06/3679.08	c objective function=1
3600.06/3679.08	c Total wall clock time (in seconds): 3678.942

Verifier Data

OK	1

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,9,12,14,22,30,38,40,56,60-63
  3550 MHz: 16-19,34,41-43,49-50,57-59
  3600 MHz: 8,10-11,13,15,20-21,23-29,31-33,35-37,39,44-48,51-55
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (4364 MiB free)
  node 1: cores 8-15, 128973 MiB (10927 MiB free)
  node 2: cores 16-23, 129019 MiB (127062 MiB free)
  node 3: cores 24-31, 129003 MiB (97982 MiB free)
  node 4: cores 32-39, 129019 MiB (107522 MiB free)
  node 5: cores 40-47, 129019 MiB (118950 MiB free)
  node 6: cores 48-55, 129019 MiB (125727 MiB free)
  node 7: cores 56-63, 128474 MiB (106872 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
Current StackSize limit: 8192 KiB

solver pid=1168824, runsolver pid=1168785

[startup+0.100058 s]*
/proc/loadavg: 0.52 1.73 4.58 12/984 1168981
/proc/meminfo: memFree=716160284/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=34900044 memory=46772 CPUtime=0.07 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 5632 0 0 0 6 1 0 0 20 0 19 0 302559368 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8725011 11693 6109 1 0 30924 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=34900044 memory=4034094885 CPUtime=0.04 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 2859 0 0 0 4 0 0 0 20 0 19 0 302559373 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=34900044 memory=51666671 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559374 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=34900044 memory=61818286637537 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302559374 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=34900044 memory=56286402314836 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559374 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=34900044 memory=58481164157716 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559375 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=34900044 memory=61805535954147 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559375 35737645056 11315 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46772 KiB

[startup+0.213445 s]*
/proc/loadavg: 0.52 1.73 4.58 36/1094 1169101
/proc/meminfo: memFree=715913544/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35033172 memory=61992 CPUtime=0.26 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 8274 0 0 0 24 2 0 0 20 0 21 0 302559368 35873968128 14963 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8758293 15498 6272 1 0 33801 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35033172 memory=3458775719129345843 CPUtime=0.11 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 3262 0 0 0 10 1 0 0 20 0 21 0 302559373 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35033172 memory=219983118702 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559374 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35033172 memory=62917849968866 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559374 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35033172 memory=57385965649287 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559374 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35033172 memory=59580727517222 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559375 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35033172 memory=62905099279685 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559375 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35033172 memory=15824408392501271 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559387 35873968128 15091 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 61992 KiB

[startup+0.313958 s]*
/proc/loadavg: 0.52 1.73 4.58 49/1114 1169121
/proc/meminfo: memFree=715697924/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35099736 memory=86456 CPUtime=0.58 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 9814 0 0 0 56 2 0 0 20 0 22 0 302559368 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8774934 21614 6272 1 0 41559 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35099736 memory=3978402723982962483 CPUtime=0.2 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 3286 0 0 0 19 1 0 0 20 0 22 0 302559373 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35099736 memory=3472275532685771118 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35099736 memory=8430801420287537378 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35099736 memory=57385965649287 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35099736 memory=59580727517222 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559375 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35099736 memory=62905099279685 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559375 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35099736 memory=15824408392501271 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559387 35942129664 21232 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 86456 KiB

[startup+0.700293 s]
/proc/loadavg: 0.52 1.73 4.58 43/1121 1169128
/proc/meminfo: memFree=715247620/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35099736 memory=132048 CPUtime=1.67 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 12076 0 0 0 164 3 0 0 20 0 22 0 302559368 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8774934 33012 6288 1 0 52584 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35099736 memory=139180 CPUtime=0.53 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 3333 0 0 0 51 2 0 0 20 0 22 0 302559373 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35099736 memory=61574 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35099736 memory=149628 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35099736 memory=122392 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559374 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35099736 memory=97092 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559375 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35099736 memory=2080 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559375 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35099736 memory=7456 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559387 35942129664 32646 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 132048 KiB

[startup+1.50018 s]
/proc/loadavg: 0.52 1.73 4.58 27/1132 1169161
/proc/meminfo: memFree=714387836/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35099736 memory=153032 CPUtime=2.83 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 16296 0 0 0 278 5 0 0 20 0 21 0 302559368 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8774934 38258 6299 1 0 58190 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35099736 memory=139180 CPUtime=1.16 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 3884 0 0 0 113 3 0 0 20 0 21 0 302559373 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35099736 memory=2080 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35099736 memory=7456 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559375 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35099736 memory=2243 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559375 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35099736 memory=1708 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559387 35942129664 37909 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 153032 KiB

[startup+3.1133 s]
/proc/loadavg: 1.44 1.90 4.62 17/1098 1169453
/proc/meminfo: memFree=712693292/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35099736 memory=155188 CPUtime=4.26 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 16748 0 0 0 417 9 0 0 20 0 21 0 302559368 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8774934 38797 6299 1 0 58194 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35099736 memory=2243 CPUtime=2.42 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 3897 0 0 0 235 7 0 0 20 0 21 0 302559373 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35099736 memory=1708 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35099736 memory=33 CPUtime=0 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 302559374 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35099736 memory=134220 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559375 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559375 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559387 35942129664 38421 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 155188 KiB

[startup+6.30017 s]
/proc/loadavg: 1.44 1.90 4.62 16/1133 1169952

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

/proc/meminfo: memFree=293972016/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1108460 CPUtime=3326.24 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 72689 0 0 0 330568 2056 0 0 20 0 23 0 302559368 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 277115 6287 1 0 294748 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=1071356 CPUtime=3304.31 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 19593 0 0 0 328425 2006 0 0 20 0 23 0 302559373 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=1067260 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=1892 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=10860 CPUtime=0.09 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 51 0 0 0 6 3 0 0 20 0 23 0 302559374 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=1100264 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=1916 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 366 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=1892 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 276750 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3326.24 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1108460 KiB

[startup+3462.3 s]
/proc/loadavg: 15.85 15.93 15.63 16/1133 1182802
/proc/meminfo: memFree=287995408/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1149576 CPUtime=3385.59 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 72982 0 0 0 336477 2082 0 0 20 0 23 0 302559368 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 287394 6287 1 0 303116 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=1071356 CPUtime=3363.37 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 19707 0 0 0 334306 2031 0 0 20 0 23 0 302559373 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=1137220 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=1067260 CPUtime=0.09 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 52 0 0 0 6 3 0 0 20 0 23 0 302559374 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=10860 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=1108460 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 400 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=88852 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 287031 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3385.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1149576 KiB

[startup+3522.3 s]
/proc/loadavg: 14.86 15.63 15.55 18/1132 1182881
/proc/meminfo: memFree=357652348/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=3444.87 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 73020 0 0 0 342382 2105 0 0 20 0 23 0 302559368 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 288418 6287 1 0 303116 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=0 CPUtime=3422.5 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 19716 0 0 0 340196 2054 0 0 20 0 23 0 302559373 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=1149576 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=1044648 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=968 CPUtime=0.1 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 52 0 0 0 7 3 0 0 20 0 23 0 302559374 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 400 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=7456 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 288055 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3444.87 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1153672 KiB

[startup+3582.3 s]
/proc/loadavg: 14.63 15.45 15.49 14/1132 1182883
/proc/meminfo: memFree=352245928/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1157344 CPUtime=3504.35 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 76886 0 0 0 348301 2134 0 0 20 0 23 0 302559368 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 289336 6287 1 0 303120 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=0 CPUtime=3481.58 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 20327 0 0 0 346076 2082 0 0 20 0 23 0 302559373 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=968 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=0.11 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 52 0 0 0 7 4 0 0 20 0 23 0 302559374 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=1153704 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=10860 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 400 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=88852 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 288951 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3504.35 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1157344 KiB

[startup+3642.3 s]
/proc/loadavg: 14.85 15.35 15.45 18/1132 1182965
/proc/meminfo: memFree=413202900/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1056956 CPUtime=3563.68 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 76922 0 0 0 354207 2161 0 0 20 0 23 0 302559368 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 264239 6287 1 0 278016 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=1153672 CPUtime=3540.69 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 20332 0 0 0 351960 2109 0 0 20 0 23 0 302559373 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=1153704 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=1157344 CPUtime=0.11 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 52 0 0 0 7 4 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=1157344 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=1056956 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 404 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=1892 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3563.68 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1056956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3679 s]*
/proc/loadavg: 14.80 15.30 15.43 15/1055 1183149
/proc/meminfo: memFree=454996092/1055320708 swapFree=32662696/33554428
[pid=1168824] ppid=1168785 vsize=35232864 memory=1056956 CPUtime=3600.06 cores=40-43
/proc/1168824/stat : 1168824 (java) S 1168785 1168824 1166177 0 -1 4194304 76935 0 0 0 357830 2176 0 0 20 0 23 0 302559368 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
/proc/1168824/statm: 8808216 264239 6287 1 0 278016 0
[pid=1168824/tid=1168879] ppid=1168785 vsize=35232864 memory=-7594859504631375718 CPUtime=3576.91 cores=40-43
/proc/1168824/task/1168879/stat : 1168879 (java) R 1168785 1168824 1166177 0 -1 4194368 20333 0 0 0 355568 2123 0 0 20 0 23 0 302559373 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168909] ppid=1168785 vsize=35232864 memory=8908058261624984677 CPUtime=0 cores=40-43
/proc/1168824/task/1168909/stat : 1168909 (Referen..andler) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168910] ppid=1168785 vsize=35232864 memory=-7594859504631506791 CPUtime=0 cores=40-43
/proc/1168824/task/1168910/stat : 1168910 (Finalizer) S 1168785 1168824 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168913] ppid=1168785 vsize=35232864 memory=8908058261624984677 CPUtime=0.11 cores=40-43
/proc/1168824/task/1168913/stat : 1168913 (Monitor..Thread) S 1168785 1168824 1166177 0 -1 4194368 53 0 0 0 7 4 0 0 20 0 23 0 302559374 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168918] ppid=1168785 vsize=35232864 memory=1892 CPUtime=0 cores=40-43
/proc/1168824/task/1168918/stat : 1168918 (Notific..Thread) S 1168785 1168824 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1168919] ppid=1168785 vsize=35232864 memory=22888 CPUtime=0 cores=40-43
/proc/1168824/task/1168919/stat : 1168919 (Common-Cleaner) S 1168785 1168824 1166177 0 -1 4194368 404 0 0 0 0 0 0 0 20 0 23 0 302559375 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
[pid=1168824/tid=1169098] ppid=1168785 vsize=35232864 memory=1496 CPUtime=0 cores=40-43
/proc/1168824/task/1169098/stat : 1169098 (Timer-0) S 1168785 1168824 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559387 36078452736 263927 18446744073709551615 94289201463296 94289201466992 140733680536416 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94289201474856 94289201475600 94289232535552 140733680543908 140733680544094 140733680544094 140733680549832 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1056956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.46 s, system=21.77 s

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

Child status: 143

Real time (s): 3679.09
CPU time (s): 3600.23
CPU user time (s): 3578.46
CPU system time (s): 21.77
CPU usage (%): 97.8565
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 1157372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.46
system time used= 21.77
maximum resident set size= 1155804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4255299
involuntary context switches= 6963


# summary of solver processes directly reported to runsolver:
#   pid: 1168824
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3578.46
#   total CPU system time (s): 21.77

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9351 second user time and 40.3964 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-07-10 16:11:56
IDJOB=4836227
IDBENCH=177057
IDSOLVER=3672
FILE ID=nodeE010/4836227-1783692716
RUNJOBID= nodeE010-1783692716-1168658
SLURM_JOB_ID= 12734900
Free space on /tmp= 789824 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_051.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836227-1783692716/watcher-4836227-1783692716 -o /tmp/evaluation-result-4836227-1783692716/solver-4836227-1783692716 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836227-1783692716/vars-4836227-1783692716 --bin-var /tmp/runsolver-exch-nodeE010-1783692716-1168658 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836227-1783692716 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836227-1783692716.opb

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

MD5SUM BENCH= 744c3b9d4e25d17ebfb6177a80cac7fa
RANDOM SEED=120039799

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        716158976 kB
MemAvailable:   1046680800 kB
Buffers:              32 kB
Cached:         334029672 kB
SwapCached:         7288 kB
Active:          9383628 kB
Inactive:       324736576 kB
Active(anon):     155336 kB
Inactive(anon):    19324 kB
Active(file):    9228292 kB
Inactive(file): 324717252 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32662696 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3176 kB
Writeback:             0 kB
AnonPages:         97124 kB
Mapped:            88880 kB
Shmem:             84160 kB
KReclaimable:    2777600 kB
Slab:            3344840 kB
SReclaimable:    2777600 kB
SUnreclaim:       567240 kB
KernelStack:       14160 kB
PageTables:         4380 kB
SecPageTables:     15564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129476952 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477920 kB
VmallocChunk:          0 kB
Percpu:           117504 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 789736 MiB
End job on nodeE010 at 2026-07-10 17:13:16