Trace number 4838326

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 CERT 2026-06-10 (cert)? (TO) 3600.27 3608.88

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n200-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMc176644d6571ad8344e3e4d62cfd8aa6
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.058891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints800
Number of constraints which are clauses800
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.06/0.11	c version PB26fixedPrime.v20260610
0.06/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.11	c java.vm.version	26.0.1+8-34
0.06/0.11	c java.vm.vendor	Oracle Corporation
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		26.0.1
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		30334720
0.06/0.11	c Max memory 		32178700288
0.06/0.12	c Total memory 		33554432
0.06/0.12	c Number of processors 	4
0.06/0.15	c Pseudo Boolean Optimization by upper bound
0.06/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.15	c  - never skip resolution steps
0.06/0.15	c  - Auto-division on coefficients is disabled
0.06/0.15	c  - No postprocessing
0.06/0.15	c  - Conflict is considered as is when resolving
0.06/0.15	c  - Use constraints as they come during conflict analysis
0.06/0.15	c  - Weaken first using unassigned literals
0.06/0.15	c  - Bump strategy: ALWAYS_ONE
0.06/0.15	c  - Bumper: EFFECTIVE
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.15	c No reason simplification
0.06/0.15	c Dynamic restart strategy considering the size of the coefficients
0.06/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c Listener: none
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-4838326-1783714024.opb
0.06/0.15	c reading problem ... 
0.06/0.15	c using VERIPB proof format
0.06/0.15	c  no objective function found
0.06/0.18	c ... done. Wall clock time 0.027s.
0.06/0.18	c declared #vars     300
0.06/0.18	c #constraints  800
0.06/0.18	c constraints type 
0.06/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.06/0.18	c 800 constraints processed.
1.28/0.56	c cleaning 2497 clauses out of 5001 with flag 0/5001
2.08/0.82	c cleaning 4248 clauses out of 8505 with flag 0/11002
2.55/1.11	c cleaning 5624 clauses out of 11256 with flag 0/18001
2.85/1.48	c cleaning 6811 clauses out of 13632 with flag 0/26001
3.15/1.79	c cleaning 7901 clauses out of 15820 with flag 0/35000
3.56/2.16	c cleaning 8952 clauses out of 17920 with flag 0/45001
4.15/2.61	c cleaning 9979 clauses out of 19968 with flag 0/56001
4.56/3.11	c cleaning 10987 clauses out of 21989 with flag 0/68001
5.14/3.67	c cleaning 11996 clauses out of 24001 with flag 0/81000
5.75/4.28	c cleaning 12995 clauses out of 26006 with flag 0/95001
6.43/4.96	c cleaning 14001 clauses out of 28011 with flag 0/110001
7.22/5.67	c cleaning 14994 clauses out of 30009 with flag 0/126000
7.96/6.36	c cleaning 15998 clauses out of 32015 with flag 0/143000
8.71/7.09	c cleaning 16999 clauses out of 34018 with flag 0/161001
9.58/7.90	c cleaning 18002 clauses out of 36018 with flag 0/180000
10.49/8.80	c cleaning 19002 clauses out of 38017 with flag 0/200001
11.40/9.75	c cleaning 19999 clauses out of 40014 with flag 0/221000
12.38/10.77	c cleaning 21002 clauses out of 42016 with flag 0/243001
13.49/11.84	c cleaning 21998 clauses out of 44013 with flag 0/266000
14.60/12.96	c cleaning 23001 clauses out of 46015 with flag 0/290000
15.81/14.14	c cleaning 24001 clauses out of 48016 with flag 0/315002
17.01/15.39	c cleaning 25001 clauses out of 50014 with flag 0/341001
18.23/16.58	c cleaning 25997 clauses out of 52013 with flag 0/368001
19.54/17.89	c cleaning 26997 clauses out of 54016 with flag 0/396001
21.05/19.37	c cleaning 28000 clauses out of 56018 with flag 0/425000
22.45/20.77	c cleaning 29001 clauses out of 58019 with flag 0/455001
24.07/22.30	c cleaning 30002 clauses out of 60018 with flag 0/486001
25.58/23.82	c cleaning 31000 clauses out of 62016 with flag 0/518001
27.09/25.39	c cleaning 32000 clauses out of 64015 with flag 0/551000
28.68/27.01	c cleaning 32995 clauses out of 66016 with flag 0/585001
30.59/28.81	c cleaning 34002 clauses out of 68020 with flag 0/620000
32.50/30.70	c cleaning 34998 clauses out of 70019 with flag 0/656001
34.38/32.69	c cleaning 36002 clauses out of 72020 with flag 0/693000
36.38/34.69	c cleaning 37005 clauses out of 74019 with flag 0/731001
38.38/36.69	c cleaning 37996 clauses out of 76013 with flag 0/770000
40.47/38.73	c cleaning 39001 clauses out of 78018 with flag 0/810001
42.61/40.86	c cleaning 39997 clauses out of 80016 with flag 0/851000
44.82/43.04	c cleaning 41002 clauses out of 82020 with flag 0/893001
47.11/45.33	c cleaning 41995 clauses out of 84018 with flag 0/936001
49.51/47.73	c cleaning 43003 clauses out of 86023 with flag 0/980001
51.81/50.08	c cleaning 43999 clauses out of 88020 with flag 0/1025001
54.20/52.48	c cleaning 45000 clauses out of 90021 with flag 0/1071001
56.57/54.83	c cleaning 46004 clauses out of 92021 with flag 0/1118001
59.08/57.36	c cleaning 46999 clauses out of 94017 with flag 0/1166001
61.47/59.79	c cleaning 48000 clauses out of 96017 with flag 0/1215000
64.18/62.47	c cleaning 48997 clauses out of 98018 with flag 0/1265001
66.80/65.04	c cleaning 50004 clauses out of 100021 with flag 0/1316001
69.51/67.73	c cleaning 50998 clauses out of 102017 with flag 0/1368001
72.20/70.41	c cleaning 52002 clauses out of 104019 with flag 0/1421001
74.83/73.03	c cleaning 52996 clauses out of 106016 with flag 0/1475000
77.64/75.81	c cleaning 54000 clauses out of 108020 with flag 0/1530000
80.55/78.74	c cleaning 55004 clauses out of 110020 with flag 0/1586000
83.35/81.53	c cleaning 55999 clauses out of 112016 with flag 0/1643000
86.25/84.45	c cleaning 56997 clauses out of 114017 with flag 0/1701000
89.35/87.50	c cleaning 57998 clauses out of 116021 with flag 0/1760001
92.86/91.02	c cleaning 58995 clauses out of 118022 with flag 0/1820000
96.37/94.50	c cleaning 60003 clauses out of 120027 with flag 0/1881000
99.65/97.86	c cleaning 61003 clauses out of 122025 with flag 0/1943001
103.20/101.32	c cleaning 61998 clauses out of 124021 with flag 0/2006000
106.68/104.84	c cleaning 63007 clauses out of 126023 with flag 0/2070000
110.68/108.85	c cleaning 63999 clauses out of 128017 with flag 0/2135001
114.78/112.96	c cleaning 64997 clauses out of 130018 with flag 0/2201001
118.69/116.80	c cleaning 66001 clauses out of 132020 with flag 0/2268000
122.50/120.69	c cleaning 67002 clauses out of 134019 with flag 0/2336000
126.39/124.54	c cleaning 67997 clauses out of 136018 with flag 0/2405001
130.87/129.04	c cleaning 69001 clauses out of 138021 with flag 0/2475001
134.14/132.32	c cleaning 69999 clauses out of 140020 with flag 0/2546001
137.63/135.89	c cleaning 71000 clauses out of 142021 with flag 0/2618001
141.43/139.61	c cleaning 71997 clauses out of 144020 with flag 0/2691000
146.29/144.56	c cleaning 73002 clauses out of 146024 with flag 0/2765001
150.66/148.96	c cleaning 73999 clauses out of 148022 with flag 0/2840001
155.71/154.03	c cleaning 75000 clauses out of 150023 with flag 0/2916001
160.37/158.71	c cleaning 76001 clauses out of 152022 with flag 0/2993000
164.69/163.02	c cleaning 77001 clauses out of 154022 with flag 0/3071001
168.88/167.29	c cleaning 78001 clauses out of 156021 with flag 0/3150001
173.40/171.75	c cleaning 79000 clauses out of 158020 with flag 0/3230001
178.28/176.61	c cleaning 79995 clauses out of 160019 with flag 0/3311000
182.78/181.17	c cleaning 81002 clauses out of 162024 with flag 0/3393000
187.57/185.97	c cleaning 82004 clauses out of 164023 with flag 0/3476001
192.56/191.00	c cleaning 82998 clauses out of 166018 with flag 0/3560000
197.69/196.07	c cleaning 84002 clauses out of 168020 with flag 0/3645000
202.79/201.12	c cleaning 85000 clauses out of 170019 with flag 0/3731001
208.01/206.38	c cleaning 85998 clauses out of 172018 with flag 0/3818000
213.76/212.06	c cleaning 86999 clauses out of 174020 with flag 0/3906000
219.30/217.52	c cleaning 88001 clauses out of 176022 with flag 0/3995001
224.80/223.05	c cleaning 88997 clauses out of 178020 with flag 0/4085000
230.50/228.74	c cleaning 90002 clauses out of 180024 with flag 0/4176001
235.95/234.19	c cleaning 91003 clauses out of 182022 with flag 0/4268001
241.72/239.98	c cleaning 91999 clauses out of 184018 with flag 0/4361000
247.02/245.25	c cleaning 92997 clauses out of 186019 with flag 0/4455000
252.73/250.90	c cleaning 93997 clauses out of 188022 with flag 0/4550000
258.89/257.03	c cleaning 95008 clauses out of 190026 with flag 0/4646001
264.80/262.94	c cleaning 95997 clauses out of 192017 with flag 0/4743000
270.67/268.82	c cleaning 97001 clauses out of 194021 with flag 0/4841001
276.24/274.44	c cleaning 97999 clauses out of 196020 with flag 0/4940001
282.46/280.62	c cleaning 98999 clauses out of 198020 with flag 0/5040000
288.31/286.46	c cleaning 99999 clauses out of 200022 with flag 0/5141001
294.29/292.43	c cleaning 101001 clauses out of 202023 with flag 0/5243001
300.30/298.40	c cleaning 102000 clauses out of 204021 with flag 0/5346000
305.81/304.01	c cleaning 103004 clauses out of 206021 with flag 0/5450000
312.22/310.34	c cleaning 103999 clauses out of 208017 with flag 0/5555000
318.73/316.82	c cleaning 105000 clauses out of 210018 with flag 0/5661000
325.43/323.52	c cleaning 105998 clauses out of 212018 with flag 0/5768000
331.81/329.97	c cleaning 106998 clauses out of 214021 with flag 0/5876001
338.33/336.42	c cleaning 107998 clauses out of 216023 with flag 0/5985001
344.96/343.04	c cleaning 109002 clauses out of 218024 with flag 0/6095000
352.14/350.23	c cleaning 110001 clauses out of 220023 with flag 0/6206001
358.44/356.53	c cleaning 111001 clauses out of 222021 with flag 0/6318000
364.75/362.88	c cleaning 111996 clauses out of 224020 with flag 0/6431000
371.71/369.90	c cleaning 113006 clauses out of 226025 with flag 0/6545001
379.47/377.65	c cleaning 113999 clauses out of 228019 with flag 0/6660001
386.72/385.01	c cleaning 114997 clauses out of 230019 with flag 0/6776000
394.93/393.14	c cleaning 116004 clauses out of 232022 with flag 0/6893000
403.02/401.29	c cleaning 116996 clauses out of 234019 with flag 0/7011001
410.58/408.87	c cleaning 117998 clauses out of 236022 with flag 0/7130000
418.86/417.19	c cleaning 119003 clauses out of 238025 with flag 0/7250001
427.37/425.60	c cleaning 120003 clauses out of 240022 with flag 0/7371001
436.28/434.53	c cleaning 120995 clauses out of 242019 with flag 0/7493001
445.32/443.54	c cleaning 122002 clauses out of 244023 with flag 0/7616000
454.00/452.25	c cleaning 122995 clauses out of 246021 with flag 0/7740000
463.14/461.31	c cleaning 124000 clauses out of 248026 with flag 0/7865000
472.18/470.36	c cleaning 125000 clauses out of 250027 with flag 0/7991001
481.25/479.35	c cleaning 126002 clauses out of 252027 with flag 0/8118001
490.63/488.72	c cleaning 127001 clauses out of 254025 with flag 0/8246001
500.43/498.58	c cleaning 128002 clauses out of 256024 with flag 0/8375001
509.22/507.39	c cleaning 128999 clauses out of 258022 with flag 0/8505001
518.93/517.02	c cleaning 130004 clauses out of 260023 with flag 0/8636001
528.25/526.42	c cleaning 130994 clauses out of 262018 with flag 0/8768000
537.31/535.46	c cleaning 131999 clauses out of 264024 with flag 0/8901000
547.10/545.26	c cleaning 133005 clauses out of 266025 with flag 0/9035000
557.01/555.13	c cleaning 134000 clauses out of 268020 with flag 0/9170000
566.28/564.45	c cleaning 135000 clauses out of 270021 with flag 0/9306001
576.31/574.52	c cleaning 135994 clauses out of 272021 with flag 0/9443001
585.55/583.86	c cleaning 137007 clauses out of 274026 with flag 0/9581000
595.09/593.42	c cleaning 138004 clauses out of 276019 with flag 0/9720000
604.91/603.23	c cleaning 138997 clauses out of 278015 with flag 0/9860000
614.49/612.90	c cleaning 140000 clauses out of 280018 with flag 0/10001000
623.97/622.36	c cleaning 140998 clauses out of 282018 with flag 0/10143000
633.85/632.27	c cleaning 142000 clauses out of 284021 with flag 0/10286001
643.97/642.34	c cleaning 142997 clauses out of 286020 with flag 0/10430000
654.59/652.91	c cleaning 144001 clauses out of 288024 with flag 0/10575001
664.76/663.04	c cleaning 145000 clauses out of 290022 with flag 0/10721000
675.13/673.41	c cleaning 145991 clauses out of 292022 with flag 0/10868000
685.20/683.52	c cleaning 147004 clauses out of 294033 with flag 0/11016002
695.50/693.88	c cleaning 148001 clauses out of 296028 with flag 0/11165001
706.37/704.76	c cleaning 149004 clauses out of 298027 with flag 0/11315001
717.01/715.46	c cleaning 150000 clauses out of 300023 with flag 0/11466001
728.44/726.96	c cleaning 150999 clauses out of 302022 with flag 0/11618000
739.23/737.72	c cleaning 152001 clauses out of 304023 with flag 0/11771000
749.50/747.93	c cleaning 152998 clauses out of 306022 with flag 0/11925000
760.64/759.08	c cleaning 154001 clauses out of 308025 with flag 0/12080001
772.09/770.46	c cleaning 155000 clauses out of 310024 with flag 0/12236001
782.82/781.17	c cleaning 156001 clauses out of 312023 with flag 0/12393000
793.59/791.97	c cleaning 157002 clauses out of 314022 with flag 0/12551000
804.58/802.90	c cleaning 158004 clauses out of 316021 with flag 0/12710001
815.43/813.77	c cleaning 158997 clauses out of 318016 with flag 0/12870000
825.92/824.24	c cleaning 160001 clauses out of 320019 with flag 0/13031000
837.01/835.34	c cleaning 160998 clauses out of 322019 with flag 0/13193001
847.65/846.10	c cleaning 162001 clauses out of 324021 with flag 0/13356001
858.27/856.62	c cleaning 162999 clauses out of 326020 with flag 0/13520001
869.25/867.64	c cleaning 163995 clauses out of 328020 with flag 0/13685000
881.31/879.62	c cleaning 165003 clauses out of 330026 with flag 0/13851001
892.41/890.74	c cleaning 165996 clauses out of 332022 with flag 0/14018000
904.44/902.70	c cleaning 167001 clauses out of 334027 with flag 0/14186001
916.81/915.12	c cleaning 168002 clauses out of 336026 with flag 0/14355001
928.32/926.76	c cleaning 168999 clauses out of 338023 with flag 0/14525000
939.42/937.93	c cleaning 170000 clauses out of 340025 with flag 0/14696001
950.04/948.65	c cleaning 171001 clauses out of 342026 with flag 0/14868002
961.81/960.43	c cleaning 171998 clauses out of 344024 with flag 0/15041001
973.85/972.56	c cleaning 173005 clauses out of 346025 with flag 0/15215000
986.71/985.41	c cleaning 173998 clauses out of 348021 with flag 0/15390001
998.91/997.78	c cleaning 175001 clauses out of 350022 with flag 0/15566000
1011.12/1009.90	c cleaning 176001 clauses out of 352021 with flag 0/15743000
1023.97/1022.78	c cleaning 176998 clauses out of 354020 with flag 0/15921000
1037.30/1036.05	c cleaning 178004 clauses out of 356023 with flag 0/16100001
1049.01/1047.76	c cleaning 179000 clauses out of 358018 with flag 0/16280000
1063.96/1062.66	c cleaning 180000 clauses out of 360018 with flag 0/16461000
1077.38/1075.82	c cleaning 180998 clauses out of 362018 with flag 0/16643000
1090.01/1088.59	c cleaning 181998 clauses out of 364020 with flag 0/16826000
1101.78/1100.49	c cleaning 183006 clauses out of 366022 with flag 0/17010000
1115.46/1114.21	c cleaning 183997 clauses out of 368016 with flag 0/17195000
1128.51/1127.35	c cleaning 185002 clauses out of 370021 with flag 0/17381002
1142.07/1141.04	c cleaning 185998 clauses out of 372018 with flag 0/17568001
1155.30/1154.34	c cleaning 186998 clauses out of 374019 with flag 0/17756000
1169.14/1168.19	c cleaning 188003 clauses out of 376021 with flag 0/17945000
1182.89/1181.98	c cleaning 189000 clauses out of 378018 with flag 0/18135000
1197.02/1196.11	c cleaning 189998 clauses out of 380019 with flag 0/18326001
1211.38/1210.46	c cleaning 190999 clauses out of 382020 with flag 0/18518000
1225.37/1224.39	c cleaning 192002 clauses out of 384023 with flag 0/18711002
1238.94/1237.98	c cleaning 192997 clauses out of 386019 with flag 0/18905000
1253.30/1252.31	c cleaning 194003 clauses out of 388022 with flag 0/19100000
1266.49/1265.56	c cleaning 195002 clauses out of 390020 with flag 0/19296001
1280.56/1279.69	c cleaning 195997 clauses out of 392017 with flag 0/19493000
1294.70/1293.83	c cleaning 196999 clauses out of 394020 with flag 0/19691000
1309.91/1309.11	c cleaning 197996 clauses out of 396022 with flag 0/19890001
1324.03/1323.32	c cleaning 199003 clauses out of 398025 with flag 0/20090000
1338.89/1338.12	c cleaning 200001 clauses out of 400023 with flag 0/20291001
1353.77/1353.06	c cleaning 201000 clauses out of 402021 with flag 0/20493000
1369.41/1368.72	c cleaning 201999 clauses out of 404022 with flag 0/20696001
1385.24/1384.66	c cleaning 203002 clauses out of 406024 with flag 0/20900002
1401.05/1400.57	c cleaning 204002 clauses out of 408021 with flag 0/21105001
1416.47/1416.06	c cleaning 204995 clauses out of 410018 with flag 0/21311000
1432.42/1432.17	c cleaning 205998 clauses out of 412024 with flag 0/21518001
1446.57/1446.49	c cleaning 207002 clauses out of 414026 with flag 0/21726001
1461.51/1461.43	c cleaning 207997 clauses out of 416024 with flag 0/21935001
1476.89/1476.93	c cleaning 208998 clauses out of 418026 with flag 0/22145000
1493.87/1493.93	c cleaning 210004 clauses out of 420028 with flag 0/22356000
1509.68/1509.71	c cleaning 210997 clauses out of 422024 with flag 0/22568000
1526.32/1526.32	c cleaning 212005 clauses out of 424028 with flag 0/22781001
1541.96/1542.06	c cleaning 212996 clauses out of 426022 with flag 0/22995000
1560.11/1560.29	c cleaning 214002 clauses out of 428027 with flag 0/23210001
1575.89/1576.07	c cleaning 214999 clauses out of 430025 with flag 0/23426001
1593.19/1593.36	c cleaning 216002 clauses out of 432025 with flag 0/23643000
1610.55/1610.77	c cleaning 217002 clauses out of 434023 with flag 0/23861000
1627.06/1627.22	c cleaning 217997 clauses out of 436021 with flag 0/24080000
1642.73/1643.00	c cleaning 219003 clauses out of 438024 with flag 0/24300000
1661.40/1661.74	c cleaning 220005 clauses out of 440022 with flag 0/24521001
1677.52/1677.94	c cleaning 221000 clauses out of 442016 with flag 0/24743000
1693.29/1693.77	c cleaning 221997 clauses out of 444016 with flag 0/24966000
1710.66/1711.18	c cleaning 222999 clauses out of 446019 with flag 0/25190000
1727.71/1728.26	c cleaning 223997 clauses out of 448021 with flag 0/25415001
1744.59/1745.18	c cleaning 224997 clauses out of 450023 with flag 0/25641000
1760.34/1760.96	c cleaning 226001 clauses out of 452026 with flag 0/25868000
1779.11/1779.81	c cleaning 227002 clauses out of 454026 with flag 0/26096001
1798.04/1798.99	c cleaning 228001 clauses out of 456024 with flag 0/26325001
1814.43/1815.44	c cleaning 228999 clauses out of 458023 with flag 0/26555001
1832.12/1833.14	c cleaning 229999 clauses out of 460024 with flag 0/26786001
1850.91/1852.05	c cleaning 231002 clauses out of 462025 with flag 0/27018001
1868.38/1869.57	c cleaning 231998 clauses out of 464023 with flag 0/27251001
1885.43/1886.60	c cleaning 233004 clauses out of 466025 with flag 0/27485001
1902.87/1904.16	c cleaning 233998 clauses out of 468020 with flag 0/27720000
1921.93/1923.21	c cleaning 235001 clauses out of 470022 with flag 0/27956000
1938.78/1940.23	c cleaning 235995 clauses out of 472022 with flag 0/28193001
1957.66/1959.21	c cleaning 237000 clauses out of 474026 with flag 0/28431000
1975.84/1977.52	c cleaning 238004 clauses out of 476026 with flag 0/28670000
1994.61/1996.46	c cleaning 238997 clauses out of 478023 with flag 0/28910001
2013.75/2015.78	c cleaning 239999 clauses out of 480026 with flag 0/29151001
2031.69/2033.86	c cleaning 240999 clauses out of 482027 with flag 0/29393001
2051.46/2053.70	c cleaning 242002 clauses out of 484028 with flag 0/29636001
2069.91/2072.36	c cleaning 242998 clauses out of 486025 with flag 0/29880000
2086.52/2089.10	c cleaning 243997 clauses out of 488027 with flag 0/30125000
2105.79/2108.49	c cleaning 245005 clauses out of 490031 with flag 0/30371001
2126.03/2128.76	c cleaning 245999 clauses out of 492026 with flag 0/30618001
2144.58/2147.40	c cleaning 247005 clauses out of 494027 with flag 0/30866001
2163.26/2166.22	c cleaning 247997 clauses out of 496021 with flag 0/31115000
2183.61/2186.73	c cleaning 249003 clauses out of 498024 with flag 0/31365000
2204.79/2208.07	c cleaning 250002 clauses out of 500023 with flag 0/31616002
2224.02/2227.44	c cleaning 251001 clauses out of 502020 with flag 0/31868001
2242.17/2245.74	c cleaning 251995 clauses out of 504018 with flag 0/32121000
2260.37/2264.06	c cleaning 253002 clauses out of 506024 with flag 0/32375001
2280.38/2284.17	c cleaning 253997 clauses out of 508022 with flag 0/32630001
2298.32/2302.17	c cleaning 255001 clauses out of 510025 with flag 0/32886001
2316.70/2320.56	c cleaning 256002 clauses out of 512024 with flag 0/33143001
2336.94/2340.81	c cleaning 257004 clauses out of 514022 with flag 0/33401001
2357.06/2361.02	c cleaning 258000 clauses out of 516018 with flag 0/33660001
2374.79/2378.89	c cleaning 258999 clauses out of 518017 with flag 0/33920000
2394.10/2398.28	c cleaning 259997 clauses out of 520018 with flag 0/34181000
2413.70/2417.95	c cleaning 260998 clauses out of 522022 with flag 0/34443001
2434.52/2438.80	c cleaning 261999 clauses out of 524023 with flag 0/34706000
2454.67/2459.09	c cleaning 263001 clauses out of 526025 with flag 0/34970001
2478.02/2482.40	c cleaning 264002 clauses out of 528023 with flag 0/35235000
2499.20/2503.70	c cleaning 265003 clauses out of 530021 with flag 0/35501000
2520.93/2525.67	c cleaning 265999 clauses out of 532019 with flag 0/35768001
2543.00/2547.82	c cleaning 267000 clauses out of 534019 with flag 0/36036000
2565.76/2570.78	c cleaning 267996 clauses out of 536020 with flag 0/36305001
2588.29/2593.43	c cleaning 269001 clauses out of 538023 with flag 0/36575000
2610.29/2615.58	c cleaning 270000 clauses out of 540024 with flag 0/36846002
2632.38/2637.71	c cleaning 271002 clauses out of 542023 with flag 0/37118001
2654.84/2660.34	c cleaning 272001 clauses out of 544021 with flag 0/37391001
2678.02/2683.62	c cleaning 272998 clauses out of 546019 with flag 0/37665000
2698.80/2704.52	c cleaning 274001 clauses out of 548022 with flag 0/37940001
2722.26/2728.18	c cleaning 274996 clauses out of 550020 with flag 0/38216000
2745.32/2751.33	c cleaning 275998 clauses out of 552025 with flag 0/38493001
2768.00/2774.15	c cleaning 277003 clauses out of 554027 with flag 0/38771001
2791.07/2797.30	c cleaning 277997 clauses out of 556024 with flag 0/39050001
2816.63/2822.84	c cleaning 279003 clauses out of 558027 with flag 0/39330001
2841.96/2848.13	c cleaning 280002 clauses out of 560023 with flag 0/39611000
2864.78/2871.05	c cleaning 281004 clauses out of 562022 with flag 0/39893001
2888.94/2895.35	c cleaning 281997 clauses out of 564018 with flag 0/40176001
2913.59/2920.11	c cleaning 283001 clauses out of 566020 with flag 0/40460000
2937.06/2943.77	c cleaning 283993 clauses out of 568020 with flag 0/40745001
2959.96/2966.75	c cleaning 285000 clauses out of 570026 with flag 0/41031000
2985.83/2992.72	c cleaning 286004 clauses out of 572026 with flag 0/41318000
3010.00/3017.02	c cleaning 286997 clauses out of 574023 with flag 0/41606001
3035.49/3042.60	c cleaning 287996 clauses out of 576026 with flag 0/41895001
3061.67/3068.88	c cleaning 289005 clauses out of 578030 with flag 0/42185001
3085.39/3092.56	c cleaning 289999 clauses out of 580025 with flag 0/42476001
3111.27/3118.50	c cleaning 290995 clauses out of 582025 with flag 0/42768000
3135.37/3142.75	c cleaning 292001 clauses out of 584030 with flag 0/43061000
3160.42/3167.97	c cleaning 293000 clauses out of 586030 with flag 0/43355001
3187.40/3194.99	c cleaning 294004 clauses out of 588029 with flag 0/43650000
3212.72/3220.33	c cleaning 295002 clauses out of 590026 with flag 0/43946001
3239.79/3247.52	c cleaning 296002 clauses out of 592024 with flag 0/44243001
3270.83/3278.71	c cleaning 296998 clauses out of 594021 with flag 0/44541000
3297.61/3305.67	c cleaning 298001 clauses out of 596024 with flag 0/44840001
3329.41/3337.50	c cleaning 299002 clauses out of 598023 with flag 0/45140001
3356.86/3365.04	c cleaning 299994 clauses out of 600020 with flag 0/45441000
3383.30/3391.44	c cleaning 300999 clauses out of 602026 with flag 0/45743000
3414.00/3422.26	c cleaning 302001 clauses out of 604028 with flag 0/46046001
3444.01/3452.31	c cleaning 302998 clauses out of 606026 with flag 0/46350000
3471.83/3480.22	c cleaning 304000 clauses out of 608029 with flag 0/46655001
3501.91/3510.44	c cleaning 305001 clauses out of 610029 with flag 0/46961001
3532.63/3541.22	c cleaning 305998 clauses out of 612028 with flag 0/47268001
3577.50/3586.24	c cleaning 307010 clauses out of 614030 with flag 0/47576001
3600.09/3608.80	c starts		: 1
3600.09/3608.81	c conflicts		: 47885000
3600.09/3608.81	c decisions		: 53177288
3600.09/3608.81	c propagations		: 471377058
3600.09/3608.81	c inspects		: 27088400331
3600.09/3608.81	c shortcuts		: 0
3600.09/3608.81	c learnt literals	: 0
3600.09/3608.81	c learnt binary clauses	: 0
3600.09/3608.81	c learnt ternary clauses	: 1
3600.09/3608.81	c learnt constraints	: 47885000
3600.09/3608.81	c ignored constraints	: 0
3600.09/3608.81	c root simplifications	: 0
3600.09/3608.81	c removed literals (reason simplification)	: 0
3600.09/3608.81	c reason swapping (by a shorter reason)	: 0
3600.09/3608.81	c Calls to reduceDB	: 305
3600.09/3608.81	c Number of update (reduction) of LBD	: 53334397
3600.09/3608.81	c Imported unit clauses	: 0
3600.09/3608.81	c No decision after first conflict	: false
3600.09/3608.81	c number of reductions to clauses (during analyze)	: 0
3600.09/3608.81	c number of learned constraints concerned by reduction	: 0
3600.09/3608.81	c number of learning phase by resolution	: 0
3600.09/3608.81	c number of learning phase by cutting planes	: 0
3600.09/3608.81	c number of rounding to 1 operations	: 0
3600.09/3608.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3608.81	c number of reductions of the coefficients by power 2 	: 0
3600.09/3608.81	c number of right shift for reduction by power 2 	: 0
3600.09/3608.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3608.81	c number of ending skipping 	: 0
3600.09/3608.81	c number of internal skipping 	: 0
3600.09/3608.81	c number of derivation steps 	: 431989583
3600.09/3608.81	c number of skipped derivation steps 	: 0
3600.09/3608.81	c number of remaining unassigned 	: 0
3600.09/3608.81	c number of remaining assigned 	: 0
3600.09/3608.81	c number of falsified literals weakened from reason	: 0
3600.09/3608.81	c number of falsified literals weakened from conflict	: 0
3600.09/3608.81	c time for arithmetic operations	: 0
3600.09/3608.81	c minimum degree of deleted constraints	: 1
3600.09/3608.81	c maximum degree of deleted constraints	: 1
3600.09/3608.81	c number of deleted constraints	: 47323011
3600.09/3608.81	c speed (assignments/second)	: 130625.07946237709
3600.09/3608.81	c non guided choices	: 13949
3600.09/3608.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 616019
3600.09/3608.87	s UNKNOWN
3600.09/3608.87	c Total wall clock time (in seconds): 3608.715

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

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,12,14-15,20,23,33,39-40,46,52,60
  3550 MHz: 32,34,41-43
  3600 MHz: 8-11,13,16-19,21-22,24-31,35-38,44-45,47-51,53-59,61-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (57467 MiB free)
  node 1: cores 8-15, 128973 MiB (46261 MiB free)
  node 2: cores 16-23, 129019 MiB (65177 MiB free)
  node 3: cores 24-31, 129003 MiB (127418 MiB free)
  node 4: cores 32-39, 129019 MiB (124925 MiB free)
  node 5: cores 40-47, 129019 MiB (100222 MiB free)
  node 6: cores 48-55, 129019 MiB (128206 MiB free)
  node 7: cores 56-63, 128474 MiB (127554 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100056 s]*
/proc/loadavg: 1.00 1.75 5.94 35/1094 1379310
/proc/meminfo: memFree=795748884/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=34900044 memory=46420 CPUtime=0.06 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 5556 0 0 0 5 1 0 0 20 0 19 0 304690310 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8725011 11605 6098 1 0 30870 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=34900044 memory=4033832576 CPUtime=0.03 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 2816 0 0 0 3 0 0 0 20 0 19 0 304690316 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=34900044 memory=237162987891 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 304690318 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=34900044 memory=57381602216779 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 304690318 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=34900044 memory=52992162419763 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 304690318 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=34900044 memory=58485459146153 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 304690318 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=34900044 memory=14974455839484337 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 304690318 35737645056 11315 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46420 KiB

[startup+0.215212 s]*
/proc/loadavg: 1.00 1.75 5.94 48/1131 1379357
/proc/meminfo: memFree=795407268/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35033172 memory=72924 CPUtime=0.37 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 8504 0 0 0 35 2 0 0 20 0 21 0 304690310 35873968128 17849 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8758293 18231 6225 1 0 34498 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35033172 memory=3472328299453048448 CPUtime=0.14 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 3334 0 0 0 13 1 0 0 20 0 21 0 304690316 35873968128 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35034200 memory=237162987891 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 304690318 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35034200 memory=57381602216779 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 304690318 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35034200 memory=52992162419763 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 304690318 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35034200 memory=58485459146153 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 304690318 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35034200 memory=14974455839484337 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690318 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35034200 memory=14411518787717688 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690329 35875020800 17977 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 72924 KiB

[startup+0.315967 s]*
/proc/loadavg: 1.00 1.75 5.94 44/1146 1379372
/proc/meminfo: memFree=794178476/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35099736 memory=124260 CPUtime=0.67 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 12189 0 0 0 64 3 0 0 20 0 22 0 304690310 35942129664 30797 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8774934 31065 6227 1 0 71268 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35099736 memory=3184097923301336704 CPUtime=0.21 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 3352 0 0 0 20 1 0 0 20 0 22 0 304690316 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690318 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35099736 memory=57381602216779 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 304690318 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35099736 memory=52992162419763 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 304690318 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35099736 memory=58485459146153 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 304690318 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35099736 memory=14974455839484337 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690318 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35099736 memory=14411518787717688 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690329 35942129664 31181 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 124260 KiB

[startup+0.700321 s]
/proc/loadavg: 1.00 1.75 5.94 41/1142 1379400
/proc/meminfo: memFree=793188604/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35166300 memory=237048 CPUtime=1.78 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 14877 0 0 0 174 4 0 0 20 0 23 0 304690310 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8791575 59262 6243 1 0 155665 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35166300 memory=3156 CPUtime=0.56 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 3403 0 0 0 54 2 0 0 20 0 23 0 304690316 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35166300 memory=4900 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35166300 memory=4506 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35166300 memory=5816 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690318 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35166300 memory=4036 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35166300 memory=4900 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36010291200 58981 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 237048 KiB

[startup+1.50029 s]
/proc/loadavg: 1.00 1.75 5.94 24/1119 1379417
/proc/meminfo: memFree=791622672/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=483132 CPUtime=2.94 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 15622 0 0 0 287 7 0 0 20 0 23 0 304690310 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 120783 6243 1 0 155973 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=3156 CPUtime=1.33 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 3634 0 0 0 129 4 0 0 20 0 23 0 304690316 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4900 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=4506 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=5816 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=4900 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=232767357237 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 120593 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 483132 KiB

[startup+3.11496 s]
/proc/loadavg: 2.36 2.02 6.01 14/1111 1379424
/proc/meminfo: memFree=790684460/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=494508 CPUtime=4.67 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 21334 0 0 0 458 9 0 0 20 0 23 0 304690310 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 123627 6243 1 0 157095 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=4900 CPUtime=2.88 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 3985 0 0 0 282 6 0 0 20 0 23 0 304690316 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=5816 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=4506 CPUtime=0 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=5651821867061768219 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=4900 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 123440 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 494508 KiB

[startup+6.30035 s]
/proc/loadavg: 2.36 2.02 6.01 18/1164 1379631

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

/proc/meminfo: memFree=689034288/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=3334.17 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 264475 0 0 0 331311 2106 0 0 20 0 23 0 304690310 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1054328 6273 1 0 1074023 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=5816 CPUtime=3272.95 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 113849 0 0 0 325252 2043 0 0 20 0 23 0 304690316 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=2780 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=4350944 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 127 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=5816 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=5832 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1127 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=15652 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1054463 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3334.17 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4217312 KiB

[startup+3402.3 s]
/proc/loadavg: 16.33 15.38 14.81 16/1196 1380781
/proc/meminfo: memFree=689302344/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4167200 CPUtime=3394.17 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 265398 0 0 0 337280 2137 0 0 20 0 23 0 304690310 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1041800 6273 1 0 1061471 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=3331.84 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 114200 0 0 0 331111 2073 0 0 20 0 23 0 304690316 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4467872 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=4818656 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 131 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=4167200 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1129 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=-7234850810395648862 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1041903 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3394.17 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4167200 KiB

[startup+3462.3 s]
/proc/loadavg: 15.08 15.21 14.79 16/1194 1380782
/proc/meminfo: memFree=690401952/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4133792 CPUtime=3453.94 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 266739 0 0 0 343232 2162 0 0 20 0 23 0 304690310 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1033448 6273 1 0 1053103 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=3390.89 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 115113 0 0 0 336992 2097 0 0 20 0 23 0 304690316 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4467872 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 131 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=4217312 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=4133792 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1171 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=4133792 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1033495 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3453.94 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4133792 KiB

[startup+3522.3 s]
/proc/loadavg: 15.11 15.20 14.82 19/1194 1380938
/proc/meminfo: memFree=705174904/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4066976 CPUtime=3513.78 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 270680 0 0 0 349184 2194 0 0 20 0 23 0 304690310 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1016744 6273 1 0 1036367 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=-7234850810395648862 CPUtime=3449.83 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 116802 0 0 0 342855 2128 0 0 20 0 23 0 304690316 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4350944 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=4100384 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=4066976 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 134 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=4100384 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=4066976 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1176 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=4066976 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1016791 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3513.78 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4066976 KiB

[startup+3582.3 s]
/proc/loadavg: 15.15 15.18 14.83 15/1169 1380952
/proc/meminfo: memFree=703622996/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4033568 CPUtime=3573.65 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 271841 0 0 0 355151 2214 0 0 20 0 23 0 304690310 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1008392 6273 1 0 1027999 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=4033568 CPUtime=3509.02 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 117425 0 0 0 348755 2147 0 0 20 0 23 0 304690316 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4036 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=-7234850810395648862 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=102852 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 135 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=-7234850810395648862 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=4036 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=4033568 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1008407 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3573.65 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4033568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 15.53 15.28 14.88 21/1195 1381553
/proc/meminfo: memFree=747221672/1055320704 swapFree=33550076/33554428
[pid=1379063] ppid=1378981 vsize=35232864 memory=4000164 CPUtime=3600.09 cores=52-55
/proc/1379063/stat : 1379063 (java) S 1378981 1379063 1378801 0 -1 4194304 272696 0 0 0 357782 2227 0 0 20 0 23 0 304690310 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
/proc/1379063/statm: 8808216 1000041 6273 1 0 1019631 0
[pid=1379063/tid=1379119] ppid=1378981 vsize=35232864 memory=4036 CPUtime=3534.93 cores=52-55
/proc/1379063/task/1379119/stat : 1379119 (java) R 1378981 1379063 1378801 0 -1 4194368 118033 0 0 0 351334 2159 0 0 20 0 23 0 304690316 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379170] ppid=1378981 vsize=35232864 memory=4000164 CPUtime=0 cores=52-55
/proc/1379063/task/1379170/stat : 1379170 (Referen..andler) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379172] ppid=1378981 vsize=35232864 memory=4660 CPUtime=0 cores=52-55
/proc/1379063/task/1379172/stat : 1379172 (Finalizer) S 1378981 1379063 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379177] ppid=1378981 vsize=35232864 memory=-7234850810395648862 CPUtime=0.09 cores=52-55
/proc/1379063/task/1379177/stat : 1379177 (Monitor..Thread) S 1378981 1379063 1378801 0 -1 4194368 135 0 0 0 5 4 0 0 20 0 23 0 304690318 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379190] ppid=1378981 vsize=35232864 memory=102852 CPUtime=0 cores=52-55
/proc/1379063/task/1379190/stat : 1379190 (Notific..Thread) S 1378981 1379063 1378801 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379199] ppid=1378981 vsize=35232864 memory=12008 CPUtime=0 cores=52-55
/proc/1379063/task/1379199/stat : 1379199 (Common-Cleaner) S 1378981 1379063 1378801 0 -1 4194368 1249 0 0 0 0 0 0 0 20 0 23 0 304690318 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
[pid=1379063/tid=1379340] ppid=1378981 vsize=35232864 memory=5816 CPUtime=0 cores=52-55
/proc/1379063/task/1379340/stat : 1379340 (Timer-0) S 1378981 1379063 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690329 36078452736 1000055 18446744073709551615 94292103036928 94292103040624 140723661051552 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94292103048488 94292103049232 94292112596992 140723661060257 140723661060446 140723661060446 140723661066184 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4000164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.99 s, system=22.2836 s

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

Child status: 143

Real time (s): 3608.88
CPU time (s): 3600.27
CPU user time (s): 3577.99
CPU system time (s): 22.2836
CPU usage (%): 99.7614
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 10365028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.99
system time used= 22.2836
maximum resident set size= 10364512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4496350
involuntary context switches= 8215


# summary of solver processes directly reported to runsolver:
#   pid: 1379063
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3577.99
#   total CPU system time (s): 22.2836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4671 second user time and 45.7627 second system time

The end

Launcher Data

Begin job on nodeE007 at 2026-07-10 22:07:05
IDJOB=4838326
IDBENCH=160179
IDSOLVER=3674
FILE ID=nodeE007/4838326-1783714024
RUNJOBID= nodeE007-1783714024-1378824
SLURM_JOB_ID= 12734922
Free space on /tmp= 801044 MiB

SOLVER NAME= Sat4j CuttingPlanes CERT 2026-06-10 (cert)
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n200-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4838326-1783714024/watcher-4838326-1783714024 -o /tmp/evaluation-result-4838326-1783714024/solver-4838326-1783714024 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4838326-1783714024/vars-4838326-1783714024 --bin-var /tmp/runsolver-exch-nodeE007-1783714024-1378824 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4838326-1783714024 -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4838326-1783714024.opb

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

MD5SUM BENCH= c176644d6571ad8344e3e4d62cfd8aa6
RANDOM SEED=882730119

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.286
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3595.248
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3595.042
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3574.624
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3576.977
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3579.519
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3577.774
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	: 7089.65
TLB size	: 192 4K pages
clflush size	: 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		: 3578.031
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	: 7089.65
TLB size	: 192 4K pages
clflush 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:        795837124 kB
MemAvailable:   1046098252 kB
Buffers:            1060 kB
Cached:         253491184 kB
SwapCached:          264 kB
Active:         11257692 kB
Inactive:       242388480 kB
Active(anon):     669036 kB
Inactive(anon):   434500 kB
Active(file):   10588656 kB
Inactive(file): 241953980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33550076 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6172 kB
Writeback:             4 kB
AnonPages:        158012 kB
Mapped:           160292 kB
Shmem:            949608 kB
KReclaimable:    3404808 kB
Slab:            4047484 kB
SReclaimable:    3404808 kB
SUnreclaim:       642676 kB
KernelStack:       13952 kB
PageTables:         4488 kB
SecPageTables:     15396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129534220 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478532 kB
VmallocChunk:          0 kB
Percpu:           125440 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      389572 kB
DirectMap2M:    19855360 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 801012 MiB
End job on nodeE007 at 2026-07-10 23:07:14