Trace number 4836226

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)1 3600.24 3696.09

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_251.opb
MD5SUMf2b7519dd87eddcc86d2731e7efdaf47
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.025696
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1004
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
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 251
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 251
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 251
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	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.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4836226-1783692741.opb
0.00/0.09	c reading problem ... 
0.00/0.10	c using VERIPB proof format
0.00/0.10	c  objective function found
0.12/0.12	c ... done. Wall clock time 0.038s.
0.12/0.12	c declared #vars     1004
0.12/0.12	c #constraints  502
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 502
0.12/0.12	c 502 constraints processed.
0.12/0.13	c objective function length is 251 literals
0.12/0.17	c SATISFIABLE
0.12/0.17	c OPTIMIZING...
0.12/0.17	c Got one! Elapsed wall clock time (in seconds):0.082
0.12/0.17	o 1
1.10/0.47	c cleaning 2580 clauses out of 5167 with flag 25326/5167
1.91/0.73	c cleaning 4287 clauses out of 8588 with flag 56681/11168
2.49/0.97	c cleaning 5647 clauses out of 11300 with flag 94924/18167
2.96/1.18	c cleaning 6819 clauses out of 13653 with flag 145147/26167
3.45/1.43	c cleaning 7917 clauses out of 15835 with flag 199462/35168
3.67/1.69	c cleaning 8957 clauses out of 17917 with flag 253151/45167
3.95/1.98	c cleaning 9970 clauses out of 19960 with flag 316324/56167
4.39/2.33	c cleaning 10991 clauses out of 21992 with flag 386909/68169
4.67/2.68	c cleaning 11991 clauses out of 23999 with flag 460725/81167
5.07/3.07	c cleaning 12994 clauses out of 26008 with flag 541143/95167
5.53/3.50	c cleaning 13990 clauses out of 28014 with flag 625785/110167
5.90/3.97	c cleaning 15001 clauses out of 30024 with flag 721500/126167
6.45/4.47	c cleaning 16002 clauses out of 32028 with flag 826606/143172
6.96/4.99	c cleaning 16999 clauses out of 34021 with flag 935848/161167
7.54/5.55	c cleaning 17996 clauses out of 36022 with flag 1054766/180167
8.13/6.13	c cleaning 18997 clauses out of 38026 with flag 1169504/200167
8.68/6.73	c cleaning 20000 clauses out of 40029 with flag 1291001/221167
9.27/7.36	c cleaning 21000 clauses out of 42029 with flag 1423169/243167
9.95/8.04	c cleaning 22007 clauses out of 44031 with flag 1552214/266169
10.61/8.76	c cleaning 22986 clauses out of 46023 with flag 1696981/290168
11.38/9.50	c cleaning 24012 clauses out of 48037 with flag 1844298/315168
12.16/10.34	c cleaning 25001 clauses out of 50026 with flag 2005525/341169
13.02/11.20	c cleaning 26001 clauses out of 52024 with flag 2177003/368168
13.81/12.10	c cleaning 26997 clauses out of 54022 with flag 2353798/396167
14.74/13.01	c cleaning 27990 clauses out of 56025 with flag 2533627/425167
15.64/13.99	c cleaning 28998 clauses out of 58036 with flag 2717587/455168
16.63/15.00	c cleaning 30001 clauses out of 60038 with flag 2914748/486168
17.68/16.06	c cleaning 30994 clauses out of 62036 with flag 3113868/518167
18.74/17.16	c cleaning 32006 clauses out of 64042 with flag 3330796/551167
19.77/18.28	c cleaning 32998 clauses out of 66037 with flag 3542557/585168
20.91/19.42	c cleaning 33995 clauses out of 68038 with flag 3766080/620167
22.07/20.62	c cleaning 35006 clauses out of 70043 with flag 4013049/656167
23.21/21.87	c cleaning 35994 clauses out of 72037 with flag 4258664/693167
24.46/23.15	c cleaning 36999 clauses out of 74043 with flag 4509882/731167
25.77/24.52	c cleaning 37990 clauses out of 76044 with flag 4759383/770167
26.98/25.88	c cleaning 39018 clauses out of 78054 with flag 5014861/810167
28.28/27.29	c cleaning 39994 clauses out of 80036 with flag 5284029/851167
29.75/28.88	c cleaning 41002 clauses out of 82043 with flag 5564582/893168
31.15/30.39	c cleaning 41997 clauses out of 84040 with flag 5839449/936167
32.74/32.02	c cleaning 43010 clauses out of 86045 with flag 6129617/980169
34.20/33.68	c cleaning 43999 clauses out of 88034 with flag 6419119/1025168
35.78/35.35	c cleaning 44999 clauses out of 90035 with flag 6714320/1071168
37.39/37.03	c cleaning 45997 clauses out of 92035 with flag 7026032/1118167
38.99/38.73	c cleaning 47002 clauses out of 94038 with flag 7338218/1166167
40.66/40.51	c cleaning 48000 clauses out of 96038 with flag 7657174/1215169
42.31/42.36	c cleaning 48997 clauses out of 98036 with flag 7987859/1265167
44.08/44.22	c cleaning 50004 clauses out of 100039 with flag 8323336/1316167
45.89/46.27	c cleaning 50996 clauses out of 102036 with flag 8665955/1368168
47.79/48.35	c cleaning 51997 clauses out of 104040 with flag 8999084/1421168
49.70/50.59	c cleaning 52997 clauses out of 106042 with flag 9365777/1475167
51.66/52.86	c cleaning 53990 clauses out of 108046 with flag 9722734/1530168
53.66/55.12	c cleaning 55017 clauses out of 110055 with flag 10084399/1586167
55.73/57.50	c cleaning 55996 clauses out of 112039 with flag 10466697/1643168
57.83/59.93	c cleaning 56992 clauses out of 114042 with flag 10863282/1701167
60.00/62.38	c cleaning 58007 clauses out of 116052 with flag 11252945/1760169
62.21/64.88	c cleaning 59009 clauses out of 118043 with flag 11665547/1820167
64.45/67.39	c cleaning 59983 clauses out of 120035 with flag 12073019/1881168
66.73/69.94	c cleaning 61009 clauses out of 122051 with flag 12492483/1943167
69.15/72.62	c cleaning 61990 clauses out of 124042 with flag 12920867/2006167
71.56/75.36	c cleaning 63005 clauses out of 126052 with flag 13378205/2070167
74.06/78.11	c cleaning 64008 clauses out of 128047 with flag 13822503/2135167
76.66/80.83	c cleaning 65001 clauses out of 130039 with flag 14276236/2201167
79.25/83.68	c cleaning 66002 clauses out of 132038 with flag 14743002/2268167
81.90/86.53	c cleaning 67000 clauses out of 134036 with flag 15203984/2336167
84.61/89.53	c cleaning 68009 clauses out of 136037 with flag 15673076/2405168
87.44/92.66	c cleaning 68994 clauses out of 138027 with flag 16178457/2475167
90.36/95.83	c cleaning 69997 clauses out of 140033 with flag 16677291/2546167
93.14/98.98	c cleaning 70999 clauses out of 142036 with flag 17169296/2618167
96.16/102.20	c cleaning 72013 clauses out of 144039 with flag 17671630/2691169
99.09/105.49	c cleaning 72987 clauses out of 146024 with flag 18199128/2765167
102.20/108.89	c cleaning 73989 clauses out of 148038 with flag 18718396/2840168
105.36/112.31	c cleaning 75011 clauses out of 150049 with flag 19235915/2916168
108.43/115.67	c cleaning 76001 clauses out of 152038 with flag 19764461/2993168
111.74/119.24	c cleaning 77001 clauses out of 154036 with flag 20307173/3071167
114.92/122.69	c cleaning 77995 clauses out of 156035 with flag 20875964/3150167
118.31/126.23	c cleaning 79002 clauses out of 158041 with flag 21422228/3230168
121.69/129.90	c cleaning 80001 clauses out of 160038 with flag 21985911/3311167
125.13/133.67	c cleaning 80986 clauses out of 162041 with flag 22546292/3393171
128.63/137.44	c cleaning 82007 clauses out of 164054 with flag 23113924/3476170
132.26/141.32	c cleaning 83004 clauses out of 166044 with flag 23695066/3560167
135.82/145.16	c cleaning 84008 clauses out of 168041 with flag 24282741/3645168
139.44/149.09	c cleaning 84996 clauses out of 170033 with flag 24881766/3731168
143.22/153.08	c cleaning 85993 clauses out of 172036 with flag 25477584/3818167
146.97/157.10	c cleaning 86994 clauses out of 174043 with flag 26085186/3906167
150.88/161.26	c cleaning 88000 clauses out of 176051 with flag 26699987/3995169
154.88/165.58	c cleaning 89003 clauses out of 178050 with flag 27346893/4085168
158.90/169.74	c cleaning 90005 clauses out of 180046 with flag 27978251/4176167
162.99/174.02	c cleaning 90997 clauses out of 182044 with flag 28619929/4268170
167.25/178.54	c cleaning 92006 clauses out of 184045 with flag 29284697/4361168
171.40/182.99	c cleaning 92981 clauses out of 186039 with flag 29950931/4455168
175.64/187.48	c cleaning 94023 clauses out of 188057 with flag 30624382/4550167
180.17/192.19	c cleaning 94991 clauses out of 190035 with flag 31322508/4646168
184.62/196.83	c cleaning 95999 clauses out of 192043 with flag 32014690/4743167
189.10/201.54	c cleaning 96986 clauses out of 194044 with flag 32705799/4841167
193.75/206.42	c cleaning 98008 clauses out of 196058 with flag 33401090/4940167
198.32/211.29	c cleaning 99006 clauses out of 198051 with flag 34110259/5040168
203.09/216.23	c cleaning 99998 clauses out of 200044 with flag 34814592/5141167
207.99/221.32	c cleaning 100991 clauses out of 202046 with flag 35532631/5243167
212.88/226.43	c cleaning 102007 clauses out of 204055 with flag 36276820/5346167
217.72/231.51	c cleaning 103004 clauses out of 206048 with flag 37012373/5450167
222.67/236.89	c cleaning 103993 clauses out of 208046 with flag 37768625/5555169
227.89/242.35	c cleaning 104993 clauses out of 210052 with flag 38544051/5661168
233.21/247.92	c cleaning 106002 clauses out of 212058 with flag 39321612/5768167
238.39/253.48	c cleaning 107010 clauses out of 214057 with flag 40095564/5876168
243.83/259.11	c cleaning 108004 clauses out of 216046 with flag 40873392/5985167
249.10/264.67	c cleaning 108994 clauses out of 218046 with flag 41680042/6095171
254.44/270.27	c cleaning 109998 clauses out of 220048 with flag 42492651/6206167
259.98/276.04	c cleaning 111000 clauses out of 222050 with flag 43293189/6318167
265.66/281.92	c cleaning 112003 clauses out of 224050 with flag 44113161/6431167
271.44/287.92	c cleaning 113017 clauses out of 226052 with flag 44940351/6545172
277.17/293.92	c cleaning 113987 clauses out of 228030 with flag 45771220/6660167
283.07/300.08	c cleaning 115001 clauses out of 230043 with flag 46605968/6776167
289.12/306.34	c cleaning 116004 clauses out of 232042 with flag 47450477/6893167
295.13/312.64	c cleaning 116986 clauses out of 234038 with flag 48324499/7011167
301.34/319.11	c cleaning 118012 clauses out of 236052 with flag 49204699/7130167
307.33/325.48	c cleaning 118985 clauses out of 238040 with flag 50089255/7250167
313.60/332.04	c cleaning 120010 clauses out of 240055 with flag 50982811/7371167
319.93/338.68	c cleaning 121006 clauses out of 242045 with flag 51888143/7493167
326.42/345.43	c cleaning 121979 clauses out of 244041 with flag 52787838/7616169
332.71/352.10	c cleaning 123010 clauses out of 246060 with flag 53698281/7740167
339.49/359.01	c cleaning 124003 clauses out of 248050 with flag 54620425/7865167
345.92/365.84	c cleaning 124992 clauses out of 250047 with flag 55552565/7991167
352.55/372.70	c cleaning 126008 clauses out of 252055 with flag 56480185/8118167
359.23/379.75	c cleaning 126997 clauses out of 254047 with flag 57428308/8246167
366.23/386.92	c cleaning 128007 clauses out of 256050 with flag 58407483/8375167
373.20/394.21	c cleaning 129008 clauses out of 258044 with flag 59388108/8505168
380.32/401.53	c cleaning 129999 clauses out of 260035 with flag 60350693/8636167
387.44/408.93	c cleaning 131001 clauses out of 262036 with flag 61337985/8768167
394.50/416.27	c cleaning 132001 clauses out of 264035 with flag 62327150/8901167
401.83/423.96	c cleaning 132981 clauses out of 266034 with flag 63324929/9035167
409.07/431.77	c cleaning 134007 clauses out of 268053 with flag 64332266/9170167
416.53/439.81	c cleaning 134993 clauses out of 270046 with flag 65346348/9306167
424.05/448.08	c cleaning 136006 clauses out of 272053 with flag 66392387/9443167
431.88/456.56	c cleaning 137007 clauses out of 274047 with flag 67440038/9581167
439.56/464.88	c cleaning 138000 clauses out of 276041 with flag 68485982/9720168
447.49/473.36	c cleaning 139004 clauses out of 278040 with flag 69530324/9860167
455.38/481.88	c cleaning 139988 clauses out of 280037 with flag 70603719/10001168
463.15/490.14	c cleaning 141005 clauses out of 282049 with flag 71674200/10143168
471.22/498.90	c cleaning 141985 clauses out of 284047 with flag 72759043/10286171
479.45/507.77	c cleaning 142999 clauses out of 286058 with flag 73827045/10430167
487.76/516.71	c cleaning 144014 clauses out of 288059 with flag 74926522/10575167
496.32/525.89	c cleaning 144998 clauses out of 290045 with flag 76028277/10721167
504.78/534.85	c cleaning 146003 clauses out of 292047 with flag 77139867/10868167
513.27/543.83	c cleaning 147007 clauses out of 294047 with flag 78277395/11016170
521.68/552.75	c cleaning 148004 clauses out of 296037 with flag 79383415/11165167
530.42/562.04	c cleaning 148994 clauses out of 298036 with flag 80553178/11315170
539.24/571.45	c cleaning 149998 clauses out of 300039 with flag 81693784/11466167
548.13/580.95	c cleaning 151000 clauses out of 302041 with flag 82849428/11618167
557.00/590.34	c cleaning 151996 clauses out of 304042 with flag 84027409/11771168
565.91/599.86	c cleaning 153010 clauses out of 306046 with flag 85203901/11925168
574.96/609.35	c cleaning 153999 clauses out of 308037 with flag 86399769/12080169
583.96/618.96	c cleaning 155001 clauses out of 310036 with flag 87604218/12236167
593.27/628.87	c cleaning 155997 clauses out of 312035 with flag 88819014/12393167
602.67/638.86	c cleaning 156993 clauses out of 314038 with flag 90037151/12551167
612.11/648.85	c cleaning 158011 clauses out of 316046 with flag 91281382/12710168
621.81/659.04	c cleaning 158993 clauses out of 318034 with flag 92486547/12870167
631.63/669.32	c cleaning 160009 clauses out of 320043 with flag 93720800/13031169
641.32/679.51	c cleaning 161005 clauses out of 322032 with flag 94981015/13193167
651.11/689.80	c cleaning 162001 clauses out of 324028 with flag 96237246/13356168
660.78/700.09	c cleaning 163004 clauses out of 326027 with flag 97486594/13520168
670.83/710.68	c cleaning 163987 clauses out of 328022 with flag 98749437/13685167
680.91/721.27	c cleaning 164996 clauses out of 330036 with flag 100067443/13851168
691.10/731.86	c cleaning 165998 clauses out of 332039 with flag 101367433/14018167
701.49/742.64	c cleaning 167006 clauses out of 334042 with flag 102687995/14186168
711.93/753.58	c cleaning 167993 clauses out of 336036 with flag 103993395/14355168
722.42/764.46	c cleaning 168996 clauses out of 338043 with flag 105308741/14525168
733.22/775.64	c cleaning 169993 clauses out of 340047 with flag 106651050/14696168
744.10/787.00	c cleaning 171010 clauses out of 342053 with flag 107986585/14868167
754.83/798.15	c cleaning 172002 clauses out of 344044 with flag 109332836/15041168
765.93/809.64	c cleaning 172990 clauses out of 346043 with flag 110694181/15215169
777.28/821.33	c cleaning 173999 clauses out of 348052 with flag 112085128/15390168
788.26/832.99	c cleaning 175010 clauses out of 350053 with flag 113465644/15566168
799.89/845.02	c cleaning 175999 clauses out of 352042 with flag 114883848/15743167
811.43/857.01	c cleaning 177002 clauses out of 354043 with flag 116275756/15921167
823.11/868.99	c cleaning 177994 clauses out of 356041 with flag 117678498/16100167
835.07/881.22	c cleaning 179004 clauses out of 358048 with flag 119091951/16280168
846.60/893.03	c cleaning 180010 clauses out of 360044 with flag 120532954/16461168
858.45/905.22	c cleaning 180997 clauses out of 362034 with flag 121963479/16643168
870.22/917.29	c cleaning 181994 clauses out of 364038 with flag 123412717/16826169
882.64/929.98	c cleaning 182987 clauses out of 366042 with flag 124879345/17010167
895.26/942.99	c cleaning 184004 clauses out of 368055 with flag 126348691/17195167
907.57/955.63	c cleaning 185013 clauses out of 370051 with flag 127823299/17381167
920.06/968.49	c cleaning 185999 clauses out of 372038 with flag 129288615/17568167
932.88/981.59	c cleaning 186992 clauses out of 374039 with flag 130803768/17756167
945.49/994.45	c cleaning 187991 clauses out of 376048 with flag 132303705/17945168
958.35/1007.56	c cleaning 189015 clauses out of 378058 with flag 133842174/18135169
970.78/1020.35	c cleaning 189981 clauses out of 380042 with flag 135389748/18326168
983.58/1033.44	c cleaning 191005 clauses out of 382060 with flag 136937966/18518167
996.59/1046.63	c cleaning 192007 clauses out of 384058 with flag 138487204/18711170
1009.67/1060.07	c cleaning 193005 clauses out of 386049 with flag 140035133/18905168
1022.82/1073.48	c cleaning 194000 clauses out of 388044 with flag 141596185/19100168
1036.27/1087.20	c cleaning 195008 clauses out of 390044 with flag 143185721/19296168
1049.43/1100.62	c cleaning 195995 clauses out of 392035 with flag 144725543/19493167
1062.46/1113.88	c cleaning 196997 clauses out of 394041 with flag 146286701/19691168
1076.23/1127.96	c cleaning 198002 clauses out of 396045 with flag 147902775/19890169
1089.89/1141.90	c cleaning 199005 clauses out of 398042 with flag 149503099/20090168
1103.44/1155.84	c cleaning 199984 clauses out of 400037 with flag 151099574/20291168
1117.43/1170.07	c cleaning 200985 clauses out of 402052 with flag 152755665/20493167
1131.39/1184.37	c cleaning 202011 clauses out of 404067 with flag 154409448/20696167
1145.53/1198.74	c cleaning 203000 clauses out of 406057 with flag 156068292/20900168
1159.86/1213.48	c cleaning 204007 clauses out of 408058 with flag 157729367/21105169
1174.45/1228.37	c cleaning 204997 clauses out of 410049 with flag 159401895/21311167
1189.20/1243.48	c cleaning 206009 clauses out of 412053 with flag 161054235/21518168
1203.56/1258.37	c cleaning 206998 clauses out of 414043 with flag 162742394/21726167
1218.30/1273.57	c cleaning 208010 clauses out of 416046 with flag 164460001/21935168
1233.45/1289.10	c cleaning 209003 clauses out of 418035 with flag 166153151/22145167
1248.56/1304.65	c cleaning 209997 clauses out of 420033 with flag 167882700/22356168
1263.67/1320.12	c cleaning 210988 clauses out of 422035 with flag 169624805/22568167
1279.04/1335.81	c cleaning 212006 clauses out of 424049 with flag 171343522/22781169
1294.67/1351.88	c cleaning 212998 clauses out of 426041 with flag 173090507/22995167
1310.14/1367.62	c cleaning 214007 clauses out of 428046 with flag 174852439/23210170
1325.45/1383.43	c cleaning 214991 clauses out of 430039 with flag 176595972/23426170
1340.80/1399.28	c cleaning 216010 clauses out of 432045 with flag 178347031/23643167
1356.98/1415.70	c cleaning 217000 clauses out of 434035 with flag 180134705/23861167
1373.24/1432.29	c cleaning 217994 clauses out of 436036 with flag 181929131/24080168
1389.33/1448.82	c cleaning 219003 clauses out of 438042 with flag 183737744/24300168
1405.23/1465.15	c cleaning 219997 clauses out of 440039 with flag 185556036/24521168
1421.42/1481.74	c cleaning 221003 clauses out of 442043 with flag 187385253/24743169
1437.98/1498.50	c cleaning 221998 clauses out of 444038 with flag 189224044/24966167
1454.54/1515.30	c cleaning 223005 clauses out of 446041 with flag 191084119/25190168
1471.27/1532.25	c cleaning 223989 clauses out of 448035 with flag 192938361/25415167
1488.00/1549.38	c cleaning 225011 clauses out of 450046 with flag 194791002/25641167
1505.13/1566.90	c cleaning 226006 clauses out of 452037 with flag 196693995/25868169
1522.28/1584.46	c cleaning 226980 clauses out of 454029 with flag 198590002/26096167
1539.39/1602.08	c cleaning 228007 clauses out of 456051 with flag 200484047/26325169
1556.75/1619.87	c cleaning 228996 clauses out of 458044 with flag 202405420/26555169
1573.92/1637.30	c cleaning 229999 clauses out of 460047 with flag 204307452/26786168
1591.22/1655.03	c cleaning 231009 clauses out of 462047 with flag 206236397/27018167
1609.21/1673.42	c cleaning 232001 clauses out of 464038 with flag 208158860/27251167
1627.28/1691.88	c cleaning 232982 clauses out of 466037 with flag 210096909/27485167
1645.26/1710.15	c cleaning 234018 clauses out of 468055 with flag 212050593/27720167
1663.18/1728.46	c cleaning 234999 clauses out of 470037 with flag 214034439/27956167
1681.64/1747.13	c cleaning 236004 clauses out of 472039 with flag 216004686/28193168
1699.88/1765.78	c cleaning 237006 clauses out of 474034 with flag 217987279/28431167
1718.43/1784.74	c cleaning 238004 clauses out of 476028 with flag 219990960/28670167
1736.91/1803.56	c cleaning 239001 clauses out of 478024 with flag 221997607/28910167
1755.24/1822.18	c cleaning 239991 clauses out of 480024 with flag 223985313/29151168
1773.82/1841.03	c cleaning 241000 clauses out of 482033 with flag 226011982/29393168
1792.85/1860.33	c cleaning 241999 clauses out of 484034 with flag 228035143/29636169
1811.53/1879.53	c cleaning 242998 clauses out of 486034 with flag 230078454/29880168
1830.50/1898.84	c cleaning 243993 clauses out of 488036 with flag 232106580/30125168
1849.40/1918.25	c cleaning 245007 clauses out of 490042 with flag 234173296/30371167
1869.04/1938.28	c cleaning 245991 clauses out of 492036 with flag 236263961/30618168
1888.41/1957.98	c cleaning 246993 clauses out of 494045 with flag 238345543/30866168
1907.87/1977.73	c cleaning 248003 clauses out of 496051 with flag 240439830/31115167
1927.18/1997.38	c cleaning 249016 clauses out of 498050 with flag 242510445/31365169
1947.10/2017.68	c cleaning 249986 clauses out of 500034 with flag 244599868/31616169
1967.40/2038.24	c cleaning 250998 clauses out of 502047 with flag 246731170/31868168
1987.69/2058.82	c cleaning 252001 clauses out of 504049 with flag 248865650/32121168
2008.79/2080.21	c cleaning 253003 clauses out of 506047 with flag 250994831/32375167
2029.29/2100.90	c cleaning 254003 clauses out of 508045 with flag 253168409/32630168
2050.07/2121.97	c cleaning 254991 clauses out of 510042 with flag 255329015/32886168
2070.31/2142.73	c cleaning 256003 clauses out of 512051 with flag 257476616/33143168
2091.46/2164.30	c cleaning 256993 clauses out of 514047 with flag 259660792/33401167
2112.54/2185.92	c cleaning 258019 clauses out of 516055 with flag 261832244/33660168
2133.91/2207.73	c cleaning 258998 clauses out of 518036 with flag 264047906/33920168
2155.25/2229.46	c cleaning 260005 clauses out of 520037 with flag 266245664/34181167
2176.38/2250.97	c cleaning 260990 clauses out of 522034 with flag 268476689/34443169
2197.68/2272.55	c cleaning 262009 clauses out of 524043 with flag 270730732/34706168
2218.98/2294.14	c cleaning 262991 clauses out of 526034 with flag 272947803/34970168
2240.42/2316.05	c cleaning 264000 clauses out of 528043 with flag 275157362/35235168
2261.89/2338.00	c cleaning 264994 clauses out of 530043 with flag 277377520/35501168
2283.67/2360.29	c cleaning 265998 clauses out of 532050 with flag 279651445/35768169
2305.84/2382.80	c cleaning 266993 clauses out of 534051 with flag 281901399/36036168
2328.00/2405.44	c cleaning 268006 clauses out of 536057 with flag 284191635/36305167
2350.62/2428.40	c cleaning 269009 clauses out of 538052 with flag 286482741/36575168
2372.90/2451.26	c cleaning 270004 clauses out of 540043 with flag 288777588/36846168
2395.11/2473.73	c cleaning 271000 clauses out of 542040 with flag 291051798/37118169
2418.26/2497.20	c cleaning 272010 clauses out of 544039 with flag 293386968/37391168
2441.48/2521.09	c cleaning 273000 clauses out of 546028 with flag 295713000/37665167
2465.18/2544.96	c cleaning 273994 clauses out of 548028 with flag 298058133/37940167
2488.31/2568.42	c cleaning 274984 clauses out of 550035 with flag 300430409/38216168
2512.06/2592.59	c cleaning 275983 clauses out of 552050 with flag 302832320/38493167
2536.45/2617.39	c cleaning 277002 clauses out of 554069 with flag 305205590/38771169
2560.38/2641.71	c cleaning 278017 clauses out of 556065 with flag 307606490/39050167
2584.71/2666.42	c cleaning 279001 clauses out of 558048 with flag 309989034/39330167
2609.21/2691.20	c cleaning 280010 clauses out of 560048 with flag 312403939/39611168
2633.27/2715.99	c cleaning 280999 clauses out of 562039 with flag 314828323/39893169
2658.04/2741.11	c cleaning 282005 clauses out of 564039 with flag 317299894/40176168
2682.92/2766.42	c cleaning 282997 clauses out of 566033 with flag 319742918/40460167
2707.57/2791.41	c cleaning 283997 clauses out of 568037 with flag 322170163/40745168
2732.86/2817.06	c cleaning 285001 clauses out of 570040 with flag 324622929/41031168
2757.84/2842.33	c cleaning 286000 clauses out of 572039 with flag 327100192/41318168
2783.26/2868.29	c cleaning 286999 clauses out of 574038 with flag 329602221/41606167
2808.13/2893.65	c cleaning 288002 clauses out of 576039 with flag 332086170/41895167
2833.18/2919.45	c cleaning 289003 clauses out of 578039 with flag 334582910/42185169
2858.52/2945.35	c cleaning 290001 clauses out of 580034 with flag 337070647/42476167
2884.58/2971.82	c cleaning 290997 clauses out of 582033 with flag 339611945/42768167
2910.23/2998.39	c cleaning 292001 clauses out of 584036 with flag 342135730/43061167
2936.45/3025.17	c cleaning 293001 clauses out of 586037 with flag 344682805/43355169
2962.40/3051.70	c cleaning 294008 clauses out of 588035 with flag 347197351/43650168
2989.57/3079.52	c cleaning 294989 clauses out of 590026 with flag 349781986/43946167
3016.10/3106.50	c cleaning 295988 clauses out of 592038 with flag 352355494/44243168
3042.21/3133.26	c cleaning 297014 clauses out of 594050 with flag 354951198/44541168
3069.71/3161.34	c cleaning 297998 clauses out of 596037 with flag 357549913/44840169
3096.71/3188.97	c cleaning 299002 clauses out of 598038 with flag 360162773/45140168
3124.96/3217.76	c cleaning 300005 clauses out of 600037 with flag 362822115/45441169
3152.22/3245.49	c cleaning 301000 clauses out of 602030 with flag 365471547/45743167
3180.22/3273.79	c cleaning 301989 clauses out of 604030 with flag 368074610/46046167
3208.57/3302.36	c cleaning 303000 clauses out of 606041 with flag 370730620/46350167
3236.93/3330.98	c cleaning 304003 clauses out of 608041 with flag 373390564/46655167
3265.72/3359.80	c cleaning 304991 clauses out of 610038 with flag 376075995/46961167
3293.91/3388.33	c cleaning 305993 clauses out of 612047 with flag 378755528/47268167
3323.01/3417.49	c cleaning 307013 clauses out of 614054 with flag 381434028/47576167
3351.45/3446.07	c cleaning 307996 clauses out of 616042 with flag 384110388/47885168
3380.12/3474.86	c cleaning 309005 clauses out of 618047 with flag 386837455/48195169
3408.94/3503.85	c cleaning 310012 clauses out of 620041 with flag 389585678/48506168
3437.54/3532.62	c cleaning 311002 clauses out of 622030 with flag 392354054/48818169
3466.12/3561.35	c cleaning 311991 clauses out of 624027 with flag 395141373/49131168
3494.63/3590.03	c cleaning 312996 clauses out of 626035 with flag 397906642/49445167
3524.72/3620.27	c cleaning 314002 clauses out of 628039 with flag 400654344/49760167
3554.68/3650.28	c cleaning 314994 clauses out of 630037 with flag 403473492/50076167
3584.88/3680.60	c cleaning 316003 clauses out of 632046 with flag 406275155/50393170
3600.05/3696.02	c starts		: 203624
3600.05/3696.02	c conflicts		: 50576083
3600.05/3696.02	c decisions		: 135034280
3600.05/3696.02	c propagations		: 1671278716
3600.05/3696.02	c inspects		: 73960266480
3600.05/3696.02	c shortcuts		: 0
3600.05/3696.02	c learnt literals	: 0
3600.05/3696.02	c learnt binary clauses	: 0
3600.05/3696.02	c learnt ternary clauses	: 0
3600.05/3696.02	c learnt constraints	: 50576083
3600.05/3696.02	c ignored constraints	: 0
3600.05/3696.02	c root simplifications	: 0
3600.05/3696.02	c removed literals (reason simplification)	: 63253327
3600.05/3696.02	c reason swapping (by a shorter reason)	: 0
3600.05/3696.02	c Calls to reduceDB	: 313
3600.05/3696.02	c Number of update (reduction) of LBD	: 14560520
3600.05/3696.02	c Imported unit clauses	: 0
3600.05/3696.02	c No decision after first conflict	: false
3600.05/3696.02	c number of reductions to clauses (during analyze)	: 0
3600.05/3696.02	c number of learned constraints concerned by reduction	: 0
3600.05/3696.02	c number of learning phase by resolution	: 0
3600.05/3696.02	c number of learning phase by cutting planes	: 0
3600.05/3696.02	c number of rounding to 1 operations	: 0
3600.05/3696.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3696.02	c number of reductions of the coefficients by power 2 	: 0
3600.05/3696.02	c number of right shift for reduction by power 2 	: 0
3600.05/3696.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3696.02	c number of ending skipping 	: 0
3600.05/3696.02	c number of internal skipping 	: 0
3600.05/3696.02	c number of derivation steps 	: 0
3600.05/3696.02	c number of skipped derivation steps 	: 0
3600.05/3696.02	c number of remaining unassigned 	: 0
3600.05/3696.02	c number of remaining assigned 	: 0
3600.05/3696.02	c number of falsified literals weakened from reason	: 0
3600.05/3696.02	c number of falsified literals weakened from conflict	: 0
3600.05/3696.02	c time for arithmetic operations	: 0
3600.05/3696.02	c minimum degree of deleted constraints	: null
3600.05/3696.02	c maximum degree of deleted constraints	: null
3600.05/3696.02	c number of deleted constraints	: 0
3600.05/3696.03	c speed (assignments/second)	: 452199.38044676126
3600.05/3696.03	c non guided choices	: 1186251
3600.05/3696.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 498956
3600.05/3696.08	s SATISFIABLE
3600.05/3696.08	c Found 1 solution(s)
3600.05/3696.08	v -x1 -x2 x3 x4 x5 -x6 -x7 -x8 x9 x10 x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 x20 -x21 x22 x23 -x24 -x25 x26 x27 x28 -x29 x30 x31 x32 -x33 -x34 -x35 x36 x37 -x38 x39 -x40 -x41 -x42 x43 x44 x45 -x46 -x47 x48 x49 x50 -x51 -x52 -x53 -x54 x55 x56 x57 x58 -x59 -x60 -x61 x62 x63 -x64 -x65 x66 x67 x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 -x79 x80 -x81 -x82 -x83 x84 x85 -x86 x87 -x88 -x89 x90 x91 -x92 -x93 -x94 x95 x96 x97 -x98 -x99 x100 x101 x102 -x103 x104 -x105 -x106 x107 -x108 x109 -x110 -x111 x112 x113 -x114 -x115 x116 x117 -x118 x119 x120 -x121 -x122 x123 -x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 x133 x134 x135 -x136 -x137 -x138 x139 x140 x141 -x142 -x143 x144 x145 -x146 x147 x148 -x149 -x150 x151 -x152 -x153 x154 x155 -x156 -x157 x158 x159 x160 -x161 -x162 -x163 x164 x165 x166 x167 -x168 x169 x170 -x171 x172 x173 -x174 -x175 -x176 -x177 x178 x179 x180 -x181 -x182 -x183 x184 x185 x186 x187 x188 x189 -x190 -x191 -x192 -x193 -x194 x195 x196 x197 x198 -x199 x200 -x201 -x202 -x203 x204 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 -x325 x326 -x327 x328 x329 -x330 -x331 x332 x333 x334 -x335 -x336 x337 x338 -x339 -x340 x341 x342 x343 -x344 -x345 x346 x347 x348 x349 -x350 x351 x352 x353 x354 -x355 x356 -x357 -x358 x359 x360 x361 -x362 -x363 x364 x365 x366 x367 x368 -x369 x370 x371 -x372 -x373 x374 x375 x376 -x377 x378 -x379 x380 x381 x382 -x383 x384 x385 x386 -x387 x388 x389 -x390 x391 -x392 -x393 x394 x395 x396 x397 -x398 x399 -x400 -x401 x402 x403 x404 -x405 x406 x407 x408 -x409 x410 x411 x412 -x413 -x414 -x415 x416 x417 x418 -x419 x420 -x421 x422 -x423 -x424 x425 x426 x427 -x428 x429 x430 x431 -x432 x433 -x434 x435 -x436 x437 x438 x439 -x440 x441 x442 -x443 x444 x445 x446 -x447 x448 x449 -x450 -x451 x452 x453 x454 x455 x456 -x457 x458 x459 x460 x461 -x462 -x463 x464 -x465 -x466 -x467 x468 x469 x470 x471 x472 x473 -x474 x475 x476 -x477 -x478 -x479 x480 x481 x482 -x483 -x484 x485 x486 x487 x488 x489 -x490 -x491 x492 x493 x494 -x495 x496 x497 x498 -x499 x500 x501 x502 x503 x504 -x505 x506 x507 -x508 x509 x510 -x511 -x512 -x513 x514 x515 -x516 -x517 -x518 x519 -x520 x521 x522 x523 x524 x525 -x526 -x527 -x528 x529 -x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 x539 -x540 x541 x542 x543 -x544 -x545 x546 x547 -x548 x549 -x550 x551 x552 -x553 x554 x555 x556 x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 x566 x567 -x568 x569 x570 -x571 -x572 -x573 -x574 -x575 x576 x577 -x578 x579 -x580 -x581 -x582 x583 x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 x595 x596 x597 -x598 -x599 -x600 x601 -x602 x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 x614 x615 -x616 -x617 x618 -x619 -x620 -x621 x622 -x623 -x624 x625 -x626 x627 x628 x629 -x630 -x631 x632 -x633 x634 x635 -x636 -x637 x638 -x639 x640 -x641 -x642 x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 x651 -x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 x664 -x665 x666 x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 x687 -x688 x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 x721 -x722 -x723 -x724 -x725 x726 -x727 -x728 -x729 -x730 -x731 x732 -x733 x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 
3600.05/3696.08	c objective function=1
3600.05/3696.08	c Total wall clock time (in seconds): 3695.996

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

running on 4 cores: 60-63

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 11-12,14-17,20,22-23,25-28,30,32,34,36-37,39,41,45-48,50-51,53-54,56,58
  3550 MHz: 18-19,29,33,35,40,42-43
  3600 MHz: 0-10,13,21,24,31,38,44,49,52,55,57,59-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (40308 MiB free)
  node 1: cores 8-15, 128973 MiB (285 MiB free)
  node 2: cores 16-23, 129019 MiB (55517 MiB free)
  node 3: cores 24-31, 129003 MiB (95320 MiB free)
  node 4: cores 32-39, 129019 MiB (68778 MiB free)
  node 5: cores 40-47, 129019 MiB (91937 MiB free)
  node 6: cores 48-55, 129019 MiB (82768 MiB free)
  node 7: cores 56-63, 128474 MiB (73137 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100058 s]*
/proc/loadavg: 16.31 16.96 17.29 15/1196 1364205
/proc/meminfo: memFree=520193480/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=34900044 memory=52484 CPUtime=0.12 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 6014 0 0 0 12 0 0 0 20 0 19 0 302561944 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8725011 13121 6151 1 0 31397 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=34900044 memory=5895516205 CPUtime=0.06 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 3096 0 0 0 6 0 0 0 20 0 19 0 302561946 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=34900044 memory=245752941157 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302561947 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=34900044 memory=19718 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302561947 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=34900044 memory=22114 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302561947 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=34900044 memory=22683 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302561947 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=34900044 memory=28343 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302561947 35737645056 12726 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 52484 KiB

[startup+0.213794 s]*
/proc/loadavg: 16.31 16.96 17.29 18/1199 1364208
/proc/meminfo: memFree=520133032/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35099736 memory=83852 CPUtime=0.5 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 9686 0 0 0 49 1 0 0 20 0 22 0 302561944 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8774934 20963 6259 1 0 41172 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35099736 memory=3184097923301336704 CPUtime=0.17 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 3263 0 0 0 17 0 0 0 20 0 22 0 302561946 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35099736 memory=237162987891 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35099736 memory=57381602216779 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35099736 memory=52992162419763 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35099736 memory=58485459146153 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35099736 memory=14974455839484337 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35099736 memory=14411518787717688 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561958 35942129664 20564 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 83852 KiB

[startup+0.313816 s]*
/proc/loadavg: 16.31 16.96 17.29 19/1199 1364208
/proc/meminfo: memFree=520094424/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35099736 memory=99564 CPUtime=0.8 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 11072 0 0 0 79 1 0 0 20 0 22 0 302561944 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8774934 24891 6275 1 0 46834 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35099736 memory=3184097923301336704 CPUtime=0.26 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 3293 0 0 0 26 0 0 0 20 0 22 0 302561946 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35099736 memory=57381602216779 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35099736 memory=52992162419763 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35099736 memory=58485459146153 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35099736 memory=14974455839484337 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35099736 memory=14411518787717688 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561958 35942129664 24610 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 99564 KiB

[startup+0.700307 s]
/proc/loadavg: 16.31 16.96 17.29 23/1199 1364208
/proc/meminfo: memFree=520008364/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35099736 memory=159416 CPUtime=1.91 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 12775 0 0 0 189 2 0 0 20 0 22 0 302561944 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8774934 39854 6277 1 0 70554 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35099736 memory=4900 CPUtime=0.61 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 3331 0 0 0 60 1 0 0 20 0 22 0 302561946 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35099736 memory=4506 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35099736 memory=5816 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35099736 memory=4900 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35099736 memory=3040 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302561947 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35099736 memory=0 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302561958 35942129664 39568 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 159416 KiB

[startup+1.50032 s]
/proc/loadavg: 16.84 17.06 17.32 19/1200 1364212
/proc/meminfo: memFree=519739624/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=198880 CPUtime=3.58 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 19245 0 0 0 353 5 0 0 20 0 23 0 302561944 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 49720 6277 1 0 71034 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=4900 CPUtime=1.34 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 3970 0 0 0 130 4 0 0 20 0 23 0 302561946 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=5816 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=0 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=0 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=0 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=237062343147 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 49417 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3.58 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 198880 KiB

[startup+3.1135 s]
/proc/loadavg: 16.84 17.06 17.32 17/1200 1364238
/proc/meminfo: memFree=518775408/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=270924 CPUtime=5.16 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 19533 0 0 0 507 9 0 0 20 0 23 0 302561944 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 67731 6277 1 0 87777 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=0 CPUtime=2.8 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 4074 0 0 0 272 8 0 0 20 0 23 0 302561946 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=5816 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=4900 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=4769 CPUtime=0 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=211292520753 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=184096 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=4660 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 67437 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 270924 KiB

[startup+6.30025 s]

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

/proc/meminfo: memFree=409549560/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1226880 CPUtime=3307.81 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 191862 0 0 0 327069 3712 0 0 20 0 23 0 302561944 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 306720 6264 1 0 323227 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=47080 CPUtime=3226.19 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 62133 0 0 0 319017 3602 0 0 20 0 23 0 302561946 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=1341712 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=1358420 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0.11 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 61 0 0 0 6 5 0 0 20 0 23 0 302561947 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=1356340 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=1356340 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 367 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=1356084 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 306407 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3307.81 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1226880 KiB

[startup+3462.3 s]
/proc/loadavg: 17.16 18.13 18.54 23/1194 1369596
/proc/meminfo: memFree=402214520/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1214008 CPUtime=3367.48 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 192162 0 0 0 332983 3765 0 0 20 0 23 0 302561944 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 303502 6264 1 0 319043 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=47080 CPUtime=3284.62 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 62194 0 0 0 324809 3653 0 0 20 0 23 0 302561946 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=1341712 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=1358420 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=1229188 CPUtime=0.11 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 61 0 0 0 6 5 0 0 20 0 23 0 302561947 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=4660 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=1214008 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 368 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=15652 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 303250 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3367.48 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1214008 KiB

[startup+3522.3 s]
/proc/loadavg: 16.91 17.89 18.43 20/1195 1369675
/proc/meminfo: memFree=404043504/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1256152 CPUtime=3427.36 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 193350 0 0 0 338919 3817 0 0 20 0 23 0 302561944 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 314038 6264 1 0 327411 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=1256152 CPUtime=3342.91 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 62448 0 0 0 330589 3702 0 0 20 0 23 0 302561946 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=1241476 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=1226880 CPUtime=0.11 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 61 0 0 0 6 5 0 0 20 0 23 0 302561947 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=1255896 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 368 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=1353932 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 313773 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3427.36 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1256152 KiB

[startup+3582.3 s]
/proc/loadavg: 16.87 17.71 18.34 18/1194 1369831
/proc/meminfo: memFree=590935724/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1241500 CPUtime=3487.01 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 193433 0 0 0 344826 3875 0 0 20 0 23 0 302561944 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 310375 6264 1 0 323227 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=1241476 CPUtime=3401.29 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 62454 0 0 0 336370 3759 0 0 20 0 23 0 302561946 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=1226880 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=1258232 CPUtime=0.11 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 61 0 0 0 6 5 0 0 20 0 23 0 302561947 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=15652 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 368 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=102824 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 310189 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3487.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1241500 KiB

[startup+3642.3 s]
/proc/loadavg: 16.45 17.45 18.21 18/1196 1369839
/proc/meminfo: memFree=584164884/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1229200 CPUtime=3546.77 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 203016 0 0 0 350753 3924 0 0 20 0 23 0 302561944 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 307300 6264 1 0 323227 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=68 CPUtime=3459.88 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 65638 0 0 0 342182 3806 0 0 20 0 23 0 302561946 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=1241500 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=15652 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=1226892 CPUtime=0.12 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 67 0 0 0 6 6 0 0 20 0 23 0 302561947 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=5608 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=4900 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 402 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=3040 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 307026 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3546.77 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1229200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3696 s]*
/proc/loadavg: 16.08 17.17 18.07 14/1171 1370198
/proc/meminfo: memFree=634323208/1055320704 swapFree=33550076/33554428
[pid=1364184] ppid=1364181 vsize=35166300 memory=1274948 CPUtime=3600.05 cores=60-63
/proc/1364184/stat : 1364184 (java) S 1364181 1364184 1298851 0 -1 4194304 211941 0 0 0 356012 3993 0 0 20 0 23 0 302561944 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 0 0 16800975 0 0 0 17 62 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
/proc/1364184/statm: 8791575 318737 6264 1 0 331595 0
[pid=1364184/tid=1364186] ppid=1364181 vsize=35166300 memory=-7811311562698680678 CPUtime=3512.02 cores=60-63
/proc/1364184/task/1364186/stat : 1364186 (java) R 1364181 1364184 1298851 0 -1 4194368 69006 0 0 0 347330 3872 0 0 20 0 23 0 302561946 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364197] ppid=1364181 vsize=35166300 memory=-9114138388719827134 CPUtime=0 cores=60-63
/proc/1364184/task/1364197/stat : 1364197 (Referen..andler) S 1364181 1364184 1298851 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364198] ppid=1364181 vsize=35166300 memory=3836 CPUtime=0 cores=60-63
/proc/1364184/task/1364198/stat : 1364198 (Finalizer) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364201] ppid=1364181 vsize=35166300 memory=7856 CPUtime=0.12 cores=60-63
/proc/1364184/task/1364201/stat : 1364201 (Monitor..Thread) S 1364181 1364184 1298851 0 -1 4194368 72 0 0 0 6 6 0 0 20 0 23 0 302561947 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364204] ppid=1364181 vsize=35166300 memory=27264 CPUtime=0 cores=60-63
/proc/1364184/task/1364204/stat : 1364204 (Notific..Thread) S 1364181 1364184 1298851 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364205] ppid=1364181 vsize=35166300 memory=23360 CPUtime=0 cores=60-63
/proc/1364184/task/1364205/stat : 1364205 (Common-Cleaner) S 1364181 1364184 1298851 0 -1 4194368 414 0 0 0 0 0 0 0 20 0 23 0 302561947 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
[pid=1364184/tid=1364207] ppid=1364181 vsize=35166300 memory=2384 CPUtime=0 cores=60-63
/proc/1364184/task/1364207/stat : 1364207 (Timer-0) S 1364181 1364184 1298851 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302561958 36010291200 318513 18446744073709551615 94376428527616 94376428531312 140736619199456 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94376428539176 94376428539920 94376445317120 140736619202724 140736619202910 140736619202910 140736619208648 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1274948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3560.3 s, system=39.9397 s

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

Child status: 143

Real time (s): 3696.09
CPU time (s): 3600.24
CPU user time (s): 3560.3
CPU system time (s): 39.9397
CPU usage (%): 97.4066
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1384996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3560.3
system time used= 39.9397
maximum resident set size= 1384004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6990209
involuntary context switches= 12489


# summary of solver processes directly reported to runsolver:
#   pid: 1364184
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3560.3
#   total CPU system time (s): 39.9397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3414 second user time and 46.6053 second system time

The end

Launcher Data

Begin job on nodeE007 at 2026-07-10 16:12:21
IDJOB=4836226
IDBENCH=177081
IDSOLVER=3672
FILE ID=nodeE007/4836226-1783692741
RUNJOBID= nodeE007-1783689078-1298876
SLURM_JOB_ID= 12734902
Free space on /tmp= 801024 MiB

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

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

MD5SUM BENCH= f2b7519dd87eddcc86d2731e7efdaf47
RANDOM SEED=1367227419

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3618.359
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		: 2493.659
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		: 2493.659
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		: 2493.659
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		: 3592.045
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		: 2493.659
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		: 3589.815
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		: 3588.832
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		: 3591.284
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		: 3592.170
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:        520266460 kB
MemAvailable:   1014320516 kB
Buffers:            1060 kB
Cached:         496822724 kB
SwapCached:          264 kB
Active:         42157732 kB
Inactive:       486719312 kB
Active(anon):   32442424 kB
Inactive(anon):   561576 kB
Active(file):    9715308 kB
Inactive(file): 486157736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33550076 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89272 kB
Writeback:             0 kB
AnonPages:      32052740 kB
Mapped:           185320 kB
Shmem:            949608 kB
KReclaimable:    3814080 kB
Slab:            4467456 kB
SReclaimable:    3814080 kB
SUnreclaim:       653376 kB
KernelStack:       19808 kB
PageTables:        71940 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   169795128 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484004 kB
VmallocChunk:          0 kB
Percpu:           125440 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29446144 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= 800856 MiB
End job on nodeE007 at 2026-07-10 17:13:58