Trace number 4838327

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.21 3590.09

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n226-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUM27eb895219022906179f5787f6bd1fb2
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.05856
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables339
Total number of constraints904
Number of constraints which are clauses904
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	26.0.1+8-34
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		26.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		30334720
0.00/0.10	c Max memory 		32178700288
0.00/0.10	c Total memory 		33554432
0.00/0.10	c Number of processors 	4
0.07/0.14	c Pseudo Boolean Optimization by upper bound
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c  - never skip resolution steps
0.07/0.14	c  - Auto-division on coefficients is disabled
0.07/0.14	c  - No postprocessing
0.07/0.14	c  - Conflict is considered as is when resolving
0.07/0.14	c  - Use constraints as they come during conflict analysis
0.07/0.14	c  - Weaken first using unassigned literals
0.07/0.14	c  - Bump strategy: ALWAYS_ONE
0.07/0.14	c  - Bumper: EFFECTIVE
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Dynamic restart strategy considering the size of the coefficients
0.07/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c Listener: none
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-4838327-1783714024.opb
0.07/0.14	c reading problem ... 
0.07/0.14	c using VERIPB proof format
0.07/0.14	c  no objective function found
0.07/0.17	c ... done. Wall clock time 0.029s.
0.07/0.17	c declared #vars     339
0.07/0.17	c #constraints  904
0.07/0.17	c constraints type 
0.07/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 904
0.07/0.17	c 904 constraints processed.
1.56/0.63	c cleaning 2498 clauses out of 5000 with flag 0/5000
2.37/0.93	c cleaning 4243 clauses out of 8502 with flag 0/11000
2.80/1.28	c cleaning 5625 clauses out of 11259 with flag 0/18000
3.32/1.66	c cleaning 6813 clauses out of 13635 with flag 0/26001
3.74/2.08	c cleaning 7907 clauses out of 15823 with flag 0/35002
4.22/2.53	c cleaning 8951 clauses out of 17914 with flag 0/45000
4.77/3.05	c cleaning 9975 clauses out of 19964 with flag 0/56001
5.36/3.64	c cleaning 10988 clauses out of 21988 with flag 0/68000
5.95/4.28	c cleaning 11996 clauses out of 24001 with flag 0/81001
6.66/4.96	c cleaning 12997 clauses out of 26004 with flag 0/95000
7.36/5.67	c cleaning 13997 clauses out of 28008 with flag 0/110001
8.07/6.38	c cleaning 14998 clauses out of 30010 with flag 0/126000
9.05/7.21	c cleaning 15998 clauses out of 32013 with flag 0/143001
10.00/8.17	c cleaning 16995 clauses out of 34014 with flag 0/161000
11.00/9.19	c cleaning 18000 clauses out of 36019 with flag 0/180000
12.10/10.29	c cleaning 19002 clauses out of 38020 with flag 0/200001
13.20/11.34	c cleaning 20004 clauses out of 40017 with flag 0/221000
14.40/12.54	c cleaning 20998 clauses out of 42013 with flag 0/243000
15.70/13.84	c cleaning 22000 clauses out of 44015 with flag 0/266000
17.02/15.17	c cleaning 23000 clauses out of 46015 with flag 0/290000
18.53/16.60	c cleaning 24003 clauses out of 48017 with flag 0/315002
20.05/18.12	c cleaning 24999 clauses out of 50013 with flag 0/341001
21.67/19.73	c cleaning 26004 clauses out of 52015 with flag 0/368002
23.47/21.57	c cleaning 26997 clauses out of 54009 with flag 0/396000
25.40/23.46	c cleaning 27997 clauses out of 56013 with flag 0/425001
27.21/25.27	c cleaning 29001 clauses out of 58016 with flag 0/455001
29.24/27.20	c cleaning 30000 clauses out of 60014 with flag 0/486000
31.06/29.05	c cleaning 30997 clauses out of 62014 with flag 0/518000
33.28/31.20	c cleaning 31999 clauses out of 64017 with flag 0/551000
35.38/33.34	c cleaning 33001 clauses out of 66019 with flag 0/585001
37.41/35.38	c cleaning 34000 clauses out of 68017 with flag 0/620000
39.61/37.55	c cleaning 35002 clauses out of 70017 with flag 0/656000
41.93/39.81	c cleaning 35999 clauses out of 72015 with flag 0/693000
44.03/41.96	c cleaning 37003 clauses out of 74017 with flag 0/731001
46.22/44.19	c cleaning 37998 clauses out of 76013 with flag 0/770000
48.71/46.63	c cleaning 38995 clauses out of 78015 with flag 0/810000
51.02/48.98	c cleaning 39998 clauses out of 80020 with flag 0/851000
53.42/51.39	c cleaning 41001 clauses out of 82023 with flag 0/893001
55.93/53.80	c cleaning 42006 clauses out of 84021 with flag 0/936000
58.47/56.32	c cleaning 42998 clauses out of 86016 with flag 0/980001
61.10/58.90	c cleaning 43998 clauses out of 88017 with flag 0/1025000
63.63/61.44	c cleaning 44999 clauses out of 90019 with flag 0/1071000
66.47/64.26	c cleaning 46001 clauses out of 92020 with flag 0/1118000
69.29/67.07	c cleaning 47002 clauses out of 94021 with flag 0/1166002
72.59/70.39	c cleaning 47998 clauses out of 96018 with flag 0/1215001
75.91/73.65	c cleaning 48998 clauses out of 98019 with flag 0/1265000
79.01/76.73	c cleaning 50002 clauses out of 100021 with flag 0/1316000
82.25/79.97	c cleaning 51003 clauses out of 102019 with flag 0/1368000
85.67/83.34	c cleaning 52002 clauses out of 104017 with flag 0/1421001
89.21/86.85	c cleaning 52995 clauses out of 106015 with flag 0/1475001
93.04/90.69	c cleaning 54004 clauses out of 108019 with flag 0/1530000
96.48/94.06	c cleaning 54999 clauses out of 110016 with flag 0/1586001
100.10/97.68	c cleaning 55997 clauses out of 112016 with flag 0/1643000
103.90/101.46	c cleaning 57001 clauses out of 114019 with flag 0/1701000
107.55/105.11	c cleaning 58002 clauses out of 116018 with flag 0/1760000
111.34/108.81	c cleaning 58998 clauses out of 118017 with flag 0/1820001
115.06/112.50	c cleaning 60002 clauses out of 120019 with flag 0/1881001
118.88/116.37	c cleaning 61000 clauses out of 122017 with flag 0/1943001
122.85/120.37	c cleaning 61996 clauses out of 124016 with flag 0/2006000
127.04/124.53	c cleaning 63001 clauses out of 126020 with flag 0/2070000
131.04/128.58	c cleaning 64002 clauses out of 128020 with flag 0/2135001
135.34/132.81	c cleaning 64999 clauses out of 130017 with flag 0/2201000
139.84/137.32	c cleaning 65998 clauses out of 132018 with flag 0/2268000
144.79/142.26	c cleaning 66998 clauses out of 134020 with flag 0/2336000
149.81/147.29	c cleaning 68000 clauses out of 136023 with flag 0/2405001
155.13/152.55	c cleaning 68997 clauses out of 138022 with flag 0/2475000
160.04/157.48	c cleaning 70002 clauses out of 140025 with flag 0/2546000
165.15/162.55	c cleaning 71002 clauses out of 142023 with flag 0/2618000
170.22/167.64	c cleaning 72000 clauses out of 144022 with flag 0/2691001
175.34/172.74	c cleaning 72998 clauses out of 146022 with flag 0/2765001
180.64/178.04	c cleaning 74001 clauses out of 148024 with flag 0/2840001
186.14/183.52	c cleaning 75000 clauses out of 150023 with flag 0/2916001
191.12/188.55	c cleaning 76002 clauses out of 152023 with flag 0/2993001
196.32/193.71	c cleaning 76996 clauses out of 154020 with flag 0/3071000
201.51/198.91	c cleaning 78005 clauses out of 156024 with flag 0/3150000
207.22/204.63	c cleaning 79002 clauses out of 158019 with flag 0/3230000
212.65/210.10	c cleaning 80001 clauses out of 160018 with flag 0/3311001
218.26/215.65	c cleaning 80997 clauses out of 162016 with flag 0/3393000
224.08/221.48	c cleaning 82000 clauses out of 164020 with flag 0/3476001
230.80/228.14	c cleaning 82997 clauses out of 166019 with flag 0/3560000
237.18/234.59	c cleaning 84003 clauses out of 168022 with flag 0/3645000
243.51/240.86	c cleaning 85000 clauses out of 170019 with flag 0/3731000
249.61/246.97	c cleaning 85998 clauses out of 172019 with flag 0/3818000
255.97/253.26	c cleaning 87000 clauses out of 174022 with flag 0/3906001
262.08/259.32	c cleaning 88000 clauses out of 176021 with flag 0/3995000
268.44/265.65	c cleaning 88995 clauses out of 178021 with flag 0/4085000
274.66/271.87	c cleaning 90003 clauses out of 180026 with flag 0/4176000
281.47/278.69	c cleaning 91003 clauses out of 182024 with flag 0/4268001
288.03/285.18	c cleaning 91997 clauses out of 184021 with flag 0/4361001
293.84/290.98	c cleaning 93004 clauses out of 186023 with flag 0/4455000
300.67/297.73	c cleaning 93997 clauses out of 188019 with flag 0/4550000
307.42/304.42	c cleaning 94997 clauses out of 190022 with flag 0/4646000
314.10/311.07	c cleaning 96003 clauses out of 192025 with flag 0/4743000
320.61/317.51	c cleaning 97002 clauses out of 194022 with flag 0/4841000
327.65/324.55	c cleaning 98001 clauses out of 196020 with flag 0/4940000
334.52/331.42	c cleaning 99003 clauses out of 198020 with flag 0/5040001
341.80/338.64	c cleaning 99997 clauses out of 200016 with flag 0/5141000
348.85/345.61	c cleaning 100999 clauses out of 202019 with flag 0/5243000
356.39/353.11	c cleaning 101998 clauses out of 204020 with flag 0/5346000
363.61/360.34	c cleaning 103004 clauses out of 206023 with flag 0/5450001
371.36/368.08	c cleaning 103999 clauses out of 208018 with flag 0/5555000
378.88/375.52	c cleaning 104999 clauses out of 210019 with flag 0/5661000
385.60/382.21	c cleaning 106001 clauses out of 212021 with flag 0/5768001
393.01/389.65	c cleaning 106999 clauses out of 214019 with flag 0/5876000
400.25/396.72	c cleaning 108001 clauses out of 216020 with flag 0/5985000
408.31/404.83	c cleaning 109002 clauses out of 218020 with flag 0/6095001
415.81/412.33	c cleaning 109998 clauses out of 220017 with flag 0/6206000
423.99/420.48	c cleaning 110999 clauses out of 222020 with flag 0/6318001
432.24/428.64	c cleaning 111999 clauses out of 224020 with flag 0/6431000
440.77/437.19	c cleaning 113000 clauses out of 226021 with flag 0/6545000
449.80/446.19	c cleaning 114003 clauses out of 228022 with flag 0/6660001
460.05/456.31	c cleaning 115001 clauses out of 230019 with flag 0/6776001
468.98/465.13	c cleaning 116001 clauses out of 232017 with flag 0/6893000
477.56/473.76	c cleaning 117001 clauses out of 234016 with flag 0/7011000
486.09/482.20	c cleaning 117996 clauses out of 236015 with flag 0/7130000
495.17/491.27	c cleaning 119001 clauses out of 238019 with flag 0/7250000
504.66/500.69	c cleaning 120003 clauses out of 240019 with flag 0/7371001
513.69/509.64	c cleaning 120994 clauses out of 242015 with flag 0/7493000
522.72/518.61	c cleaning 121999 clauses out of 244022 with flag 0/7616001
531.12/527.04	c cleaning 123004 clauses out of 246022 with flag 0/7740000
540.80/536.62	c cleaning 124003 clauses out of 248020 with flag 0/7865002
548.99/544.87	c cleaning 125000 clauses out of 250016 with flag 0/7991001
558.32/554.14	c cleaning 125997 clauses out of 252016 with flag 0/8118001
567.63/563.43	c cleaning 126999 clauses out of 254018 with flag 0/8246000
577.14/573.01	c cleaning 128000 clauses out of 256020 with flag 0/8375001
586.87/582.65	c cleaning 128999 clauses out of 258019 with flag 0/8505000
596.11/591.86	c cleaning 129999 clauses out of 260020 with flag 0/8636000
605.80/601.49	c cleaning 131000 clauses out of 262021 with flag 0/8768000
615.51/611.12	c cleaning 132003 clauses out of 264022 with flag 0/8901001
624.99/620.65	c cleaning 133000 clauses out of 266019 with flag 0/9035001
634.43/630.10	c cleaning 133999 clauses out of 268018 with flag 0/9170000
645.06/640.64	c cleaning 135001 clauses out of 270019 with flag 0/9306000
654.88/650.40	c cleaning 136004 clauses out of 272019 with flag 0/9443001
665.85/661.44	c cleaning 136996 clauses out of 274014 with flag 0/9581000
675.55/671.05	c cleaning 137999 clauses out of 276019 with flag 0/9720001
685.97/681.48	c cleaning 139003 clauses out of 278019 with flag 0/9860000
696.55/692.01	c cleaning 139998 clauses out of 280017 with flag 0/10001001
709.32/704.85	c cleaning 140999 clauses out of 282018 with flag 0/10143000
721.46/717.00	c cleaning 141997 clauses out of 284019 with flag 0/10286000
733.68/729.12	c cleaning 143002 clauses out of 286024 with flag 0/10430002
745.75/741.27	c cleaning 144001 clauses out of 288020 with flag 0/10575000
757.75/753.20	c cleaning 144997 clauses out of 290019 with flag 0/10721000
769.35/764.76	c cleaning 145999 clauses out of 292023 with flag 0/10868001
783.03/778.45	c cleaning 147002 clauses out of 294024 with flag 0/11016001
796.26/791.50	c cleaning 148002 clauses out of 296022 with flag 0/11165001
809.79/805.01	c cleaning 148999 clauses out of 298020 with flag 0/11315001
822.35/817.55	c cleaning 149998 clauses out of 300020 with flag 0/11466000
835.66/830.66	c cleaning 151000 clauses out of 302023 with flag 0/11618001
848.19/843.17	c cleaning 152001 clauses out of 304022 with flag 0/11771000
860.57/855.46	c cleaning 152999 clauses out of 306022 with flag 0/11925001
874.74/869.62	c cleaning 153998 clauses out of 308023 with flag 0/12080001
888.05/882.99	c cleaning 155001 clauses out of 310024 with flag 0/12236000
900.06/894.98	c cleaning 155998 clauses out of 312024 with flag 0/12393001
914.92/909.87	c cleaning 157005 clauses out of 314026 with flag 0/12551001
927.21/922.11	c cleaning 157996 clauses out of 316021 with flag 0/12710001
940.11/935.06	c cleaning 159001 clauses out of 318024 with flag 0/12870000
952.20/947.03	c cleaning 159997 clauses out of 320023 with flag 0/13031000
965.60/960.44	c cleaning 161001 clauses out of 322026 with flag 0/13193000
977.72/972.51	c cleaning 162002 clauses out of 324027 with flag 0/13356002
989.51/984.38	c cleaning 162997 clauses out of 326024 with flag 0/13520001
1001.34/996.11	c cleaning 164001 clauses out of 328027 with flag 0/13685001
1013.71/1008.27	c cleaning 165000 clauses out of 330025 with flag 0/13851000
1025.47/1019.95	c cleaning 166000 clauses out of 332026 with flag 0/14018001
1037.62/1032.02	c cleaning 167000 clauses out of 334025 with flag 0/14186000
1051.32/1045.74	c cleaning 168006 clauses out of 336026 with flag 0/14355001
1064.37/1058.65	c cleaning 169001 clauses out of 338019 with flag 0/14525000
1076.94/1071.13	c cleaning 169999 clauses out of 340019 with flag 0/14696001
1089.14/1083.35	c cleaning 171003 clauses out of 342020 with flag 0/14868001
1102.30/1096.36	c cleaning 172000 clauses out of 344017 with flag 0/15041001
1116.02/1109.94	c cleaning 172997 clauses out of 346017 with flag 0/15215001
1129.61/1123.32	c cleaning 174001 clauses out of 348020 with flag 0/15390001
1143.24/1136.81	c cleaning 174998 clauses out of 350019 with flag 0/15566001
1156.61/1150.15	c cleaning 176001 clauses out of 352021 with flag 0/15743001
1170.33/1163.83	c cleaning 177000 clauses out of 354020 with flag 0/15921001
1184.20/1177.75	c cleaning 177995 clauses out of 356020 with flag 0/16100001
1196.53/1190.08	c cleaning 178995 clauses out of 358024 with flag 0/16280000
1208.27/1201.82	c cleaning 180000 clauses out of 360029 with flag 0/16461000
1220.55/1214.16	c cleaning 181005 clauses out of 362030 with flag 0/16643001
1234.45/1228.00	c cleaning 182003 clauses out of 364025 with flag 0/16826001
1249.35/1242.71	c cleaning 182998 clauses out of 366021 with flag 0/17010000
1264.60/1257.93	c cleaning 184000 clauses out of 368024 with flag 0/17195001
1280.30/1273.67	c cleaning 184998 clauses out of 370024 with flag 0/17381001
1294.92/1287.95	c cleaning 186001 clauses out of 372025 with flag 0/17568000
1310.83/1303.94	c cleaning 187002 clauses out of 374025 with flag 0/17756001
1327.78/1321.02	c cleaning 188000 clauses out of 376023 with flag 0/17945001
1342.87/1336.19	c cleaning 189000 clauses out of 378022 with flag 0/18135000
1357.61/1350.95	c cleaning 190002 clauses out of 380023 with flag 0/18326001
1371.85/1365.19	c cleaning 190996 clauses out of 382021 with flag 0/18518001
1387.80/1381.19	c cleaning 192003 clauses out of 384024 with flag 0/18711000
1403.01/1396.31	c cleaning 193002 clauses out of 386021 with flag 0/18905000
1418.18/1411.55	c cleaning 193999 clauses out of 388020 with flag 0/19100001
1434.12/1427.50	c cleaning 194997 clauses out of 390021 with flag 0/19296001
1449.86/1443.30	c cleaning 195996 clauses out of 392024 with flag 0/19493001
1466.10/1459.68	c cleaning 197000 clauses out of 394028 with flag 0/19691001
1482.50/1475.96	c cleaning 198002 clauses out of 396028 with flag 0/19890001
1499.16/1492.45	c cleaning 199000 clauses out of 398026 with flag 0/20090001
1515.58/1508.82	c cleaning 199999 clauses out of 400026 with flag 0/20291001
1532.77/1526.08	c cleaning 201006 clauses out of 402028 with flag 0/20493002
1548.70/1541.90	c cleaning 201997 clauses out of 404020 with flag 0/20696000
1565.53/1558.79	c cleaning 203000 clauses out of 406023 with flag 0/20900000
1581.57/1574.70	c cleaning 204003 clauses out of 408025 with flag 0/21105002
1597.75/1590.78	c cleaning 204997 clauses out of 410021 with flag 0/21311001
1614.62/1607.58	c cleaning 206000 clauses out of 412023 with flag 0/21518000
1632.14/1624.91	c cleaning 206999 clauses out of 414023 with flag 0/21726000
1649.55/1642.39	c cleaning 208000 clauses out of 416025 with flag 0/21935001
1668.17/1661.00	c cleaning 208996 clauses out of 418024 with flag 0/22145000
1688.47/1681.35	c cleaning 210004 clauses out of 420029 with flag 0/22356001
1705.92/1698.89	c cleaning 211000 clauses out of 422024 with flag 0/22568000
1723.09/1716.04	c cleaning 212001 clauses out of 424025 with flag 0/22781001
1743.53/1736.44	c cleaning 213004 clauses out of 426024 with flag 0/22995001
1763.18/1755.95	c cleaning 214003 clauses out of 428020 with flag 0/23210001
1780.36/1773.09	c cleaning 214999 clauses out of 430016 with flag 0/23426000
1800.00/1792.74	c cleaning 216002 clauses out of 432017 with flag 0/23643000
1818.61/1811.22	c cleaning 217002 clauses out of 434016 with flag 0/23861001
1836.60/1829.12	c cleaning 217995 clauses out of 436014 with flag 0/24080001
1854.99/1847.58	c cleaning 219000 clauses out of 438019 with flag 0/24300001
1872.81/1865.30	c cleaning 219995 clauses out of 440018 with flag 0/24521000
1890.70/1883.27	c cleaning 220995 clauses out of 442024 with flag 0/24743001
1908.99/1901.60	c cleaning 222006 clauses out of 444029 with flag 0/24966001
1928.17/1920.75	c cleaning 223000 clauses out of 446022 with flag 0/25190000
1947.30/1939.84	c cleaning 223999 clauses out of 448023 with flag 0/25415001
1966.54/1959.07	c cleaning 225001 clauses out of 450023 with flag 0/25641000
1985.90/1978.40	c cleaning 226000 clauses out of 452023 with flag 0/25868001
2004.27/1996.84	c cleaning 227002 clauses out of 454023 with flag 0/26096001
2022.25/2014.93	c cleaning 227999 clauses out of 456021 with flag 0/26325001
2039.89/2032.63	c cleaning 228996 clauses out of 458022 with flag 0/26555001
2058.70/2051.54	c cleaning 230002 clauses out of 460025 with flag 0/26786000
2075.71/2068.61	c cleaning 230999 clauses out of 462024 with flag 0/27018001
2094.47/2087.46	c cleaning 231999 clauses out of 464025 with flag 0/27251001
2113.80/2106.87	c cleaning 233002 clauses out of 466025 with flag 0/27485000
2133.15/2126.22	c cleaning 233995 clauses out of 468023 with flag 0/27720000
2151.48/2144.60	c cleaning 235005 clauses out of 470028 with flag 0/27956000
2172.18/2165.37	c cleaning 236002 clauses out of 472024 with flag 0/28193001
2192.05/2185.22	c cleaning 236999 clauses out of 474021 with flag 0/28431000
2209.83/2203.08	c cleaning 237999 clauses out of 476023 with flag 0/28670001
2227.49/2220.78	c cleaning 238999 clauses out of 478023 with flag 0/28910000
2245.64/2238.99	c cleaning 240003 clauses out of 480024 with flag 0/29151000
2265.91/2259.28	c cleaning 240999 clauses out of 482021 with flag 0/29393000
2286.78/2280.20	c cleaning 242000 clauses out of 484023 with flag 0/29636001
2308.18/2301.60	c cleaning 243002 clauses out of 486023 with flag 0/29880001
2326.92/2320.28	c cleaning 243999 clauses out of 488020 with flag 0/30125000
2349.12/2342.34	c cleaning 244998 clauses out of 490021 with flag 0/30371000
2369.36/2362.59	c cleaning 246002 clauses out of 492024 with flag 0/30618001
2388.74/2381.74	c cleaning 246999 clauses out of 494021 with flag 0/30866000
2410.16/2403.16	c cleaning 247997 clauses out of 496023 with flag 0/31115001
2432.77/2425.73	c cleaning 249000 clauses out of 498025 with flag 0/31365000
2454.81/2447.77	c cleaning 250003 clauses out of 500026 with flag 0/31616001
2475.14/2468.03	c cleaning 251002 clauses out of 502023 with flag 0/31868001
2496.25/2489.15	c cleaning 251999 clauses out of 504021 with flag 0/32121001
2516.11/2508.95	c cleaning 253000 clauses out of 506022 with flag 0/32375001
2534.32/2527.12	c cleaning 254001 clauses out of 508022 with flag 0/32630001
2553.28/2546.17	c cleaning 255001 clauses out of 510021 with flag 0/32886001
2573.72/2566.58	c cleaning 256001 clauses out of 512019 with flag 0/33143000
2591.87/2584.70	c cleaning 256998 clauses out of 514019 with flag 0/33401001
2611.28/2604.11	c cleaning 257998 clauses out of 516020 with flag 0/33660000
2633.46/2626.17	c cleaning 258997 clauses out of 518022 with flag 0/33920000
2657.32/2650.03	c cleaning 260002 clauses out of 520025 with flag 0/34181000
2678.28/2671.09	c cleaning 261000 clauses out of 522023 with flag 0/34443000
2702.25/2695.10	c cleaning 261999 clauses out of 524023 with flag 0/34706000
2726.71/2719.51	c cleaning 262997 clauses out of 526024 with flag 0/34970000
2750.34/2743.15	c cleaning 264004 clauses out of 528028 with flag 0/35235001
2774.38/2767.17	c cleaning 264996 clauses out of 530024 with flag 0/35501001
2800.14/2793.00	c cleaning 266001 clauses out of 532028 with flag 0/35768001
2824.10/2816.89	c cleaning 267000 clauses out of 534026 with flag 0/36036000
2845.53/2838.22	c cleaning 267999 clauses out of 536027 with flag 0/36305001
2869.79/2862.44	c cleaning 268999 clauses out of 538028 with flag 0/36575001
2897.36/2889.96	c cleaning 270000 clauses out of 540029 with flag 0/36846001
2921.99/2914.51	c cleaning 270999 clauses out of 542028 with flag 0/37118000
2945.74/2938.28	c cleaning 272003 clauses out of 544030 with flag 0/37391001
2971.28/2963.58	c cleaning 272998 clauses out of 546027 with flag 0/37665001
2998.00/2990.26	c cleaning 274003 clauses out of 548029 with flag 0/37940001
3023.22/3015.39	c cleaning 275002 clauses out of 550025 with flag 0/38216000
3048.53/3040.56	c cleaning 276005 clauses out of 552024 with flag 0/38493001
3073.72/3065.43	c cleaning 276999 clauses out of 554019 with flag 0/38771001
3100.65/3092.30	c cleaning 278003 clauses out of 556019 with flag 0/39050000
3130.44/3122.02	c cleaning 279000 clauses out of 558016 with flag 0/39330000
3157.59/3149.05	c cleaning 279998 clauses out of 560017 with flag 0/39611001
3183.29/3174.68	c cleaning 280994 clauses out of 562018 with flag 0/39893000
3209.61/3200.80	c cleaning 281999 clauses out of 564024 with flag 0/40176000
3237.22/3228.29	c cleaning 283002 clauses out of 566026 with flag 0/40460001
3263.57/3254.55	c cleaning 284000 clauses out of 568023 with flag 0/40745000
3289.32/3280.25	c cleaning 284999 clauses out of 570023 with flag 0/41031000
3316.57/3307.44	c cleaning 285998 clauses out of 572024 with flag 0/41318000
3343.29/3334.05	c cleaning 287001 clauses out of 574026 with flag 0/41606000
3367.75/3358.45	c cleaning 287997 clauses out of 576026 with flag 0/41895001
3394.28/3384.94	c cleaning 289005 clauses out of 578029 with flag 0/42185001
3421.74/3412.38	c cleaning 290000 clauses out of 580024 with flag 0/42476001
3449.52/3440.03	c cleaning 290996 clauses out of 582024 with flag 0/42768001
3479.67/3470.17	c cleaning 292005 clauses out of 584027 with flag 0/43061000
3506.88/3497.12	c cleaning 292995 clauses out of 586022 with flag 0/43355000
3533.45/3523.77	c cleaning 294002 clauses out of 588028 with flag 0/43650001
3561.34/3551.60	c cleaning 295000 clauses out of 590026 with flag 0/43946001
3588.55/3578.60	c cleaning 295997 clauses out of 592025 with flag 0/44243000
3600.08/3590.02	c starts		: 1
3600.08/3590.02	c conflicts		: 44449423
3600.08/3590.02	c decisions		: 48913635
3600.08/3590.02	c propagations		: 487674989
3600.08/3590.02	c inspects		: 25512913753
3600.08/3590.02	c shortcuts		: 0
3600.08/3590.02	c learnt literals	: 0
3600.08/3590.02	c learnt binary clauses	: 0
3600.08/3590.02	c learnt ternary clauses	: 12
3600.08/3590.02	c learnt constraints	: 44449422
3600.08/3590.02	c ignored constraints	: 0
3600.08/3590.02	c root simplifications	: 0
3600.08/3590.02	c removed literals (reason simplification)	: 0
3600.08/3590.02	c reason swapping (by a shorter reason)	: 0
3600.08/3590.02	c Calls to reduceDB	: 293
3600.08/3590.02	c Number of update (reduction) of LBD	: 52331049
3600.08/3590.02	c Imported unit clauses	: 0
3600.08/3590.02	c No decision after first conflict	: false
3600.08/3590.02	c number of reductions to clauses (during analyze)	: 0
3600.08/3590.02	c number of learned constraints concerned by reduction	: 0
3600.08/3590.02	c number of learning phase by resolution	: 0
3600.08/3590.02	c number of learning phase by cutting planes	: 0
3600.08/3590.02	c number of rounding to 1 operations	: 0
3600.08/3590.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3590.02	c number of reductions of the coefficients by power 2 	: 0
3600.08/3590.02	c number of right shift for reduction by power 2 	: 0
3600.08/3590.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3590.02	c number of ending skipping 	: 0
3600.08/3590.02	c number of internal skipping 	: 0
3600.08/3590.02	c number of derivation steps 	: 442332376
3600.08/3590.02	c number of skipped derivation steps 	: 0
3600.08/3590.02	c number of remaining unassigned 	: 0
3600.08/3590.02	c number of remaining assigned 	: 0
3600.08/3590.02	c number of falsified literals weakened from reason	: 0
3600.08/3590.02	c number of falsified literals weakened from conflict	: 0
3600.08/3590.02	c time for arithmetic operations	: 0
3600.08/3590.02	c minimum degree of deleted constraints	: 1
3600.08/3590.02	c maximum degree of deleted constraints	: 1
3600.08/3590.02	c number of deleted constraints	: 43946972
3600.08/3590.02	c speed (assignments/second)	: 135848.29143278967
3600.08/3590.02	c non guided choices	: 10790
3600.08/3590.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 502450
3600.08/3590.08	s UNKNOWN
3600.08/3590.08	c Total wall clock time (in seconds): 3589.938

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

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-3,5-7,13,19,30-31,34,38-39,46,49,51,56
  3550 MHz: 23,28,40-43
  3600 MHz: 4,8-12,14-18,20-22,24-27,29,32-33,35-37,44-45,47-48,50,52-55,57-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (57467 MiB free)
  node 1: cores 8-15, 128973 MiB (46260 MiB free)
  node 2: cores 16-23, 129019 MiB (65167 MiB free)
  node 3: cores 24-31, 129003 MiB (127437 MiB free)
  node 4: cores 32-39, 129019 MiB (124921 MiB free)
  node 5: cores 40-47, 129019 MiB (100212 MiB free)
  node 6: cores 48-55, 129019 MiB (128189 MiB free)
  node 7: cores 56-63, 128474 MiB (127567 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=1378984, runsolver pid=1378969
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 1.00 1.75 5.94 6/913 1379084
/proc/meminfo: memFree=795898836/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=34900044 memory=48996 CPUtime=0.07 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 5692 0 0 0 6 1 0 0 20 0 19 0 304690302 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8725011 12249 6095 1 0 30967 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=34900044 memory=4033832746 CPUtime=0.04 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 2893 0 0 0 4 0 0 0 20 0 19 0 304690307 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=34900044 memory=224278104667 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 304690308 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=34900044 memory=19703 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 304690308 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=34900044 memory=22099 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 304690308 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=34900044 memory=22668 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 304690309 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=34900044 memory=28295 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 304690309 35737645056 12044 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 48996 KiB

[startup+0.212825 s]*
/proc/loadavg: 1.00 1.75 5.94 35/1110 1379326
/proc/meminfo: memFree=795715040/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35099736 memory=76624 CPUtime=0.4 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 8919 0 0 0 38 2 0 0 20 0 22 0 304690302 35942129664 18771 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8774934 19156 6226 1 0 39217 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35099736 memory=3472328299453313415 CPUtime=0.15 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 3258 0 0 0 15 0 0 0 20 0 22 0 304690307 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35099736 memory=19358 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35099736 memory=55182578942438 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35099736 memory=61783960453722 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35099736 memory=56286435869469 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 304690309 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35099736 memory=15815582234707237 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690309 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35099736 memory=54913 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690319 35942129664 18899 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 76624 KiB

[startup+0.3177 s]*
/proc/loadavg: 1.00 1.75 5.94 49/1139 1379365
/proc/meminfo: memFree=795155852/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35099736 memory=136348 CPUtime=0.72 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 12172 0 0 0 69 3 0 0 20 0 22 0 304690302 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8774934 34087 6228 1 0 81265 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35099736 memory=3184097923301336704 CPUtime=0.25 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 3281 0 0 0 24 1 0 0 20 0 22 0 304690307 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35099736 memory=57381602216779 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35099736 memory=52992162419763 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 304690308 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35099736 memory=58485459146153 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 304690309 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35099736 memory=14974455839484337 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690309 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35099736 memory=14411518787717688 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 304690319 35942129664 34017 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 136348 KiB

[startup+0.700291 s]
/proc/loadavg: 1.00 1.75 5.94 43/1129 1379380
/proc/meminfo: memFree=793552540/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=244664 CPUtime=1.82 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 13178 0 0 0 179 3 0 0 20 0 24 0 304690302 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 61166 6244 1 0 89439 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=3712 CPUtime=0.59 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 3332 0 0 0 58 1 0 0 20 0 24 0 304690307 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=491128 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=569872 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=194540 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=174264 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 304690309 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=4900 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690309 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=12008 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690319 36078452736 60954 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 244664 KiB

[startup+1.50032 s]
/proc/loadavg: 1.00 1.75 5.94 27/1118 1379416
/proc/meminfo: memFree=792213184/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=498380 CPUtime=3.22 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 14414 0 0 0 317 5 0 0 20 0 24 0 304690302 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 124595 6244 1 0 153628 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=3712 CPUtime=1.37 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 3615 0 0 0 134 3 0 0 20 0 24 0 304690307 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=4900 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=12008 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 304690309 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=174264 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690309 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=3948 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 304690319 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 498380 KiB

[startup+3.11333 s]
/proc/loadavg: 2.36 2.02 6.01 17/1111 1379424
/proc/meminfo: memFree=790691900/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=498504 CPUtime=4.87 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 17591 0 0 0 480 7 0 0 20 0 23 0 304690302 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 124626 6244 1 0 153635 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=2209 CPUtime=2.94 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 3967 0 0 0 289 5 0 0 20 0 23 0 304690307 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=498320 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=4900 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=498492 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 124462 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 498504 KiB

[startup+6.30018 s]

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

/proc/meminfo: memFree=689035264/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=4023164 CPUtime=3351.59 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 213358 0 0 0 333550 1609 0 0 20 0 23 0 304690302 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 1005791 6274 1 0 1028855 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=102852 CPUtime=3277.3 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 78184 0 0 0 326185 1545 0 0 20 0 23 0 304690307 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=-7234850810395125086 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=4023164 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=0 CPUtime=0.08 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 113 0 0 0 5 3 0 0 20 0 23 0 304690308 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=4023164 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 975 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=-7234850810395125086 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 1005725 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3351.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4023164 KiB

[startup+3402.3 s]
/proc/loadavg: 16.27 15.35 14.80 18/1196 1380781
/proc/meminfo: memFree=689303096/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=3957372 CPUtime=3411.81 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 213967 0 0 0 339550 1631 0 0 20 0 23 0 304690302 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 989343 6274 1 0 1012119 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=4023164 CPUtime=3336.3 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 78587 0 0 0 332063 1567 0 0 20 0 23 0 304690307 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=102852 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=3497340 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=3990268 CPUtime=0.08 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 114 0 0 0 5 3 0 0 20 0 23 0 304690308 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=3990268 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 995 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=3957372 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 989325 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3411.81 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3957372 KiB

[startup+3462.3 s]
/proc/loadavg: 15.17 15.23 14.80 18/1194 1380782
/proc/meminfo: memFree=690398960/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=3924476 CPUtime=3471.9 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 218082 0 0 0 345541 1649 0 0 20 0 23 0 304690302 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 981119 6274 1 0 1003751 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=102852 CPUtime=3395.39 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 80696 0 0 0 337955 1584 0 0 20 0 23 0 304690307 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=3497340 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0.09 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 115 0 0 0 6 3 0 0 20 0 23 0 304690308 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=3924476 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=3924476 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 1015 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 981085 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3471.9 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3924476 KiB

[startup+3522.3 s]
/proc/loadavg: 15.12 15.21 14.81 16/1194 1380938
/proc/meminfo: memFree=705175408/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=4713980 CPUtime=3532.07 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 219638 0 0 0 351535 1672 0 0 20 0 23 0 304690302 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 1178495 6274 1 0 1204583 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=5816 CPUtime=3454.43 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 81129 0 0 0 343838 1605 0 0 20 0 23 0 304690307 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=102852 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=5816 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=0 CPUtime=0.09 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 117 0 0 0 6 3 0 0 20 0 23 0 304690308 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=4900 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=4713980 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 1018 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 1178397 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3532.07 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4713980 KiB

[startup+3582.3 s]
/proc/loadavg: 15.15 15.18 14.83 14/1169 1380952
/proc/meminfo: memFree=703627092/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=4631740 CPUtime=3592.27 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 220616 0 0 0 357533 1694 0 0 20 0 23 0 304690302 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 1157935 6274 1 0 1183663 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=4900 CPUtime=3513.42 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 81625 0 0 0 349716 1626 0 0 20 0 23 0 304690307 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=12008 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=4631740 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=5816 CPUtime=0.09 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 119 0 0 0 6 3 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=10444 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=7589525522263072851 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 1019 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=15652 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3592.27 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4631740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590 s]*
/proc/loadavg: 15.36 15.23 14.85 16/1195 1381017
/proc/meminfo: memFree=707736520/1055320704 swapFree=33550076/33554428
[pid=1378984] ppid=1378969 vsize=35232864 memory=4631740 CPUtime=3600.08 cores=28-31
/proc/1378984/stat : 1378984 (java) S 1378969 1378984 1378801 0 -1 4194304 220735 0 0 0 358311 1697 0 0 20 0 23 0 304690302 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
/proc/1378984/statm: 8808216 1157935 6274 1 0 1183663 0
[pid=1378984/tid=1379023] ppid=1378969 vsize=35232864 memory=-7811030087721902942 CPUtime=3520.96 cores=28-31
/proc/1378984/task/1379023/stat : 1379023 (java) R 1378969 1378984 1378801 0 -1 4194368 81627 0 0 0 350467 1629 0 0 20 0 23 0 304690307 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379044] ppid=1378969 vsize=35232864 memory=-9114138388719827134 CPUtime=0 cores=28-31
/proc/1378984/task/1379044/stat : 1379044 (Referen..andler) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379045] ppid=1378969 vsize=35232864 memory=6773860 CPUtime=0 cores=28-31
/proc/1378984/task/1379045/stat : 1379045 (Finalizer) S 1378969 1378984 1378801 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379048] ppid=1378969 vsize=35232864 memory=5888 CPUtime=0.09 cores=28-31
/proc/1378984/task/1379048/stat : 1379048 (Monitor..Thread) S 1378969 1378984 1378801 0 -1 4194368 119 0 0 0 6 3 0 0 20 0 23 0 304690308 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379051] ppid=1378969 vsize=35232864 memory=7037632 CPUtime=0 cores=28-31
/proc/1378984/task/1379051/stat : 1379051 (Notific..Thread) S 1378969 1378984 1378801 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379052] ppid=1378969 vsize=35232864 memory=5780 CPUtime=0 cores=28-31
/proc/1378984/task/1379052/stat : 1379052 (Common-Cleaner) S 1378969 1378984 1378801 0 -1 4194368 1019 0 0 0 0 0 0 0 20 0 23 0 304690309 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
[pid=1378984/tid=1379269] ppid=1378969 vsize=35232864 memory=4235616 CPUtime=0 cores=28-31
/proc/1378984/task/1379269/stat : 1379269 (Timer-0) S 1378969 1378984 1378801 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 304690319 36078452736 1157901 18446744073709551615 93982186426368 93982186430064 140731385833760 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93982186437928 93982186438672 93982194286592 140731385841825 140731385842014 140731385842014 140731385847752 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4631740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.23 s, system=16.9814 s

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

Child status: 143

Real time (s): 3590.09
CPU time (s): 3600.21
CPU user time (s): 3583.23
CPU system time (s): 16.9814
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 9381408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.23
system time used= 16.9814
maximum resident set size= 9380888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4387100
involuntary context switches= 8737


# summary of solver processes directly reported to runsolver:
#   pid: 1378984
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3583.23
#   total CPU system time (s): 16.9814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7488 second user time and 39.1044 second system time

The end

Launcher Data

Begin job on nodeE007 at 2026-07-10 22:07:05
IDJOB=4838327
IDBENCH=159648
IDSOLVER=3674
FILE ID=nodeE007/4838327-1783714024
RUNJOBID= nodeE007-1783714024-1378818
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-n226-d3-i2-f.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-4838327-1783714024/watcher-4838327-1783714024 -o /tmp/evaluation-result-4838327-1783714024/solver-4838327-1783714024 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4838327-1783714024/vars-4838327-1783714024 --bin-var /tmp/runsolver-exch-nodeE007-1783714024-1378818 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4838327-1783714024 -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4838327-1783714024.opb

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

MD5SUM BENCH= 27eb895219022906179f5787f6bd1fb2
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		: 3588.490
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		: 3598.150
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		: 3605.223
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		: 3598.813
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		: 3591.000
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		: 3590.298
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		: 3594.752
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3587.829
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3588.441
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		: 3576.231
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		: 3581.470
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		: 3579.955
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		: 3579.044
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		: 3578.752
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		: 3589.297
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		: 3583.231
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		: 3583.050
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		: 3592.959
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		: 3591.732
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		: 3594.300
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3576.258
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		: 3568.053
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3576.076
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		: 3572.439
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		: 3569.386
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		: 3562.998
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		: 3566.399
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		: 3586.862
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		: 3594.023
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		: 3579.704
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3564.090
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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.113
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		: 3566.087
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3593.721
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		: 3587.932
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		: 3595.310
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		: 3594.729
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3606.316
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		: 3613.734
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.193
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		: 3590.946
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		: 3593.733
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		: 3592.742
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		: 3588.850
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		: 3575.194
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		: 3576.250
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		: 3576.214
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		: 3575.794
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:        795840440 kB
MemAvailable:   1046098048 kB
Buffers:            1060 kB
Cached:         253487664 kB
SwapCached:          264 kB
Active:         11257300 kB
Inactive:       242384960 kB
Active(anon):     668644 kB
Inactive(anon):   434500 kB
Active(file):   10588656 kB
Inactive(file): 241950460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33550076 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2660 kB
Writeback:             0 kB
AnonPages:        156600 kB
Mapped:           160380 kB
Shmem:            949608 kB
KReclaimable:    3404808 kB
Slab:            4051412 kB
SReclaimable:    3404808 kB
SUnreclaim:       646604 kB
KernelStack:       13952 kB
PageTables:         4420 kB
SecPageTables:     15396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129532360 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478580 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= 801016 MiB
End job on nodeE007 at 2026-07-10 23:06:55