Trace number 4801465

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2026-06-10? (TO) 3600.18 3559.19

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n248-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUM7d7f371bdc21f9d091ea603c98a69647
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.095189
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables372
Total number of constraints992
Number of constraints which are clauses992
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c  - never skip resolution steps
0.00/0.10	c  - Auto-division on coefficients is disabled
0.00/0.10	c  - No postprocessing
0.00/0.10	c  - Conflict is considered as is when resolving
0.00/0.10	c  - Use constraints as they come during conflict analysis
0.00/0.10	c  - Weaken first using unassigned literals
0.00/0.10	c  - Bump strategy: ALWAYS_ONE
0.00/0.10	c  - Bumper: EFFECTIVE
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Dynamic restart strategy considering the size of the coefficients
0.00/0.10	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c Listener: none
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4801465-1782556878.opb
0.00/0.10	c reading problem ... 
0.00/0.10	c  no objective function found
0.16/0.13	c ... done. Wall clock time 0.028s.
0.16/0.13	c declared #vars     372
0.16/0.13	c #constraints  992
0.16/0.13	c constraints type 
0.16/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
0.16/0.13	c 992 constraints processed.
1.40/0.59	c cleaning 2496 clauses out of 5001 with flag 0/5001
2.13/0.86	c cleaning 4247 clauses out of 8505 with flag 0/11001
2.63/1.20	c cleaning 5621 clauses out of 11257 with flag 0/18000
2.98/1.55	c cleaning 6813 clauses out of 13636 with flag 0/26000
3.39/2.00	c cleaning 7906 clauses out of 15823 with flag 0/35000
3.89/2.47	c cleaning 8953 clauses out of 17918 with flag 0/45001
4.55/3.01	c cleaning 9975 clauses out of 19964 with flag 0/56000
5.26/3.63	c cleaning 10988 clauses out of 21989 with flag 0/68000
5.86/4.27	c cleaning 11998 clauses out of 24001 with flag 0/81000
6.58/4.97	c cleaning 12993 clauses out of 26003 with flag 0/95000
7.28/5.67	c cleaning 13999 clauses out of 28010 with flag 0/110000
8.09/6.45	c cleaning 15001 clauses out of 30012 with flag 0/126001
8.94/7.25	c cleaning 15997 clauses out of 32010 with flag 0/143000
9.90/8.17	c cleaning 17003 clauses out of 34014 with flag 0/161001
10.92/9.12	c cleaning 17996 clauses out of 36010 with flag 0/180000
11.83/10.06	c cleaning 19000 clauses out of 38016 with flag 0/200002
12.86/11.07	c cleaning 20001 clauses out of 40015 with flag 0/221001
13.89/12.10	c cleaning 20998 clauses out of 42013 with flag 0/243000
14.91/13.10	c cleaning 22000 clauses out of 44016 with flag 0/266001
16.11/14.23	c cleaning 22998 clauses out of 46015 with flag 0/290000
17.14/15.26	c cleaning 23999 clauses out of 48017 with flag 0/315000
18.38/16.42	c cleaning 24997 clauses out of 50018 with flag 0/341000
19.61/17.66	c cleaning 26007 clauses out of 52021 with flag 0/368000
21.15/19.12	c cleaning 26999 clauses out of 54014 with flag 0/396000
22.56/20.52	c cleaning 28003 clauses out of 56016 with flag 0/425001
23.99/21.99	c cleaning 28999 clauses out of 58012 with flag 0/455000
25.52/23.45	c cleaning 30001 clauses out of 60014 with flag 0/486001
27.27/25.13	c cleaning 30996 clauses out of 62012 with flag 0/518000
29.00/26.80	c cleaning 31998 clauses out of 64016 with flag 0/551000
30.84/28.64	c cleaning 33003 clauses out of 66018 with flag 0/585000
32.68/30.47	c cleaning 34000 clauses out of 68016 with flag 0/620001
34.80/32.55	c cleaning 35001 clauses out of 70016 with flag 0/656001
36.84/34.52	c cleaning 36003 clauses out of 72015 with flag 0/693001
38.89/36.55	c cleaning 36994 clauses out of 74012 with flag 0/731001
41.01/38.64	c cleaning 38000 clauses out of 76017 with flag 0/770000
43.15/40.76	c cleaning 39000 clauses out of 78018 with flag 0/810001
45.30/42.84	c cleaning 40000 clauses out of 80017 with flag 0/851000
47.44/45.01	c cleaning 40999 clauses out of 82018 with flag 0/893001
49.91/47.30	c cleaning 41997 clauses out of 84018 with flag 0/936000
52.13/49.53	c cleaning 43001 clauses out of 86021 with flag 0/980000
54.69/52.04	c cleaning 44003 clauses out of 88021 with flag 0/1025001
57.46/54.70	c cleaning 44997 clauses out of 90017 with flag 0/1071000
60.11/57.38	c cleaning 46001 clauses out of 92021 with flag 0/1118001
62.87/60.05	c cleaning 47003 clauses out of 94019 with flag 0/1166000
65.50/62.63	c cleaning 47996 clauses out of 96016 with flag 0/1215000
68.14/65.28	c cleaning 49002 clauses out of 98020 with flag 0/1265000
70.80/67.89	c cleaning 50000 clauses out of 100018 with flag 0/1316000
73.75/70.78	c cleaning 50996 clauses out of 102018 with flag 0/1368000
76.68/73.66	c cleaning 52008 clauses out of 104023 with flag 0/1421001
79.75/76.68	c cleaning 52997 clauses out of 106014 with flag 0/1475000
82.88/79.71	c cleaning 54001 clauses out of 108017 with flag 0/1530000
86.38/83.14	c cleaning 55000 clauses out of 110017 with flag 0/1586001
89.83/86.54	c cleaning 55998 clauses out of 112017 with flag 0/1643001
93.08/89.71	c cleaning 57001 clauses out of 114018 with flag 0/1701000
96.65/93.27	c cleaning 57997 clauses out of 116017 with flag 0/1760000
100.19/96.75	c cleaning 59001 clauses out of 118020 with flag 0/1820000
103.68/100.13	c cleaning 60000 clauses out of 120020 with flag 0/1881001
107.14/103.57	c cleaning 60999 clauses out of 122020 with flag 0/1943001
111.01/107.33	c cleaning 61996 clauses out of 124020 with flag 0/2006000
114.66/110.98	c cleaning 63002 clauses out of 126025 with flag 0/2070001
118.53/114.70	c cleaning 64006 clauses out of 128022 with flag 0/2135000
122.71/118.83	c cleaning 65005 clauses out of 130017 with flag 0/2201001
126.79/122.87	c cleaning 65996 clauses out of 132011 with flag 0/2268000
131.06/127.05	c cleaning 66998 clauses out of 134017 with flag 0/2336002
135.13/131.09	c cleaning 68002 clauses out of 136019 with flag 0/2405002
139.55/135.49	c cleaning 68998 clauses out of 138015 with flag 0/2475000
144.09/140.01	c cleaning 69995 clauses out of 140018 with flag 0/2546001
148.46/144.29	c cleaning 71001 clauses out of 142022 with flag 0/2618000
153.12/148.85	c cleaning 72001 clauses out of 144022 with flag 0/2691001
157.46/153.15	c cleaning 73001 clauses out of 146020 with flag 0/2765000
161.81/157.40	c cleaning 74000 clauses out of 148020 with flag 0/2840001
166.37/161.99	c cleaning 74998 clauses out of 150020 with flag 0/2916001
170.81/166.33	c cleaning 76002 clauses out of 152022 with flag 0/2993001
175.24/170.78	c cleaning 77002 clauses out of 154019 with flag 0/3071000
179.87/175.30	c cleaning 77998 clauses out of 156018 with flag 0/3150001
184.51/179.96	c cleaning 79000 clauses out of 158019 with flag 0/3230000
189.35/184.78	c cleaning 80000 clauses out of 160019 with flag 0/3311000
194.32/189.60	c cleaning 81000 clauses out of 162019 with flag 0/3393000
199.37/194.62	c cleaning 81995 clauses out of 164020 with flag 0/3476001
204.89/200.07	c cleaning 83001 clauses out of 166024 with flag 0/3560000
210.64/205.78	c cleaning 84001 clauses out of 168023 with flag 0/3645000
216.46/211.48	c cleaning 85003 clauses out of 170022 with flag 0/3731000
222.66/217.50	c cleaning 85999 clauses out of 172019 with flag 0/3818000
227.63/222.49	c cleaning 86997 clauses out of 174021 with flag 0/3906001
233.40/228.16	c cleaning 88003 clauses out of 176024 with flag 0/3995001
239.28/233.90	c cleaning 89000 clauses out of 178020 with flag 0/4085000
246.03/240.67	c cleaning 89998 clauses out of 180021 with flag 0/4176001
252.73/247.29	c cleaning 91003 clauses out of 182023 with flag 0/4268001
259.27/253.69	c cleaning 91997 clauses out of 184020 with flag 0/4361001
266.08/260.39	c cleaning 93000 clauses out of 186022 with flag 0/4455000
272.81/266.99	c cleaning 94002 clauses out of 188023 with flag 0/4550001
279.88/273.94	c cleaning 94997 clauses out of 190021 with flag 0/4646001
286.80/280.72	c cleaning 95998 clauses out of 192024 with flag 0/4743001
293.64/287.43	c cleaning 97003 clauses out of 194026 with flag 0/4841001
300.24/293.97	c cleaning 98003 clauses out of 196022 with flag 0/4940000
306.53/300.19	c cleaning 99000 clauses out of 198019 with flag 0/5040000
313.21/306.63	c cleaning 99997 clauses out of 200020 with flag 0/5141001
319.16/312.50	c cleaning 101001 clauses out of 202023 with flag 0/5243001
324.82/318.19	c cleaning 102002 clauses out of 204021 with flag 0/5346000
331.38/324.63	c cleaning 103001 clauses out of 206020 with flag 0/5450001
337.72/330.90	c cleaning 103999 clauses out of 208018 with flag 0/5555000
345.13/338.25	c cleaning 105002 clauses out of 210020 with flag 0/5661001
352.50/345.59	c cleaning 106001 clauses out of 212018 with flag 0/5768001
360.11/353.08	c cleaning 106994 clauses out of 214017 with flag 0/5876001
367.27/360.16	c cleaning 107999 clauses out of 216023 with flag 0/5985001
374.83/367.64	c cleaning 109001 clauses out of 218024 with flag 0/6095001
382.29/375.06	c cleaning 109995 clauses out of 220023 with flag 0/6206001
390.28/382.97	c cleaning 111001 clauses out of 222027 with flag 0/6318000
397.83/390.48	c cleaning 112002 clauses out of 224027 with flag 0/6431001
405.35/397.85	c cleaning 113001 clauses out of 226025 with flag 0/6545001
412.83/405.22	c cleaning 114005 clauses out of 228024 with flag 0/6660001
420.27/412.51	c cleaning 114997 clauses out of 230019 with flag 0/6776001
428.76/420.92	c cleaning 116001 clauses out of 232022 with flag 0/6893001
436.49/428.60	c cleaning 116998 clauses out of 234020 with flag 0/7011000
444.60/436.61	c cleaning 118003 clauses out of 236023 with flag 0/7130001
452.78/444.79	c cleaning 118998 clauses out of 238020 with flag 0/7250001
461.32/453.15	c cleaning 120003 clauses out of 240023 with flag 0/7371002
470.15/461.86	c cleaning 120998 clauses out of 242018 with flag 0/7493000
478.66/470.21	c cleaning 121998 clauses out of 244020 with flag 0/7616000
486.82/478.32	c cleaning 123002 clauses out of 246022 with flag 0/7740000
495.29/486.79	c cleaning 123999 clauses out of 248021 with flag 0/7865001
504.19/495.52	c cleaning 125000 clauses out of 250021 with flag 0/7991000
513.22/504.45	c cleaning 126004 clauses out of 252021 with flag 0/8118000
522.21/513.30	c cleaning 126999 clauses out of 254017 with flag 0/8246000
531.22/522.20	c cleaning 127996 clauses out of 256018 with flag 0/8375000
539.99/530.99	c cleaning 128997 clauses out of 258023 with flag 0/8505001
548.87/539.73	c cleaning 129999 clauses out of 260026 with flag 0/8636001
558.14/548.99	c cleaning 131004 clauses out of 262026 with flag 0/8768000
567.04/557.74	c cleaning 132003 clauses out of 264023 with flag 0/8901001
575.29/565.98	c cleaning 133000 clauses out of 266019 with flag 0/9035000
583.65/574.23	c cleaning 133998 clauses out of 268019 with flag 0/9170000
592.22/582.72	c cleaning 135000 clauses out of 270021 with flag 0/9306000
601.04/591.40	c cleaning 135997 clauses out of 272021 with flag 0/9443000
609.84/600.11	c cleaning 136999 clauses out of 274024 with flag 0/9581000
618.79/608.94	c cleaning 138000 clauses out of 276025 with flag 0/9720000
628.10/618.12	c cleaning 139000 clauses out of 278025 with flag 0/9860000
638.06/627.99	c cleaning 140000 clauses out of 280026 with flag 0/10001001
648.08/637.89	c cleaning 141003 clauses out of 282026 with flag 0/10143001
658.91/648.54	c cleaning 142005 clauses out of 284023 with flag 0/10286001
670.92/660.45	c cleaning 142998 clauses out of 286017 with flag 0/10430000
682.80/672.13	c cleaning 144002 clauses out of 288020 with flag 0/10575001
696.20/685.40	c cleaning 145002 clauses out of 290018 with flag 0/10721001
707.05/696.18	c cleaning 145999 clauses out of 292015 with flag 0/10868000
718.89/707.81	c cleaning 146997 clauses out of 294017 with flag 0/11016001
731.13/719.84	c cleaning 148001 clauses out of 296019 with flag 0/11165000
743.31/731.89	c cleaning 149002 clauses out of 298018 with flag 0/11315000
754.38/742.79	c cleaning 149997 clauses out of 300016 with flag 0/11466000
766.99/755.20	c cleaning 151000 clauses out of 302020 with flag 0/11618001
778.58/766.64	c cleaning 151996 clauses out of 304020 with flag 0/11771001
788.80/776.79	c cleaning 153003 clauses out of 306023 with flag 0/11925000
800.02/787.81	c cleaning 154003 clauses out of 308021 with flag 0/12080001
811.46/799.15	c cleaning 154999 clauses out of 310017 with flag 0/12236000
823.27/810.87	c cleaning 155999 clauses out of 312018 with flag 0/12393000
835.30/822.63	c cleaning 156995 clauses out of 314019 with flag 0/12551000
846.98/834.16	c cleaning 158000 clauses out of 316025 with flag 0/12710001
858.65/845.52	c cleaning 159003 clauses out of 318025 with flag 0/12870001
870.82/857.55	c cleaning 159997 clauses out of 320021 with flag 0/13031000
883.53/870.09	c cleaning 160998 clauses out of 322024 with flag 0/13193000
896.65/882.90	c cleaning 162004 clauses out of 324027 with flag 0/13356001
908.78/894.97	c cleaning 163002 clauses out of 326023 with flag 0/13520001
921.04/907.11	c cleaning 163997 clauses out of 328020 with flag 0/13685000
933.69/919.53	c cleaning 165001 clauses out of 330023 with flag 0/13851000
947.45/933.12	c cleaning 165998 clauses out of 332023 with flag 0/14018001
959.93/945.50	c cleaning 167002 clauses out of 334024 with flag 0/14186000
972.87/958.31	c cleaning 168002 clauses out of 336023 with flag 0/14355001
988.21/973.59	c cleaning 168995 clauses out of 338020 with flag 0/14525000
1001.31/986.37	c cleaning 170005 clauses out of 340027 with flag 0/14696002
1015.64/1000.40	c cleaning 170998 clauses out of 342021 with flag 0/14868001
1029.00/1013.59	c cleaning 172000 clauses out of 344023 with flag 0/15041001
1042.32/1026.66	c cleaning 173002 clauses out of 346023 with flag 0/15215001
1056.69/1040.83	c cleaning 173995 clauses out of 348021 with flag 0/15390001
1069.57/1053.55	c cleaning 175004 clauses out of 350025 with flag 0/15566000
1084.40/1068.29	c cleaning 176005 clauses out of 352021 with flag 0/15743000
1099.21/1082.83	c cleaning 177000 clauses out of 354017 with flag 0/15921001
1112.79/1096.19	c cleaning 177993 clauses out of 356016 with flag 0/16100000
1127.01/1110.27	c cleaning 179005 clauses out of 358023 with flag 0/16280000
1142.05/1125.13	c cleaning 179997 clauses out of 360018 with flag 0/16461000
1156.76/1139.74	c cleaning 180997 clauses out of 362022 with flag 0/16643001
1171.88/1154.73	c cleaning 182003 clauses out of 364025 with flag 0/16826001
1187.74/1170.31	c cleaning 183004 clauses out of 366023 with flag 0/17010002
1202.19/1184.60	c cleaning 183999 clauses out of 368018 with flag 0/17195001
1218.23/1200.43	c cleaning 185000 clauses out of 370020 with flag 0/17381002
1233.45/1215.46	c cleaning 185997 clauses out of 372019 with flag 0/17568001
1250.19/1232.02	c cleaning 186998 clauses out of 374021 with flag 0/17756000
1266.46/1248.19	c cleaning 188003 clauses out of 376023 with flag 0/17945000
1283.08/1264.57	c cleaning 189000 clauses out of 378021 with flag 0/18135001
1298.44/1279.72	c cleaning 189998 clauses out of 380021 with flag 0/18326001
1314.44/1295.52	c cleaning 190998 clauses out of 382022 with flag 0/18518000
1329.90/1310.75	c cleaning 191999 clauses out of 384024 with flag 0/18711000
1345.74/1326.45	c cleaning 192998 clauses out of 386025 with flag 0/18905000
1362.00/1342.51	c cleaning 194001 clauses out of 388027 with flag 0/19100000
1375.74/1356.09	c cleaning 195000 clauses out of 390026 with flag 0/19296000
1392.35/1372.47	c cleaning 196003 clauses out of 392026 with flag 0/19493000
1409.08/1388.92	c cleaning 196998 clauses out of 394024 with flag 0/19691001
1426.59/1406.13	c cleaning 198002 clauses out of 396026 with flag 0/19890001
1443.13/1422.56	c cleaning 198998 clauses out of 398023 with flag 0/20090000
1458.79/1438.11	c cleaning 200002 clauses out of 400025 with flag 0/20291000
1472.97/1452.09	c cleaning 200996 clauses out of 402023 with flag 0/20493000
1489.18/1468.08	c cleaning 202000 clauses out of 404028 with flag 0/20696001
1506.12/1484.88	c cleaning 202998 clauses out of 406028 with flag 0/20900001
1523.45/1502.02	c cleaning 204004 clauses out of 408029 with flag 0/21105000
1540.97/1519.47	c cleaning 205001 clauses out of 410025 with flag 0/21311000
1558.55/1536.88	c cleaning 206001 clauses out of 412025 with flag 0/21518001
1575.07/1553.25	c cleaning 207008 clauses out of 414025 with flag 0/21726002
1591.67/1569.53	c cleaning 207998 clauses out of 416015 with flag 0/21935000
1608.34/1586.08	c cleaning 208998 clauses out of 418018 with flag 0/22145001
1626.50/1604.05	c cleaning 209995 clauses out of 420019 with flag 0/22356000
1645.35/1622.71	c cleaning 210999 clauses out of 422024 with flag 0/22568000
1663.11/1640.35	c cleaning 212002 clauses out of 424025 with flag 0/22781000
1681.40/1658.14	c cleaning 213001 clauses out of 426024 with flag 0/22995001
1700.31/1676.94	c cleaning 214000 clauses out of 428022 with flag 0/23210000
1718.23/1694.72	c cleaning 214999 clauses out of 430022 with flag 0/23426000
1736.56/1712.98	c cleaning 215999 clauses out of 432024 with flag 0/23643001
1755.31/1731.59	c cleaning 217004 clauses out of 434028 with flag 0/23861004
1775.49/1751.45	c cleaning 217999 clauses out of 436021 with flag 0/24080001
1794.51/1770.32	c cleaning 218998 clauses out of 438022 with flag 0/24300001
1813.05/1788.76	c cleaning 220001 clauses out of 440024 with flag 0/24521001
1831.92/1807.47	c cleaning 221003 clauses out of 442022 with flag 0/24743000
1851.81/1827.18	c cleaning 221995 clauses out of 444019 with flag 0/24966000
1872.05/1847.26	c cleaning 223002 clauses out of 446025 with flag 0/25190001
1891.71/1866.72	c cleaning 224004 clauses out of 448022 with flag 0/25415000
1913.95/1888.82	c cleaning 225003 clauses out of 450019 with flag 0/25641001
1934.73/1909.40	c cleaning 225998 clauses out of 452015 with flag 0/25868000
1957.49/1932.08	c cleaning 226998 clauses out of 454017 with flag 0/26096000
1978.44/1952.86	c cleaning 227997 clauses out of 456020 with flag 0/26325001
1998.47/1972.61	c cleaning 229000 clauses out of 458022 with flag 0/26555000
2019.78/1993.60	c cleaning 230000 clauses out of 460022 with flag 0/26786000
2042.04/2015.72	c cleaning 230998 clauses out of 462022 with flag 0/27018000
2061.19/2034.75	c cleaning 232004 clauses out of 464025 with flag 0/27251001
2084.47/2057.87	c cleaning 233003 clauses out of 466021 with flag 0/27485001
2106.93/2080.16	c cleaning 233999 clauses out of 468018 with flag 0/27720001
2131.92/2104.92	c cleaning 234997 clauses out of 470018 with flag 0/27956000
2155.93/2128.82	c cleaning 236002 clauses out of 472022 with flag 0/28193001
2180.18/2153.00	c cleaning 236995 clauses out of 474019 with flag 0/28431000
2203.56/2176.14	c cleaning 237998 clauses out of 476024 with flag 0/28670000
2223.77/2196.08	c cleaning 239006 clauses out of 478027 with flag 0/28910001
2245.29/2217.33	c cleaning 239999 clauses out of 480020 with flag 0/29151000
2267.19/2239.03	c cleaning 240998 clauses out of 482021 with flag 0/29393000
2287.98/2259.47	c cleaning 242000 clauses out of 484024 with flag 0/29636001
2312.09/2283.35	c cleaning 242998 clauses out of 486024 with flag 0/29880001
2331.55/2302.66	c cleaning 244004 clauses out of 488025 with flag 0/30125000
2352.50/2323.40	c cleaning 244999 clauses out of 490021 with flag 0/30371000
2375.90/2346.67	c cleaning 246000 clauses out of 492022 with flag 0/30618000
2399.23/2369.87	c cleaning 246999 clauses out of 494022 with flag 0/30866000
2424.05/2394.50	c cleaning 248000 clauses out of 496023 with flag 0/31115000
2445.94/2416.13	c cleaning 249001 clauses out of 498024 with flag 0/31365001
2466.18/2436.20	c cleaning 249997 clauses out of 500023 with flag 0/31616001
2487.38/2457.14	c cleaning 251005 clauses out of 502025 with flag 0/31868000
2509.83/2479.31	c cleaning 251996 clauses out of 504021 with flag 0/32121001
2529.86/2499.23	c cleaning 252998 clauses out of 506024 with flag 0/32375000
2553.93/2523.18	c cleaning 254001 clauses out of 508026 with flag 0/32630000
2577.97/2547.06	c cleaning 255005 clauses out of 510026 with flag 0/32886001
2600.48/2569.41	c cleaning 255995 clauses out of 512021 with flag 0/33143001
2622.47/2591.29	c cleaning 257002 clauses out of 514026 with flag 0/33401001
2646.25/2614.86	c cleaning 258000 clauses out of 516024 with flag 0/33660001
2668.15/2636.58	c cleaning 259000 clauses out of 518023 with flag 0/33920000
2691.73/2659.93	c cleaning 259995 clauses out of 520024 with flag 0/34181001
2715.40/2683.42	c cleaning 261002 clauses out of 522029 with flag 0/34443001
2738.23/2706.06	c cleaning 261997 clauses out of 524026 with flag 0/34706000
2759.91/2727.37	c cleaning 262999 clauses out of 526030 with flag 0/34970001
2784.42/2751.58	c cleaning 264006 clauses out of 528031 with flag 0/35235001
2806.61/2773.45	c cleaning 265000 clauses out of 530025 with flag 0/35501001
2828.08/2794.75	c cleaning 265999 clauses out of 532024 with flag 0/35768000
2855.97/2822.49	c cleaning 267002 clauses out of 534026 with flag 0/36036001
2874.10/2840.44	c cleaning 267999 clauses out of 536023 with flag 0/36305000
2895.51/2861.62	c cleaning 269003 clauses out of 538025 with flag 0/36575001
2920.93/2886.82	c cleaning 270002 clauses out of 540021 with flag 0/36846000
2945.42/2911.06	c cleaning 271002 clauses out of 542019 with flag 0/37118000
2971.01/2936.38	c cleaning 271997 clauses out of 544018 with flag 0/37391001
2995.77/2960.86	c cleaning 272999 clauses out of 546020 with flag 0/37665000
3018.83/2983.62	c cleaning 273999 clauses out of 548021 with flag 0/37940000
3042.24/3006.88	c cleaning 275001 clauses out of 550022 with flag 0/38216000
3066.73/3031.13	c cleaning 276000 clauses out of 552022 with flag 0/38493001
3089.97/3054.20	c cleaning 276998 clauses out of 554021 with flag 0/38771000
3111.98/3076.11	c cleaning 277997 clauses out of 556024 with flag 0/39050001
3133.55/3097.44	c cleaning 279001 clauses out of 558027 with flag 0/39330001
3156.03/3119.76	c cleaning 280001 clauses out of 560025 with flag 0/39611000
3178.23/3141.78	c cleaning 281000 clauses out of 562025 with flag 0/39893001
3203.06/3166.25	c cleaning 281997 clauses out of 564025 with flag 0/40176001
3227.59/3190.53	c cleaning 283005 clauses out of 566027 with flag 0/40460000
3250.09/3212.87	c cleaning 283998 clauses out of 568022 with flag 0/40745000
3273.69/3236.19	c cleaning 285001 clauses out of 570025 with flag 0/41031001
3297.70/3259.94	c cleaning 286002 clauses out of 572023 with flag 0/41318000
3321.74/3283.85	c cleaning 286998 clauses out of 574021 with flag 0/41606000
3345.07/3306.92	c cleaning 287995 clauses out of 576024 with flag 0/41895001
3369.77/3331.30	c cleaning 289003 clauses out of 578028 with flag 0/42185000
3394.79/3355.95	c cleaning 290000 clauses out of 580025 with flag 0/42476000
3419.07/3380.05	c cleaning 291002 clauses out of 582025 with flag 0/42768000
3445.29/3405.91	c cleaning 292005 clauses out of 584024 with flag 0/43061001
3470.59/3430.92	c cleaning 292998 clauses out of 586018 with flag 0/43355000
3497.20/3457.36	c cleaning 293999 clauses out of 588020 with flag 0/43650000
3520.58/3480.46	c cleaning 295002 clauses out of 590022 with flag 0/43946001
3547.55/3507.18	c cleaning 295996 clauses out of 592020 with flag 0/44243001
3575.07/3534.47	c cleaning 297003 clauses out of 594024 with flag 0/44541001
3600.00/3559.12	c starts		: 1
3600.00/3559.12	c conflicts		: 44840000
3600.00/3559.12	c decisions		: 52218743
3600.00/3559.12	c propagations		: 555350565
3600.00/3559.12	c inspects		: 29008092637
3600.00/3559.12	c shortcuts		: 0
3600.00/3559.12	c learnt literals	: 0
3600.00/3559.12	c learnt binary clauses	: 0
3600.00/3559.12	c learnt ternary clauses	: 2
3600.00/3559.12	c learnt constraints	: 44840000
3600.00/3559.12	c ignored constraints	: 0
3600.00/3559.12	c root simplifications	: 0
3600.00/3559.12	c removed literals (reason simplification)	: 0
3600.00/3559.12	c reason swapping (by a shorter reason)	: 0
3600.00/3559.12	c Calls to reduceDB	: 295
3600.00/3559.12	c Number of update (reduction) of LBD	: 52382584
3600.00/3559.12	c Imported unit clauses	: 0
3600.00/3559.12	c No decision after first conflict	: false
3600.00/3559.12	c number of reductions to clauses (during analyze)	: 0
3600.00/3559.12	c number of learned constraints concerned by reduction	: 0
3600.00/3559.12	c number of learning phase by resolution	: 0
3600.00/3559.12	c number of learning phase by cutting planes	: 0
3600.00/3559.12	c number of rounding to 1 operations	: 0
3600.00/3559.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3559.12	c number of reductions of the coefficients by power 2 	: 0
3600.00/3559.12	c number of right shift for reduction by power 2 	: 0
3600.00/3559.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3559.12	c number of ending skipping 	: 0
3600.00/3559.12	c number of internal skipping 	: 0
3600.00/3559.12	c number of derivation steps 	: 494721462
3600.00/3559.12	c number of skipped derivation steps 	: 0
3600.00/3559.12	c number of remaining unassigned 	: 0
3600.00/3559.12	c number of remaining assigned 	: 0
3600.00/3559.12	c number of falsified literals weakened from reason	: 0
3600.00/3559.12	c number of falsified literals weakened from conflict	: 0
3600.00/3559.12	c time for arithmetic operations	: 0
3600.00/3559.12	c minimum degree of deleted constraints	: 1
3600.00/3559.12	c maximum degree of deleted constraints	: 1
3600.00/3559.12	c number of deleted constraints	: 44498795
3600.00/3559.12	c speed (assignments/second)	: 156041.48842102246
3600.00/3559.12	c non guided choices	: 9302
3600.00/3559.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 596020
3600.00/3559.18	s UNKNOWN
3600.00/3559.18	c Total wall clock time (in seconds): 3559.082

Verifier Data

ERROR: no interpretation found !

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-4801465-1782556878/watcher-4801465-1782556878 -o /tmp/evaluation-result-4801465-1782556878/solver-4801465-1782556878 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4801465-1782556878/vars-4801465-1782556878 --bin-var /tmp/runsolver-exch-nodeE005-1782553298-2337084 --watchdog 3760 java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4801465-1782556878.opb 

running on 4 cores: 24-27

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3-6,12-14,16-17,19,21-22,28-29,37-42,45-48,50,52-53,55,57,61-62
  3550 MHz: 2,7-11,15,20,23,25,30-35,43-44
  3600 MHz: 18,24,26-27,36,49,51,54,56,58-60,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 24-27

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103134 MiB free)
  node 1: cores 8-15, 129019 MiB (103478 MiB free)
  node 2: cores 16-23, 128973 MiB (113299 MiB free)
  node 3: cores 24-31, 129003 MiB (111109 MiB free)
  node 4: cores 32-39, 129019 MiB (108613 MiB free)
  node 5: cores 40-47, 129019 MiB (111437 MiB free)
  node 6: cores 48-55, 129019 MiB (113299 MiB free)
  node 7: cores 56-63, 128474 MiB (101925 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100062 s]*
/proc/loadavg: 16.39 16.37 16.29 20/1222 2339344
/proc/meminfo: memFree=886882900/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=34900044 memory=59756 CPUtime=0.16 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 7781 0 0 0 15 1 0 0 20 0 19 0 188975723 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8725011 14939 6200 1 0 33080 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=34900044 memory=5979075893 CPUtime=0.08 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3278 0 0 0 8 0 0 0 20 0 19 0 188975725 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=34900044 memory=215704931167 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975726 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=34900044 memory=18950 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 188975726 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=34900044 memory=19298 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975726 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=34900044 memory=19870 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975726 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=34900044 memory=40273 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975726 35737645056 14593 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59756 KiB

[startup+0.213519 s]*
/proc/loadavg: 16.39 16.37 16.29 22/1229 2339352
/proc/meminfo: memFree=886695088/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35099736 memory=97424 CPUtime=0.54 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 10059 0 0 0 52 2 0 0 20 0 22 0 188975723 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8774934 24356 6231 1 0 44801 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35099736 memory=8386095037794055477 CPUtime=0.19 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3359 0 0 0 18 1 0 0 20 0 22 0 188975725 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35099736 memory=215704931167 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35099736 memory=18950 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35099736 memory=19298 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35099736 memory=19870 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35099736 memory=40273 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35099736 memory=3905243437559077426 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975736 35942129664 23947 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 97424 KiB

[startup+0.31354 s]*
/proc/loadavg: 16.39 16.37 16.29 22/1230 2339353
/proc/meminfo: memFree=886432568/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35099736 memory=150892 CPUtime=0.84 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 12751 0 0 0 82 2 0 0 20 0 22 0 188975723 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8774934 37723 6234 1 0 79272 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3378 0 0 0 28 1 0 0 20 0 22 0 188975725 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35099736 memory=215704931167 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35099736 memory=18950 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35099736 memory=19298 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35099736 memory=19870 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35099736 memory=40273 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975726 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35099736 memory=3905243437559077426 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975736 35942129664 37340 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 150892 KiB

[startup+0.700293 s]
/proc/loadavg: 16.39 16.37 16.29 22/1231 2339355
/proc/meminfo: memFree=886225452/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=269116 CPUtime=1.92 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 13681 0 0 0 189 3 0 0 20 0 24 0 188975723 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 67279 6250 1 0 176657 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=40273 CPUtime=0.63 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3434 0 0 0 62 1 0 0 20 0 24 0 188975725 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=3905243437559077426 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=18950 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=19298 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=19870 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=4844 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=4090 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975736 36078452736 66971 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 269116 KiB

[startup+1.50019 s]
/proc/loadavg: 16.92 16.48 16.33 23/1232 2339357
/proc/meminfo: memFree=885858856/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=545772 CPUtime=2.98 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 14425 0 0 0 294 4 0 0 20 0 24 0 188975723 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 136443 6250 1 0 176659 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=4844 CPUtime=1.42 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3707 0 0 0 140 2 0 0 20 0 24 0 188975725 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=4090 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=8286681812638632905 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=3905243437559077426 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975726 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975736 36078452736 136162 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 545772 KiB

[startup+3.11362 s]
/proc/loadavg: 16.92 16.48 16.33 19/1231 2339361
/proc/meminfo: memFree=884708996/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=550208 CPUtime=4.77 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 14798 0 0 0 473 4 0 0 20 0 23 0 188975723 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 137552 6250 1 0 176664 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=0 CPUtime=3.01 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 3964 0 0 0 299 2 0 0 20 0 23 0 188975725 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=390008 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=-8689539942354613440 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=15628 CPUtime=0 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=2273 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=4844 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=4090 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 137247 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 550208 KiB

[startup+6.30018 s]

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

/proc/meminfo: memFree=808557664/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3110716 CPUtime=3381.04 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 204995 0 0 0 338016 88 0 0 20 0 23 0 188975723 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 777679 6281 1 0 796020 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=15628 CPUtime=3309.6 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 83824 0 0 0 330933 27 0 0 20 0 23 0 188975725 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=3628540 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=3628540 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=15628 CPUtime=0.07 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 103 0 0 0 4 3 0 0 20 0 23 0 188975726 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=3110716 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=3628540 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 963 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=11980 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 777701 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3381.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3110716 KiB

[startup+3402.3 s]
/proc/loadavg: 17.11 16.67 16.58 18/1223 2340257
/proc/meminfo: memFree=809489992/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3686396 CPUtime=3441.7 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 208236 0 0 0 344078 92 0 0 20 0 23 0 188975723 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 921599 6281 1 0 942460 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=15628 CPUtime=3369.01 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 85268 0 0 0 336872 29 0 0 20 0 23 0 188975725 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=3628540 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=3735740 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=3940 CPUtime=0.07 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 103 0 0 0 4 3 0 0 20 0 23 0 188975726 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=3686396 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=3686396 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 967 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=11980 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 921461 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3441.7 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3686396 KiB

[startup+3462.3 s]
/proc/loadavg: 17.04 16.72 16.60 18/1221 2340258
/proc/meminfo: memFree=806750236/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3620604 CPUtime=3502.25 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 209211 0 0 0 350132 93 0 0 20 0 23 0 188975723 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 905151 6281 1 0 925724 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=15628 CPUtime=3428.48 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 85765 0 0 0 342819 29 0 0 20 0 23 0 188975725 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=3628540 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=3735740 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=11980 CPUtime=0.08 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 104 0 0 0 5 3 0 0 20 0 23 0 188975726 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=3620604 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=15628 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 967 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=3620604 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 904965 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3502.25 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3620604 KiB

[startup+3522.3 s]
/proc/loadavg: 16.65 16.69 16.60 18/1220 2340259
/proc/meminfo: memFree=805301192/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3554812 CPUtime=3562.94 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 213158 0 0 0 356201 93 0 0 20 0 23 0 188975723 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 888703 6281 1 0 908988 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=3620604 CPUtime=3487.91 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 87732 0 0 0 348761 30 0 0 20 0 23 0 188975725 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=3653500 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=15628 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=166868 CPUtime=0.08 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 106 0 0 0 5 3 0 0 20 0 23 0 188975726 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=1968 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=3587708 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 992 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=15628 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 888501 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3562.94 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3554812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.11 s]
/proc/loadavg: 16.77 16.72 16.61 20/1222 2341106
/proc/meminfo: memFree=842764464/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3538364 CPUtime=3600 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 213313 0 0 0 359906 94 0 0 20 0 23 0 188975723 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 884591 6281 1 0 904804 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=15628 CPUtime=3524.41 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 87760 0 0 0 352411 30 0 0 20 0 23 0 188975725 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=3538364 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=4708 CPUtime=0.09 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 106 0 0 0 5 4 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=12756 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=12856 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 996 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=10372 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3538364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=0.952651 s

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

[startup+3559.11 s]
/proc/loadavg: 16.77 16.72 16.61 20/1222 2341106
/proc/meminfo: memFree=842764464/1055320704 swapFree=33554428/33554428
[pid=2339298] ppid=2339292 vsize=35232864 memory=3538364 CPUtime=3600 cores=24-27
/proc/2339298/stat : 2339298 (java) S 2339292 2339298 2337068 0 -1 4194304 213313 0 0 0 359906 94 0 0 20 0 23 0 188975723 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 0 0 16800975 0 0 0 17 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
/proc/2339298/statm: 8808216 884591 6281 1 0 904804 0
[pid=2339298/tid=2339300] ppid=2339292 vsize=35232864 memory=15628 CPUtime=3524.41 cores=24-27
/proc/2339298/task/2339300/stat : 2339300 (java) R 2339292 2339298 2337068 0 -1 4194368 87760 0 0 0 352411 30 0 0 20 0 23 0 188975725 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339312] ppid=2339292 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/2339298/task/2339312/stat : 2339312 (Referen..andler) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339313] ppid=2339292 vsize=35232864 memory=3538364 CPUtime=0 cores=24-27
/proc/2339298/task/2339313/stat : 2339313 (Finalizer) S 2339292 2339298 2337068 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339316] ppid=2339292 vsize=35232864 memory=4708 CPUtime=0.09 cores=24-27
/proc/2339298/task/2339316/stat : 2339316 (Monitor..Thread) S 2339292 2339298 2337068 0 -1 4194368 106 0 0 0 5 4 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339319] ppid=2339292 vsize=35232864 memory=12756 CPUtime=0 cores=24-27
/proc/2339298/task/2339319/stat : 2339319 (Notific..Thread) S 2339292 2339298 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339320] ppid=2339292 vsize=35232864 memory=12856 CPUtime=0 cores=24-27
/proc/2339298/task/2339320/stat : 2339320 (Common-Cleaner) S 2339292 2339298 2337068 0 -1 4194368 996 0 0 0 0 0 0 0 20 0 23 0 188975726 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
[pid=2339298/tid=2339347] ppid=2339292 vsize=35232864 memory=10372 CPUtime=0 cores=24-27
/proc/2339298/task/2339347/stat : 2339347 (Timer-0) S 2339292 2339298 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975736 36078452736 884373 18446744073709551615 94122192322560 94122192326256 140729091945952 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94122192334120 94122192334864 94122220806144 140729091954897 140729091955040 140729091955040 140729091960776 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3538364 KiB

Child status: 143

Real time (s): 3559.19
CPU time (s): 3600.18
CPU user time (s): 3599.23
CPU system time (s): 0.952651
CPU usage (%): 101.152
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 4129492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 0.952651
maximum resident set size= 4128204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158363
involuntary context switches= 6010


# summary of solver processes directly reported to runsolver:
#   pid: 2339298
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 0.952651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3354 second user time and 38.8118 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-27 12:41:18
IDJOB=4801465
IDBENCH=160226
IDSOLVER=3600
FILE ID=nodeE005/4801465-1782556878
RUNJOBID= nodeE005-1782553298-2337084
SLURM_JOB_ID= 12524560
Free space on /tmp= 798088 MiB

SOLVER NAME= Sat4j CuttingPlanes 2026-06-10
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n248-d3-i2-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4801465-1782556878/watcher-4801465-1782556878 -o /tmp/evaluation-result-4801465-1782556878/solver-4801465-1782556878 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4801465-1782556878/vars-4801465-1782556878 --bin-var /tmp/runsolver-exch-nodeE005-1782553298-2337084 --watchdog 3760  java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4801465-1782556878.opb

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

MD5SUM BENCH= 7d7f371bdc21f9d091ea603c98a69647
RANDOM SEED=1671631419

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.371
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		: 3573.205
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		: 3577.478
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:       1055320704 kB
MemFree:        887232676 kB
MemAvailable:   1041055192 kB
Buffers:            2348 kB
Cached:         158453160 kB
SwapCached:            0 kB
Active:          8075888 kB
Inactive:       156670876 kB
Active(anon):    7158068 kB
Inactive(anon):        0 kB
Active(file):     917820 kB
Inactive(file): 156670876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               696 kB
Writeback:           120 kB
AnonPages:       6295332 kB
Mapped:           212896 kB
Shmem:            866792 kB
KReclaimable:    1502460 kB
Slab:            2071464 kB
SReclaimable:    1502460 kB
SUnreclaim:       569004 kB
KernelStack:       19824 kB
PageTables:        21696 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   10039880 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483104 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5449728 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798052 MiB
End job on nodeE005 at 2026-06-27 13:40:37