Trace number 4804954

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)1 3600.26 3595.37

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_081.opb
MD5SUM611299ccacc37c81c40590d3da87e00e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.039198
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables324
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 81
Biggest coefficient in the objective function 81
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 3321
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 81
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 3321
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.02/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.13	c See www.sat4j.org for details.
0.02/0.13	c version PB26fixedPrime.v20260610
0.02/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.02/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.02/0.14	c java.vm.version	26.0.1+8-34
0.02/0.14	c java.vm.vendor	Oracle Corporation
0.02/0.14	c sun.arch.data.model	64
0.02/0.14	c java.version		26.0.1
0.02/0.14	c os.name		Linux
0.02/0.14	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.02/0.14	c os.arch		amd64
0.02/0.14	c Free memory 		30334720
0.02/0.14	c Max memory 		32178700288
0.02/0.14	c Total memory 		33554432
0.02/0.14	c Number of processors 	4
0.02/0.17	c Pseudo Boolean Optimization by upper bound
0.02/0.17	c --- Begin Solver configuration ---
0.02/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.02/0.17	c Learn all clauses as in MiniSAT
0.02/0.17	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.17	c Expensive reason simplification
0.02/0.17	c Glucose 2.1 dynamic restart strategy
0.02/0.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.02/0.17	c timeout=2147483s
0.02/0.17	c DB Simplification allowed=false
0.02/0.17	c Listener: none
0.02/0.17	c --- End Solver configuration ---
0.02/0.17	c solving HOME/instance-4804954-1782813877.opb
0.02/0.17	c reading problem ... 
0.02/0.17	c  objective function found
0.02/0.18	c ... done. Wall clock time 0.012s.
0.02/0.18	c declared #vars     324
0.02/0.18	c #constraints  162
0.02/0.18	c constraints type 
0.02/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 162
0.02/0.18	c 162 constraints processed.
0.02/0.19	c objective function length is 81 literals
0.02/0.20	c SATISFIABLE
0.02/0.20	c OPTIMIZING...
0.02/0.21	c Got one! Elapsed wall clock time (in seconds):0.036
0.02/0.21	o 36
0.02/0.22	c Got one! Elapsed wall clock time (in seconds):0.048
0.02/0.22	o 1
0.58/0.37	c cleaning 2733 clauses out of 5471 with flag 25781/5471
0.87/0.50	c cleaning 4364 clauses out of 8738 with flag 61276/11471
1.27/0.62	c cleaning 5678 clauses out of 11374 with flag 101877/18471
1.41/0.76	c cleaning 6845 clauses out of 13697 with flag 151777/26472
1.66/0.93	c cleaning 7921 clauses out of 15851 with flag 212335/35471
1.77/1.10	c cleaning 8958 clauses out of 17931 with flag 273706/45472
2.20/1.33	c cleaning 9983 clauses out of 19973 with flag 343977/56472
2.50/1.67	c cleaning 10983 clauses out of 21990 with flag 433541/68472
2.79/1.98	c cleaning 11996 clauses out of 24006 with flag 530860/81471
3.20/2.33	c cleaning 12995 clauses out of 26011 with flag 638150/95472
3.60/2.71	c cleaning 13994 clauses out of 28017 with flag 745864/110473
3.91/3.10	c cleaning 15003 clauses out of 30022 with flag 861991/126472
4.32/3.44	c cleaning 16003 clauses out of 32018 with flag 973447/143471
4.74/3.82	c cleaning 16992 clauses out of 34015 with flag 1085039/161471
5.14/4.26	c cleaning 18006 clauses out of 36023 with flag 1202489/180471
5.84/4.90	c cleaning 19004 clauses out of 38018 with flag 1339029/200472
6.54/5.67	c cleaning 19996 clauses out of 40014 with flag 1498325/221472
7.15/6.21	c cleaning 21001 clauses out of 42018 with flag 1649152/243472
7.74/6.80	c cleaning 21988 clauses out of 44016 with flag 1802279/266471
8.45/7.59	c cleaning 23001 clauses out of 46028 with flag 1994001/290471
9.14/8.27	c cleaning 24006 clauses out of 48027 with flag 2168558/315471
10.15/9.28	c cleaning 24999 clauses out of 50026 with flag 2338587/341476
10.99/10.08	c cleaning 26003 clauses out of 52026 with flag 2512254/368475
11.88/10.95	c cleaning 26993 clauses out of 54019 with flag 2702427/396471
12.77/11.85	c cleaning 28001 clauses out of 56026 with flag 2896753/425471
13.99/13.06	c cleaning 29008 clauses out of 58025 with flag 3149309/455471
15.30/14.35	c cleaning 29995 clauses out of 60019 with flag 3375584/486473
16.41/15.42	c cleaning 30998 clauses out of 62022 with flag 3585577/518471
17.41/16.43	c cleaning 32002 clauses out of 64024 with flag 3801631/551471
18.45/17.43	c cleaning 33006 clauses out of 66024 with flag 4019734/585473
19.55/18.56	c cleaning 34002 clauses out of 68016 with flag 4254926/620471
20.66/19.64	c cleaning 34989 clauses out of 70016 with flag 4492228/656473
21.89/20.87	c cleaning 35997 clauses out of 72025 with flag 4758472/693471
23.10/22.09	c cleaning 37005 clauses out of 74028 with flag 5010397/731471
24.49/23.41	c cleaning 37997 clauses out of 76023 with flag 5274339/770471
26.00/24.94	c cleaning 39001 clauses out of 78026 with flag 5578040/810471
27.40/26.37	c cleaning 40000 clauses out of 80025 with flag 5847965/851471
28.92/27.81	c cleaning 41002 clauses out of 82025 with flag 6125182/893471
30.42/29.38	c cleaning 41995 clauses out of 84024 with flag 6415561/936472
32.24/31.14	c cleaning 43008 clauses out of 86030 with flag 6732822/980473
34.35/33.23	c cleaning 43997 clauses out of 88020 with flag 7081381/1025471
36.26/35.17	c cleaning 45000 clauses out of 90023 with flag 7432956/1071471
38.06/36.90	c cleaning 45984 clauses out of 92023 with flag 7751460/1118471
39.96/38.80	c cleaning 47010 clauses out of 94040 with flag 8098404/1166472
42.38/41.27	c cleaning 48002 clauses out of 96030 with flag 8478058/1215472
44.50/43.32	c cleaning 49007 clauses out of 98029 with flag 8842754/1265473
46.73/45.58	c cleaning 50000 clauses out of 100021 with flag 9219334/1316472
48.84/47.68	c cleaning 50994 clauses out of 102020 with flag 9580404/1368471
51.14/49.91	c cleaning 52001 clauses out of 104026 with flag 9970711/1421471
53.53/52.34	c cleaning 53003 clauses out of 106025 with flag 10387886/1475471
56.08/54.85	c cleaning 53999 clauses out of 108024 with flag 10784494/1530473
58.68/57.41	c cleaning 55002 clauses out of 110024 with flag 11184564/1586472
61.17/60.00	c cleaning 56002 clauses out of 112021 with flag 11602132/1643471
63.76/62.56	c cleaning 56997 clauses out of 114019 with flag 12014269/1701471
66.56/65.31	c cleaning 58005 clauses out of 116023 with flag 12439450/1760472
69.27/68.09	c cleaning 58991 clauses out of 118017 with flag 12882115/1820471
72.55/71.35	c cleaning 60003 clauses out of 120029 with flag 13358831/1881474
76.26/75.02	c cleaning 61000 clauses out of 122025 with flag 13855596/1943473
79.25/78.05	c cleaning 62008 clauses out of 124024 with flag 14320194/2006472
82.35/81.12	c cleaning 62995 clauses out of 126016 with flag 14785493/2070472
85.38/84.16	c cleaning 64002 clauses out of 128021 with flag 15250328/2135472
88.78/87.54	c cleaning 64999 clauses out of 130018 with flag 15748938/2201471
92.08/90.83	c cleaning 65997 clauses out of 132020 with flag 16232976/2268472
95.49/94.22	c cleaning 67001 clauses out of 134022 with flag 16724697/2336471
98.90/97.61	c cleaning 67999 clauses out of 136021 with flag 17246859/2405471
103.61/102.38	c cleaning 69002 clauses out of 138022 with flag 17834844/2475471
107.43/106.15	c cleaning 70005 clauses out of 140020 with flag 18416668/2546471
111.17/109.85	c cleaning 71003 clauses out of 142015 with flag 18974052/2618471
115.08/113.74	c cleaning 71997 clauses out of 144012 with flag 19538361/2691471
118.87/117.50	c cleaning 72994 clauses out of 146016 with flag 20094771/2765472
122.78/121.48	c cleaning 73998 clauses out of 148022 with flag 20663614/2840472
126.68/125.35	c cleaning 74996 clauses out of 150023 with flag 21238458/2916471
131.09/129.76	c cleaning 76005 clauses out of 152029 with flag 21813603/2993473
135.41/134.01	c cleaning 76998 clauses out of 154023 with flag 22407636/3071472
139.61/138.23	c cleaning 78003 clauses out of 156024 with flag 23012865/3150471
144.05/142.63	c cleaning 78999 clauses out of 158022 with flag 23646946/3230472
148.46/147.03	c cleaning 79995 clauses out of 160022 with flag 24302693/3311471
153.34/151.97	c cleaning 80996 clauses out of 162027 with flag 24957456/3393471
158.14/156.75	c cleaning 82008 clauses out of 164033 with flag 25593630/3476473
162.64/161.27	c cleaning 83004 clauses out of 166025 with flag 26227969/3560473
167.56/166.14	c cleaning 83993 clauses out of 168020 with flag 26872692/3645472
172.35/170.92	c cleaning 84999 clauses out of 170026 with flag 27538313/3731471
177.65/176.28	c cleaning 86009 clauses out of 172028 with flag 28239101/3818472
183.06/181.69	c cleaning 87002 clauses out of 174018 with flag 28939112/3906471
188.21/186.71	c cleaning 87998 clauses out of 176018 with flag 29657689/3995473
194.03/192.52	c cleaning 89005 clauses out of 178018 with flag 30349563/4085471
199.55/198.07	c cleaning 89992 clauses out of 180014 with flag 31045586/4176472
204.95/203.47	c cleaning 90999 clauses out of 182022 with flag 31728128/4268472
211.56/210.09	c cleaning 91999 clauses out of 184022 with flag 32476997/4361471
217.47/215.99	c cleaning 93006 clauses out of 186025 with flag 33221749/4455473
224.20/222.62	c cleaning 94002 clauses out of 188017 with flag 33971285/4550471
229.90/228.36	c cleaning 94991 clauses out of 190015 with flag 34733996/4646471
235.89/234.33	c cleaning 96001 clauses out of 192024 with flag 35512909/4743471
242.08/240.56	c cleaning 97004 clauses out of 194023 with flag 36299146/4841471
248.68/247.17	c cleaning 97996 clauses out of 196019 with flag 37105184/4940471
255.28/253.75	c cleaning 99006 clauses out of 198023 with flag 37891250/5040471
261.65/260.08	c cleaning 100001 clauses out of 200017 with flag 38651046/5141471
268.46/266.82	c cleaning 101000 clauses out of 202016 with flag 39453022/5243471
275.16/273.50	c cleaning 102003 clauses out of 204017 with flag 40254237/5346472
281.84/280.29	c cleaning 102995 clauses out of 206015 with flag 41115427/5450473
288.76/287.16	c cleaning 103997 clauses out of 208018 with flag 41928522/5555471
295.55/293.93	c cleaning 104998 clauses out of 210021 with flag 42763170/5661471
302.81/301.11	c cleaning 105998 clauses out of 212023 with flag 43621881/5768471
310.12/308.41	c cleaning 107004 clauses out of 214026 with flag 44506452/5876472
317.21/315.51	c cleaning 108000 clauses out of 216021 with flag 45367731/5985471
325.41/323.76	c cleaning 108996 clauses out of 218021 with flag 46276754/6095471
334.27/332.57	c cleaning 109995 clauses out of 220025 with flag 47232441/6206471
341.48/339.79	c cleaning 111007 clauses out of 222031 with flag 48099027/6318472
348.97/347.26	c cleaning 112001 clauses out of 224023 with flag 48990310/6431471
356.55/354.81	c cleaning 112997 clauses out of 226024 with flag 49877186/6545473
364.67/362.93	c cleaning 113999 clauses out of 228025 with flag 50820913/6660471
372.18/370.42	c cleaning 115002 clauses out of 230026 with flag 51692891/6776471
380.35/378.52	c cleaning 116007 clauses out of 232026 with flag 52607751/6893473
389.64/387.83	c cleaning 116999 clauses out of 234018 with flag 53612174/7011472
398.85/397.08	c cleaning 117994 clauses out of 236018 with flag 54558798/7130471
407.10/405.28	c cleaning 119003 clauses out of 238024 with flag 55534119/7250471
416.49/414.64	c cleaning 119998 clauses out of 240021 with flag 56553806/7371471
425.21/423.31	c cleaning 120999 clauses out of 242023 with flag 57491738/7493471
434.03/432.14	c cleaning 122004 clauses out of 244025 with flag 58460486/7616472
442.78/440.89	c cleaning 122996 clauses out of 246021 with flag 59413209/7740472
451.78/449.86	c cleaning 124009 clauses out of 248024 with flag 60426806/7865471
460.90/458.90	c cleaning 125001 clauses out of 250018 with flag 61429735/7991474
470.21/468.28	c cleaning 125991 clauses out of 252014 with flag 62434221/8118471
479.80/477.71	c cleaning 126999 clauses out of 254023 with flag 63415899/8246471
490.20/488.12	c cleaning 128001 clauses out of 256024 with flag 64467145/8375471
500.75/498.70	c cleaning 129002 clauses out of 258024 with flag 65586898/8505472
510.55/508.59	c cleaning 129992 clauses out of 260021 with flag 66674947/8636471
521.53/519.42	c cleaning 131001 clauses out of 262029 with flag 67744484/8768471
533.13/531.04	c cleaning 132003 clauses out of 264028 with flag 68875621/8901471
543.82/541.78	c cleaning 133006 clauses out of 266027 with flag 69972649/9035473
554.71/552.57	c cleaning 134004 clauses out of 268021 with flag 71055042/9170473
564.90/562.79	c cleaning 135000 clauses out of 270015 with flag 72102763/9306471
576.10/574.00	c cleaning 135995 clauses out of 272017 with flag 73209225/9443473
589.22/587.10	c cleaning 137004 clauses out of 274020 with flag 74398413/9581471
601.37/599.17	c cleaning 137996 clauses out of 276016 with flag 75589604/9720471
612.98/610.76	c cleaning 139005 clauses out of 278020 with flag 76738821/9860471
624.58/622.39	c cleaning 139995 clauses out of 280017 with flag 77926347/10001473
637.78/635.46	c cleaning 140997 clauses out of 282020 with flag 79061861/10143471
650.69/648.30	c cleaning 142002 clauses out of 284023 with flag 80236956/10286471
662.28/659.91	c cleaning 142998 clauses out of 286021 with flag 81408725/10430471
674.07/671.77	c cleaning 144003 clauses out of 288023 with flag 82586037/10575471
687.57/685.20	c cleaning 145004 clauses out of 290022 with flag 83830183/10721473
699.93/697.55	c cleaning 145993 clauses out of 292017 with flag 85017113/10868472
712.82/710.47	c cleaning 147000 clauses out of 294023 with flag 86218741/11016471
726.20/723.87	c cleaning 148003 clauses out of 296023 with flag 87470247/11165471
740.31/738.00	c cleaning 149001 clauses out of 298020 with flag 88715192/11315471
753.99/751.58	c cleaning 149998 clauses out of 300019 with flag 90000235/11466471
766.95/764.58	c cleaning 151005 clauses out of 302022 with flag 91213637/11618472
780.81/778.44	c cleaning 151999 clauses out of 304018 with flag 92437579/11771473
794.99/792.68	c cleaning 153002 clauses out of 306020 with flag 93705272/11925474
808.40/806.04	c cleaning 154005 clauses out of 308015 with flag 94934593/12080471
822.28/819.95	c cleaning 155000 clauses out of 310011 with flag 96198023/12236472
836.67/834.22	c cleaning 155998 clauses out of 312012 with flag 97481241/12393473
850.58/848.18	c cleaning 156997 clauses out of 314012 with flag 98757800/12551471
865.86/863.45	c cleaning 157999 clauses out of 316015 with flag 100094138/12710471
879.86/877.46	c cleaning 158999 clauses out of 318016 with flag 101396802/12870471
895.14/892.63	c cleaning 159995 clauses out of 320022 with flag 102739471/13031476
909.94/907.41	c cleaning 161001 clauses out of 322022 with flag 104055400/13193471
925.01/922.57	c cleaning 162003 clauses out of 324021 with flag 105384573/13356471
939.77/937.36	c cleaning 162996 clauses out of 326018 with flag 106700310/13520471
955.82/953.49	c cleaning 164001 clauses out of 328022 with flag 108055524/13685471
971.27/968.95	c cleaning 164999 clauses out of 330022 with flag 109384371/13851472
986.83/984.57	c cleaning 166003 clauses out of 332022 with flag 110760381/14018471
1003.40/1001.18	c cleaning 167003 clauses out of 334020 with flag 112132163/14186472
1024.28/1022.06	c cleaning 167999 clauses out of 336017 with flag 113579286/14355472
1041.34/1039.09	c cleaning 168995 clauses out of 338017 with flag 115011206/14525471
1058.30/1056.06	c cleaning 169988 clauses out of 340022 with flag 116450244/14696471
1076.64/1074.40	c cleaning 171007 clauses out of 342034 with flag 117993030/14868471
1092.97/1090.79	c cleaning 172006 clauses out of 344027 with flag 119401308/15041471
1109.49/1107.27	c cleaning 173001 clauses out of 346023 with flag 120794309/15215473
1125.98/1123.66	c cleaning 174000 clauses out of 348021 with flag 122209345/15390472
1143.76/1141.40	c cleaning 174997 clauses out of 350020 with flag 123649290/15566471
1160.95/1158.62	c cleaning 176003 clauses out of 352026 with flag 125116092/15743474
1179.06/1176.60	c cleaning 176995 clauses out of 354020 with flag 126630213/15921471
1196.36/1194.00	c cleaning 178001 clauses out of 356028 with flag 128178008/16100474
1213.49/1211.11	c cleaning 179005 clauses out of 358025 with flag 129638847/16280472
1232.16/1229.63	c cleaning 179997 clauses out of 360022 with flag 131121244/16461474
1250.43/1248.00	c cleaning 181001 clauses out of 362022 with flag 132642831/16643471
1269.02/1266.51	c cleaning 181999 clauses out of 364021 with flag 134103010/16826471
1288.32/1285.82	c cleaning 183004 clauses out of 366023 with flag 135679767/17010472
1309.53/1306.98	c cleaning 183996 clauses out of 368019 with flag 137262255/17195472
1328.11/1325.55	c cleaning 184999 clauses out of 370024 with flag 138785267/17381473
1346.30/1343.78	c cleaning 186006 clauses out of 372023 with flag 140288143/17568471
1365.30/1362.72	c cleaning 187011 clauses out of 374021 with flag 141840268/17756475
1384.61/1382.00	c cleaning 187995 clauses out of 376008 with flag 143369057/17945473
1404.37/1401.71	c cleaning 188998 clauses out of 378012 with flag 144925804/18135472
1423.27/1420.62	c cleaning 189997 clauses out of 380013 with flag 146443631/18326471
1443.55/1440.90	c cleaning 191003 clauses out of 382019 with flag 148059953/18518474
1463.57/1460.83	c cleaning 191987 clauses out of 384013 with flag 149661013/18711471
1483.77/1481.07	c cleaning 193007 clauses out of 386026 with flag 151261307/18905471
1504.86/1502.18	c cleaning 193996 clauses out of 388019 with flag 152906946/19100471
1526.67/1523.88	c cleaning 195000 clauses out of 390025 with flag 154601514/19296473
1549.65/1546.84	c cleaning 196010 clauses out of 392023 with flag 156264365/19493471
1570.25/1567.42	c cleaning 196999 clauses out of 394015 with flag 157883186/19691473
1590.69/1587.75	c cleaning 198000 clauses out of 396014 with flag 159532803/19890471
1612.64/1609.71	c cleaning 199000 clauses out of 398014 with flag 161161083/20090471
1634.83/1631.96	c cleaning 199995 clauses out of 400014 with flag 162848614/20291471
1657.91/1655.02	c cleaning 201003 clauses out of 402021 with flag 164567181/20493473
1680.16/1677.26	c cleaning 201997 clauses out of 404016 with flag 166203617/20696471
1703.53/1700.63	c cleaning 203000 clauses out of 406020 with flag 167994442/20900472
1727.63/1724.72	c cleaning 203998 clauses out of 408021 with flag 169746611/21105473
1752.82/1749.83	c cleaning 205000 clauses out of 410022 with flag 171557449/21311472
1774.93/1771.97	c cleaning 206001 clauses out of 412022 with flag 173267210/21518472
1796.96/1793.82	c cleaning 206997 clauses out of 414020 with flag 174968813/21726471
1818.96/1815.88	c cleaning 208002 clauses out of 416023 with flag 176699672/21935471
1842.44/1839.32	c cleaning 209005 clauses out of 418023 with flag 178470075/22145473
1866.18/1862.96	c cleaning 210002 clauses out of 420016 with flag 180185275/22356471
1890.39/1887.15	c cleaning 210990 clauses out of 422014 with flag 181967564/22568471
1913.47/1910.24	c cleaning 212002 clauses out of 424025 with flag 183707602/22781472
1937.41/1934.07	c cleaning 212997 clauses out of 426024 with flag 185477112/22995473
1962.59/1959.21	c cleaning 214004 clauses out of 428025 with flag 187217509/23210471
1986.86/1983.53	c cleaning 214999 clauses out of 430022 with flag 189039620/23426472
2011.81/2008.33	c cleaning 215998 clauses out of 432023 with flag 190882556/23643472
2037.29/2033.88	c cleaning 217005 clauses out of 434025 with flag 192769256/23861472
2062.30/2058.82	c cleaning 218003 clauses out of 436019 with flag 194561346/24080471
2088.03/2084.41	c cleaning 218999 clauses out of 438016 with flag 196376434/24300471
2113.64/2110.04	c cleaning 219996 clauses out of 440017 with flag 198283051/24521471
2140.01/2136.43	c cleaning 221001 clauses out of 442022 with flag 200122886/24743472
2167.03/2163.32	c cleaning 222000 clauses out of 444022 with flag 202053780/24966473
2193.52/2189.81	c cleaning 222999 clauses out of 446021 with flag 203943732/25190472
2220.99/2217.33	c cleaning 224002 clauses out of 448021 with flag 205958517/25415471
2247.21/2243.42	c cleaning 225003 clauses out of 450020 with flag 207831580/25641472
2274.57/2270.85	c cleaning 225998 clauses out of 452018 with flag 209800356/25868473
2302.54/2298.89	c cleaning 227002 clauses out of 454019 with flag 211815162/26096472
2329.34/2325.60	c cleaning 228000 clauses out of 456018 with flag 213760720/26325473
2356.33/2352.58	c cleaning 229001 clauses out of 458018 with flag 215792103/26555473
2384.08/2380.30	c cleaning 229996 clauses out of 460016 with flag 217763784/26786472
2412.35/2408.64	c cleaning 231000 clauses out of 462020 with flag 219739201/27018472
2440.68/2436.86	c cleaning 232000 clauses out of 464020 with flag 221685457/27251472
2469.73/2465.94	c cleaning 233002 clauses out of 466021 with flag 223706181/27485473
2498.82/2495.07	c cleaning 234001 clauses out of 468019 with flag 225690444/27720473
2529.05/2525.17	c cleaning 234992 clauses out of 470016 with flag 227692855/27956471
2559.02/2555.15	c cleaning 236001 clauses out of 472024 with flag 229687661/28193471
2589.01/2585.13	c cleaning 237000 clauses out of 474024 with flag 231772015/28431472
2618.35/2614.35	c cleaning 238003 clauses out of 476024 with flag 233793694/28670472
2651.75/2647.72	c cleaning 239005 clauses out of 478020 with flag 235971772/28910471
2680.91/2676.96	c cleaning 240005 clauses out of 480017 with flag 238008828/29151473
2711.64/2707.55	c cleaning 240996 clauses out of 482010 with flag 240126396/29393471
2746.50/2742.45	c cleaning 242003 clauses out of 484014 with flag 242416494/29636471
2778.18/2774.15	c cleaning 242998 clauses out of 486011 with flag 244498735/29880471
2808.18/2804.11	c cleaning 243998 clauses out of 488013 with flag 246540708/30125471
2839.83/2835.75	c cleaning 244997 clauses out of 490015 with flag 248617993/30371471
2871.61/2867.52	c cleaning 246002 clauses out of 492019 with flag 250791022/30618472
2904.79/2900.73	c cleaning 247001 clauses out of 494016 with flag 252931795/30866471
2935.85/2931.74	c cleaning 247997 clauses out of 496015 with flag 255035963/31115471
2967.26/2963.12	c cleaning 249000 clauses out of 498018 with flag 257165089/31365471
2999.33/2995.20	c cleaning 249997 clauses out of 500018 with flag 259301094/31616471
3033.06/3028.84	c cleaning 251005 clauses out of 502023 with flag 261484763/31868473
3064.16/3059.93	c cleaning 252000 clauses out of 504018 with flag 263618741/32121473
3097.53/3093.30	c cleaning 252995 clauses out of 506017 with flag 265865865/32375472
3131.99/3127.65	c cleaning 254004 clauses out of 508022 with flag 268072020/32630472
3164.90/3160.51	c cleaning 255001 clauses out of 510018 with flag 270220760/32886472
3198.67/3194.36	c cleaning 255992 clauses out of 512016 with flag 272464552/33143471
3232.20/3227.76	c cleaning 257005 clauses out of 514024 with flag 274627932/33401471
3265.67/3261.25	c cleaning 257998 clauses out of 516019 with flag 276883916/33660471
3303.24/3298.83	c cleaning 259004 clauses out of 518022 with flag 279205678/33920472
3338.30/3333.74	c cleaning 259994 clauses out of 520017 with flag 281525478/34181471
3373.11/3368.51	c cleaning 260999 clauses out of 522024 with flag 283781527/34443472
3406.01/3401.40	c cleaning 262005 clauses out of 524025 with flag 286067960/34706472
3440.96/3436.29	c cleaning 263004 clauses out of 526019 with flag 288330613/34970471
3476.85/3472.12	c cleaning 264000 clauses out of 528015 with flag 290620927/35235471
3513.48/3508.84	c cleaning 265002 clauses out of 530015 with flag 292905009/35501471
3549.24/3544.68	c cleaning 265994 clauses out of 532014 with flag 295190796/35768472
3584.71/3579.91	c cleaning 266998 clauses out of 534019 with flag 297452878/36036471
3600.08/3595.30	c starts		: 41443
3600.08/3595.31	c conflicts		: 36165272
3600.08/3595.31	c decisions		: 44992231
3600.08/3595.31	c propagations		: 704366590
3600.08/3595.31	c inspects		: 96805058812
3600.08/3595.31	c shortcuts		: 0
3600.08/3595.31	c learnt literals	: 0
3600.08/3595.31	c learnt binary clauses	: 0
3600.08/3595.31	c learnt ternary clauses	: 0
3600.08/3595.31	c learnt constraints	: 36165272
3600.08/3595.31	c ignored constraints	: 0
3600.08/3595.31	c root simplifications	: 0
3600.08/3595.31	c removed literals (reason simplification)	: 70313667
3600.08/3595.31	c reason swapping (by a shorter reason)	: 0
3600.08/3595.31	c Calls to reduceDB	: 264
3600.08/3595.31	c Number of update (reduction) of LBD	: 10105946
3600.08/3595.31	c Imported unit clauses	: 0
3600.08/3595.31	c No decision after first conflict	: false
3600.08/3595.31	c number of reductions to clauses (during analyze)	: 0
3600.08/3595.31	c number of learned constraints concerned by reduction	: 0
3600.08/3595.31	c number of learning phase by resolution	: 0
3600.08/3595.31	c number of learning phase by cutting planes	: 0
3600.08/3595.31	c number of rounding to 1 operations	: 0
3600.08/3595.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3595.31	c number of reductions of the coefficients by power 2 	: 0
3600.08/3595.31	c number of right shift for reduction by power 2 	: 0
3600.08/3595.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3595.31	c number of ending skipping 	: 0
3600.08/3595.31	c number of internal skipping 	: 0
3600.08/3595.31	c number of derivation steps 	: 0
3600.08/3595.31	c number of skipped derivation steps 	: 0
3600.08/3595.31	c number of remaining unassigned 	: 0
3600.08/3595.31	c number of remaining assigned 	: 0
3600.08/3595.31	c number of falsified literals weakened from reason	: 0
3600.08/3595.31	c number of falsified literals weakened from conflict	: 0
3600.08/3595.31	c time for arithmetic operations	: 0
3600.08/3595.31	c minimum degree of deleted constraints	: null
3600.08/3595.31	c maximum degree of deleted constraints	: null
3600.08/3595.31	c number of deleted constraints	: 0
3600.08/3595.31	c speed (assignments/second)	: 195923.07957624758
3600.08/3595.31	c non guided choices	: 73455
3600.08/3595.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 395822
3600.08/3595.36	s SATISFIABLE
3600.08/3595.36	c Found 2 solution(s)
3600.08/3595.36	v -x1 -x2 -x3 -x4 x5 x6 -x7 -x8 x9 -x10 x11 x12 -x13 -x14 x15 x16 -x17 x18 x19 -x20 -x21 x22 x23 -x24 -x25 -x26 -x27 x28 x29 x30 x31 -x32 -x33 -x34 x35 x36 -x37 -x38 x39 x40 x41 -x42 -x43 x44 x45 -x46 x47 -x48 -x49 -x50 x51 x52 x53 -x54 x55 x56 -x57 -x58 -x59 -x60 x61 x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 -x71 -x72 x73 x74 x75 -x76 x77 x78 x79 -x80 -x81 x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 x91 x92 -x93 x94 x95 x96 x97 -x98 -x99 x100 -x101 x102 x103 x104 -x105 -x106 x107 x108 -x109 x110 -x111 x112 x113 -x114 x115 x116 x117 -x118 x119 x120 x121 -x122 x123 x124 -x125 x126 x127 x128 x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 x138 -x139 x140 -x141 -x142 x143 x144 x145 -x146 -x147 -x148 x149 x150 x151 -x152 -x153 x154 x155 -x156 x157 x158 -x159 x160 x161 x162 -x163 -x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 -x184 x185 x186 -x187 x188 x189 x190 -x191 -x192 -x193 x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 
3600.08/3595.36	c objective function=1
3600.08/3595.36	c Total wall clock time (in seconds): 3595.191

Verifier Data

OK	1

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4804954-1782813877/watcher-4804954-1782813877 -o /tmp/evaluation-result-4804954-1782813877/solver-4804954-1782813877 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4804954-1782813877/vars-4804954-1782813877 --bin-var /tmp/runsolver-exch-nodeE007-1782813877-2573323 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4804954-1782813877.opb 

running on 4 cores: 48-51

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 10,18,26,28,40,42,49,52,55
  3550 MHz: 3,16-17,24,41,43,60-63
  3600 MHz: 0-2,4-9,11-15,19-23,25,27,29-39,44-48,50-51,53-54,56-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 48-51

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116009 MiB free)
  node 1: cores 8-15, 128973 MiB (113260 MiB free)
  node 2: cores 16-23, 129019 MiB (114344 MiB free)
  node 3: cores 24-31, 129003 MiB (114693 MiB free)
  node 4: cores 32-39, 129019 MiB (109805 MiB free)
  node 5: cores 40-47, 129019 MiB (109751 MiB free)
  node 6: cores 48-55, 129019 MiB (112019 MiB free)
  node 7: cores 56-63, 128474 MiB (111642 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100057 s]*
/proc/loadavg: 29.51 37.50 39.08 2/911 2573592
/proc/meminfo: memFree=923160304/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=34900044 memory=44240 CPUtime=0.02 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 5148 0 0 0 1 1 0 0 20 0 19 0 214675541 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8725011 11060 5944 1 0 30517 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=34900044 memory=4034097543 CPUtime=0.01 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 2507 0 0 0 1 0 0 0 20 0 19 0 214675548 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=34900044 memory=19358 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 214675550 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=34900044 memory=55182578942438 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 214675550 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=34900044 memory=61783960453722 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 214675550 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=34900044 memory=56286435869469 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 214675550 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=34900044 memory=15815582234707237 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 214675550 35737645056 10675 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 44240 KiB

[startup+0.213263 s]*
/proc/loadavg: 29.51 37.50 39.08 37/1169 2573876
/proc/meminfo: memFree=923025508/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35033172 memory=63400 CPUtime=0.28 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 8644 0 0 0 26 2 0 0 20 0 21 0 214675541 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8758293 15850 6260 1 0 34113 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35033172 memory=7517738137571915061 CPUtime=0.12 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 3319 0 0 0 11 1 0 0 20 0 21 0 214675548 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35033172 memory=219999914607 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35033172 memory=19733 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35033172 memory=22129 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35033172 memory=22695 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35033172 memory=28351 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35033172 memory=3906654080929659097 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675560 35873968128 15468 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 63400 KiB

[startup+0.317445 s]*
/proc/loadavg: 29.51 37.50 39.08 51/1157 2573909
/proc/meminfo: memFree=922837244/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35033172 memory=75376 CPUtime=0.58 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 9612 0 0 0 56 2 0 0 20 0 21 0 214675541 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8758293 18844 6260 1 0 37382 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35033172 memory=-7595136577267131490 CPUtime=0.22 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 3334 0 0 0 21 1 0 0 20 0 21 0 214675548 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35033172 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675560 35873968128 18618 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 75376 KiB

[startup+0.700175 s]
/proc/loadavg: 29.51 37.50 39.08 39/1156 2573931
/proc/meminfo: memFree=922598356/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35099736 memory=89028 CPUtime=1.41 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 9970 0 0 0 139 2 0 0 20 0 22 0 214675541 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8774934 22257 6276 1 0 45441 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35099736 memory=132556 CPUtime=0.58 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) S 2573470 2573505 2563764 0 -1 4194368 3351 0 0 0 57 1 0 0 20 0 22 0 214675548 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35099736 memory=123332 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35099736 memory=79200 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35099736 memory=3436 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35099736 memory=4900 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35099736 memory=3448 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35099736 memory=12008 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675560 35942129664 22091 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89028 KiB

[startup+1.50015 s]
/proc/loadavg: 29.51 37.50 39.08 26/1162 2573944
/proc/meminfo: memFree=921677892/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35099736 memory=103912 CPUtime=2.4 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 13733 0 0 0 237 3 0 0 20 0 22 0 214675541 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8774934 25978 6276 1 0 50718 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35099736 memory=4900 CPUtime=1.37 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 3729 0 0 0 136 1 0 0 20 0 22 0 214675548 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35099736 memory=3448 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35099736 memory=12008 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675550 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35099736 memory=4036 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675560 35942129664 25812 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 103912 KiB

[startup+3.11444 s]
/proc/loadavg: 29.51 37.50 39.08 15/1141 2574033
/proc/meminfo: memFree=918846096/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35099736 memory=122404 CPUtime=4.03 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 14467 0 0 0 400 3 0 0 20 0 21 0 214675541 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8774934 30601 6276 1 0 50722 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35099736 memory=4036 CPUtime=2.97 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 3766 0 0 0 296 1 0 0 20 0 21 0 214675548 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35099736 memory=4900 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 214675550 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 214675550 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35099736 memory=15652 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 214675550 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675550 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675560 35942129664 30420 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 122404 KiB

[startup+6.30015 s]
/proc/loadavg: 28.67 37.19 38.97 18/1216 2574159
/proc/meminfo: memFree=915100088/1055320704 swapFree=33554428/33554428

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

/proc/meminfo: memFree=892733720/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=681620 CPUtime=3406.9 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 75610 0 0 0 340634 56 0 0 20 0 23 0 214675541 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 170405 6265 1 0 185166 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=652280 CPUtime=3384.39 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 20939 0 0 0 338436 3 0 0 20 0 23 0 214675548 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=681616 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=-9073782833008066203 CPUtime=0.09 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 45 0 0 0 5 4 0 0 20 0 23 0 214675550 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=15652 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=681620 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=3948 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 170267 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3406.9 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 681620 KiB

[startup+3462.3 s]
/proc/loadavg: 11.87 13.37 15.62 12/1087 2574479
/proc/meminfo: memFree=905373936/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=698108 CPUtime=3467.01 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 76005 0 0 0 346645 56 0 0 20 0 23 0 214675541 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 174527 6265 1 0 189350 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=652280 CPUtime=3444.12 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 21097 0 0 0 344409 3 0 0 20 0 23 0 214675548 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=5816 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=681616 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0.1 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 47 0 0 0 6 4 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=5632 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=698108 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3467.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 698108 KiB

[startup+3522.3 s]
/proc/loadavg: 11.36 12.95 15.33 12/1087 2574480
/proc/meminfo: memFree=905242256/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=698108 CPUtime=3526.96 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 76042 0 0 0 352639 57 0 0 20 0 23 0 214675541 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 174527 6265 1 0 189350 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=5816 CPUtime=3503.87 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 21106 0 0 0 350384 3 0 0 20 0 23 0 214675548 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=11192614511368825 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=176168 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=20520 CPUtime=0.1 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 48 0 0 0 6 4 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=698108 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=698108 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 174390 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3526.96 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 698108 KiB

[startup+3582.3 s]
/proc/loadavg: 9.40 12.18 14.92 7/953 2574677
/proc/meminfo: memFree=920486364/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=681916 CPUtime=3587.1 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 76386 0 0 0 358653 57 0 0 20 0 23 0 214675541 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 170479 6265 1 0 185172 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=3948 CPUtime=3563.62 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 21204 0 0 0 356359 3 0 0 20 0 23 0 214675548 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=4900 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=3948 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=9428 CPUtime=0.1 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 48 0 0 0 6 4 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=681376 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=41212 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=12788 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3587.1 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 681916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.3 s]
/proc/loadavg: 8.41 11.83 14.76 5/897 2574752
/proc/meminfo: memFree=921908508/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=681916 CPUtime=3600.08 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 76391 0 0 0 359951 57 0 0 20 0 23 0 214675541 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 170479 6265 1 0 185172 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=681376 CPUtime=3576.58 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 21204 0 0 0 357655 3 0 0 20 0 23 0 214675548 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=681376 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=4900 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=3060 CPUtime=0.1 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 48 0 0 0 6 4 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=681916 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 681916 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.67 s, system=0.585761 s

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

[startup+3595.3 s]
/proc/loadavg: 8.41 11.83 14.76 5/897 2574752
/proc/meminfo: memFree=921908508/1055320704 swapFree=33554428/33554428
[pid=2573505] ppid=2573470 vsize=35166300 memory=681916 CPUtime=3600.08 cores=48-51
/proc/2573505/stat : 2573505 (java) S 2573470 2573505 2563764 0 -1 4194304 76391 0 0 0 359951 57 0 0 20 0 23 0 214675541 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 0 0 16800975 0 0 0 17 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
/proc/2573505/statm: 8791575 170479 6265 1 0 185172 0
[pid=2573505/tid=2573543] ppid=2573470 vsize=35166300 memory=681376 CPUtime=3576.58 cores=48-51
/proc/2573505/task/2573543/stat : 2573543 (java) R 2573470 2573505 2563764 0 -1 4194368 21204 0 0 0 357655 3 0 0 20 0 23 0 214675548 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573575] ppid=2573470 vsize=35166300 memory=681376 CPUtime=0 cores=48-51
/proc/2573505/task/2573575/stat : 2573575 (Referen..andler) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573576] ppid=2573470 vsize=35166300 memory=4900 CPUtime=0 cores=48-51
/proc/2573505/task/2573576/stat : 2573576 (Finalizer) S 2573470 2573505 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573582] ppid=2573470 vsize=35166300 memory=3060 CPUtime=0.1 cores=48-51
/proc/2573505/task/2573582/stat : 2573582 (Monitor..Thread) S 2573470 2573505 2563764 0 -1 4194368 48 0 0 0 6 4 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573587] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573587/stat : 2573587 (Notific..Thread) S 2573470 2573505 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573589] ppid=2573470 vsize=35166300 memory=681916 CPUtime=0 cores=48-51
/proc/2573505/task/2573589/stat : 2573589 (Common-Cleaner) S 2573470 2573505 2563764 0 -1 4194368 307 0 0 0 0 0 0 0 20 0 23 0 214675550 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
[pid=2573505/tid=2573871] ppid=2573470 vsize=35166300 memory=-7595136577267131491 CPUtime=0 cores=48-51
/proc/2573505/task/2573871/stat : 2573871 (Timer-0) S 2573470 2573505 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675560 36010291200 170423 18446744073709551615 94276571299840 94276571303536 140731131671808 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94276571311400 94276571312144 94276597223424 140731131676884 140731131677024 140731131677024 140731131682760 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 681916 KiB

Child status: 143

Real time (s): 3595.37
CPU time (s): 3600.26
CPU user time (s): 3599.67
CPU system time (s): 0.585761
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 698112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.67
system time used= 0.585761
maximum resident set size= 697560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91651
involuntary context switches= 3471


# summary of solver processes directly reported to runsolver:
#   pid: 2573505
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.67
#   total CPU system time (s): 0.585761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2721 second user time and 41.0796 second system time

The end

Launcher Data

Begin job on nodeE007 at 2026-06-30 12:04:37
IDJOB=4804954
IDBENCH=177038
IDSOLVER=3602
FILE ID=nodeE007/4804954-1782813877
RUNJOBID= nodeE007-1782813877-2573323
SLURM_JOB_ID= 12541372
Free space on /tmp= 797508 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_081.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4804954-1782813877/watcher-4804954-1782813877 -o /tmp/evaluation-result-4804954-1782813877/solver-4804954-1782813877 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4804954-1782813877/vars-4804954-1782813877 --bin-var /tmp/runsolver-exch-nodeE007-1782813877-2573323 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4804954-1782813877.opb

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

MD5SUM BENCH= 611299ccacc37c81c40590d3da87e00e
RANDOM SEED=2110881435

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

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

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

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

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

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.131
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		: 3573.297
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		: 3574.849
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		: 3571.286
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		: 3586.482
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		: 3575.846
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		: 3560.911
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		: 3562.903
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		: 3564.729
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		: 3563.374
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		: 3580.353
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		: 3585.566
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		: 3588.622
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		: 3586.053
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		: 3595.541
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		: 3594.871
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.581
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		: 3595.639
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		: 3602.046
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3604.709
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		: 3591.332
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.014
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		: 2493.659
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		: 3593.564
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.618
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		: 3573.689
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		: 3574.138
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		: 3572.789
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:        923099024 kB
MemAvailable:   1046257592 kB
Buffers:            3336 kB
Cached:         127497004 kB
SwapCached:            0 kB
Active:          1976884 kB
Inactive:       125649752 kB
Active(anon):    1059652 kB
Inactive(anon):        0 kB
Active(file):     917232 kB
Inactive(file): 125649752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2992 kB
Writeback:            36 kB
AnonPages:        130840 kB
Mapped:           196900 kB
Shmem:            933356 kB
KReclaimable:    1468424 kB
Slab:            2052252 kB
SReclaimable:    1468424 kB
SUnreclaim:       583828 kB
KernelStack:       14320 kB
PageTables:         4928 kB
SecPageTables:     15384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    1395348 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478532 kB
VmallocChunk:          0 kB
Percpu:           125440 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 797500 MiB
End job on nodeE007 at 2026-06-30 13:04:33