Trace number 4805234

Some explanations

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

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

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

Solver answer on this benchmark

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

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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.05/0.11	c version PB26fixedPrime.v20260610
0.05/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.11	c java.vm.version	26.0.1+8-34
0.05/0.11	c java.vm.vendor	Oracle Corporation
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		26.0.1
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		30334720
0.05/0.11	c Max memory 		32178700288
0.05/0.12	c Total memory 		33554432
0.05/0.12	c Number of processors 	4
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c Expensive reason simplification
0.05/0.14	c Glucose 2.1 dynamic restart strategy
0.05/0.14	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.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c Listener: none
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-4805234-1782830144.opb
0.05/0.14	c reading problem ... 
0.05/0.14	c  objective function found
0.05/0.16	c ... done. Wall clock time 0.019s.
0.05/0.16	c declared #vars     1004
0.05/0.16	c #constraints  502
0.05/0.16	c constraints type 
0.05/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 502
0.05/0.16	c 502 constraints processed.
0.05/0.17	c objective function length is 251 literals
0.05/0.19	c SATISFIABLE
0.05/0.19	c OPTIMIZING...
0.05/0.19	c Got one! Elapsed wall clock time (in seconds):0.049
0.05/0.19	o 1
0.66/0.35	c cleaning 2580 clauses out of 5167 with flag 25326/5167
0.95/0.48	c cleaning 4287 clauses out of 8588 with flag 56681/11168
1.09/0.61	c cleaning 5647 clauses out of 11300 with flag 94924/18167
1.35/0.75	c cleaning 6819 clauses out of 13653 with flag 145147/26167
1.66/0.91	c cleaning 7917 clauses out of 15835 with flag 199462/35168
1.77/1.08	c cleaning 8957 clauses out of 17917 with flag 253151/45167
1.96/1.28	c cleaning 9970 clauses out of 19960 with flag 316324/56167
2.26/1.50	c cleaning 10991 clauses out of 21992 with flag 386909/68169
2.46/1.73	c cleaning 11991 clauses out of 23999 with flag 460725/81167
2.67/2.00	c cleaning 12994 clauses out of 26008 with flag 541143/95167
2.97/2.28	c cleaning 13990 clauses out of 28014 with flag 625785/110167
3.27/2.60	c cleaning 15001 clauses out of 30024 with flag 721500/126167
3.70/2.94	c cleaning 16002 clauses out of 32028 with flag 826606/143172
4.02/3.28	c cleaning 16999 clauses out of 34021 with flag 935848/161167
4.42/3.68	c cleaning 17996 clauses out of 36022 with flag 1054766/180167
4.85/4.08	c cleaning 18997 clauses out of 38026 with flag 1169504/200167
5.25/4.49	c cleaning 20000 clauses out of 40029 with flag 1291001/221167
5.78/4.94	c cleaning 21000 clauses out of 42029 with flag 1423169/243167
6.28/5.41	c cleaning 22007 clauses out of 44031 with flag 1552214/266169
6.79/5.91	c cleaning 22986 clauses out of 46023 with flag 1696981/290168
7.32/6.45	c cleaning 24012 clauses out of 48037 with flag 1844298/315168
7.94/7.04	c cleaning 25001 clauses out of 50026 with flag 2005525/341169
8.52/7.64	c cleaning 26001 clauses out of 52024 with flag 2177003/368168
9.12/8.27	c cleaning 26997 clauses out of 54022 with flag 2353798/396167
9.82/8.92	c cleaning 27990 clauses out of 56025 with flag 2533627/425167
10.52/9.60	c cleaning 28998 clauses out of 58036 with flag 2717587/455168
11.24/10.32	c cleaning 30001 clauses out of 60038 with flag 2914748/486168
11.96/11.06	c cleaning 30994 clauses out of 62036 with flag 3113868/518167
12.74/11.83	c cleaning 32006 clauses out of 64042 with flag 3330796/551167
13.54/12.62	c cleaning 32998 clauses out of 66037 with flag 3542557/585168
14.36/13.45	c cleaning 33995 clauses out of 68038 with flag 3766080/620167
15.25/14.31	c cleaning 35006 clauses out of 70043 with flag 4013049/656167
16.19/15.21	c cleaning 35994 clauses out of 72037 with flag 4258664/693167
17.00/16.10	c cleaning 36999 clauses out of 74043 with flag 4509882/731167
17.99/17.05	c cleaning 37990 clauses out of 76044 with flag 4759383/770167
19.00/18.01	c cleaning 39018 clauses out of 78054 with flag 5014861/810167
19.89/19.00	c cleaning 39994 clauses out of 80036 with flag 5284029/851167
21.16/20.13	c cleaning 41002 clauses out of 82043 with flag 5564582/893168
22.16/21.19	c cleaning 41997 clauses out of 84040 with flag 5839449/936167
23.35/22.32	c cleaning 43010 clauses out of 86045 with flag 6129617/980169
24.47/23.49	c cleaning 43999 clauses out of 88034 with flag 6419119/1025168
25.66/24.67	c cleaning 44999 clauses out of 90035 with flag 6714320/1071168
26.86/25.87	c cleaning 45997 clauses out of 92035 with flag 7026032/1118167
28.09/27.10	c cleaning 47002 clauses out of 94038 with flag 7338218/1166167
29.37/28.36	c cleaning 48000 clauses out of 96038 with flag 7657174/1215169
30.67/29.64	c cleaning 48997 clauses out of 98036 with flag 7987859/1265167
31.99/31.00	c cleaning 50004 clauses out of 100039 with flag 8323336/1316167
33.49/32.42	c cleaning 50996 clauses out of 102036 with flag 8665955/1368168
34.88/33.81	c cleaning 51997 clauses out of 104040 with flag 8999084/1421168
36.41/35.34	c cleaning 52997 clauses out of 106042 with flag 9365777/1475167
37.91/36.84	c cleaning 53990 clauses out of 108046 with flag 9722734/1530168
39.46/38.38	c cleaning 55017 clauses out of 110055 with flag 10084399/1586167
41.06/39.97	c cleaning 55996 clauses out of 112039 with flag 10466697/1643168
42.77/41.64	c cleaning 56992 clauses out of 114042 with flag 10863282/1701167
44.46/43.31	c cleaning 58007 clauses out of 116052 with flag 11252945/1760169
46.20/45.07	c cleaning 59009 clauses out of 118043 with flag 11665547/1820167
47.98/46.82	c cleaning 59983 clauses out of 120035 with flag 12073019/1881168
49.67/48.60	c cleaning 61009 clauses out of 122051 with flag 12492483/1943167
51.58/50.46	c cleaning 61990 clauses out of 124042 with flag 12920867/2006167
53.48/52.35	c cleaning 63005 clauses out of 126052 with flag 13378205/2070167
55.50/54.31	c cleaning 64008 clauses out of 128047 with flag 13822503/2135167
57.40/56.27	c cleaning 65001 clauses out of 130039 with flag 14276236/2201167
59.40/58.29	c cleaning 66002 clauses out of 132038 with flag 14743002/2268167
61.52/60.30	c cleaning 67000 clauses out of 134036 with flag 15203984/2336167
63.64/62.42	c cleaning 68009 clauses out of 136037 with flag 15673076/2405168
65.92/64.69	c cleaning 68994 clauses out of 138027 with flag 16178457/2475167
68.24/66.94	c cleaning 69997 clauses out of 140033 with flag 16677291/2546167
70.45/69.17	c cleaning 70999 clauses out of 142036 with flag 17169296/2618167
72.86/71.50	c cleaning 72013 clauses out of 144039 with flag 17671630/2691169
75.25/73.91	c cleaning 72987 clauses out of 146024 with flag 18199128/2765167
77.65/76.38	c cleaning 73989 clauses out of 148038 with flag 18718396/2840168
80.18/78.84	c cleaning 75011 clauses out of 150049 with flag 19235915/2916168
82.67/81.30	c cleaning 76001 clauses out of 152038 with flag 19764461/2993168
85.27/83.92	c cleaning 77001 clauses out of 154036 with flag 20307173/3071167
87.79/86.50	c cleaning 77995 clauses out of 156035 with flag 20875964/3150167
90.54/89.15	c cleaning 79002 clauses out of 158041 with flag 21422228/3230168
93.32/91.89	c cleaning 80001 clauses out of 160038 with flag 21985911/3311167
96.12/94.67	c cleaning 80986 clauses out of 162041 with flag 22546292/3393171
98.94/97.45	c cleaning 82007 clauses out of 164054 with flag 23113924/3476170
101.85/100.38	c cleaning 83004 clauses out of 166044 with flag 23695066/3560167
104.76/103.25	c cleaning 84008 clauses out of 168041 with flag 24282741/3645168
107.68/106.17	c cleaning 84996 clauses out of 170033 with flag 24881766/3731168
110.73/109.17	c cleaning 85993 clauses out of 172036 with flag 25477584/3818167
113.90/112.26	c cleaning 86994 clauses out of 174043 with flag 26085186/3906167
117.01/115.39	c cleaning 88000 clauses out of 176051 with flag 26699987/3995169
120.32/118.65	c cleaning 89003 clauses out of 178050 with flag 27346893/4085168
123.54/121.85	c cleaning 90005 clauses out of 180046 with flag 27978251/4176167
126.88/125.19	c cleaning 90997 clauses out of 182044 with flag 28619929/4268170
130.51/128.70	c cleaning 92006 clauses out of 184045 with flag 29284697/4361168
134.13/132.20	c cleaning 92981 clauses out of 186039 with flag 29950931/4455168
137.57/135.69	c cleaning 94023 clauses out of 188057 with flag 30624382/4550167
141.31/139.32	c cleaning 94991 clauses out of 190035 with flag 31322508/4646168
144.84/142.88	c cleaning 95999 clauses out of 192043 with flag 32014690/4743167
148.58/146.52	c cleaning 96986 clauses out of 194044 with flag 32705799/4841167
152.35/150.28	c cleaning 98008 clauses out of 196058 with flag 33401090/4940167
156.20/154.04	c cleaning 99006 clauses out of 198051 with flag 34110259/5040168
160.03/157.84	c cleaning 99998 clauses out of 200044 with flag 34814592/5141167
163.98/161.78	c cleaning 100991 clauses out of 202046 with flag 35532631/5243167
168.10/165.73	c cleaning 102007 clauses out of 204055 with flag 36276820/5346167
172.02/169.69	c cleaning 103004 clauses out of 206048 with flag 37012373/5450167
176.23/173.81	c cleaning 103993 clauses out of 208046 with flag 37768625/5555169
180.49/178.05	c cleaning 104993 clauses out of 210052 with flag 38544051/5661168
184.79/182.34	c cleaning 106002 clauses out of 212058 with flag 39321612/5768167
189.22/186.62	c cleaning 107010 clauses out of 214057 with flag 40095564/5876168
193.54/190.96	c cleaning 108004 clauses out of 216046 with flag 40873392/5985167
197.84/195.27	c cleaning 108994 clauses out of 218046 with flag 41680042/6095171
202.28/199.67	c cleaning 109998 clauses out of 220048 with flag 42492651/6206167
206.83/204.18	c cleaning 111000 clauses out of 222050 with flag 43293189/6318167
211.55/208.76	c cleaning 112003 clauses out of 224050 with flag 44113161/6431167
216.26/213.49	c cleaning 113017 clauses out of 226052 with flag 44940351/6545172
220.98/218.18	c cleaning 113987 clauses out of 228030 with flag 45771220/6660167
225.76/222.97	c cleaning 115001 clauses out of 230043 with flag 46605968/6776167
230.71/227.86	c cleaning 116004 clauses out of 232042 with flag 47450477/6893167
235.86/232.86	c cleaning 116986 clauses out of 234038 with flag 48324499/7011167
240.90/237.88	c cleaning 118012 clauses out of 236052 with flag 49204699/7130167
245.95/242.85	c cleaning 118985 clauses out of 238040 with flag 50089255/7250167
251.10/248.00	c cleaning 120010 clauses out of 240055 with flag 50982811/7371167
256.42/253.18	c cleaning 121006 clauses out of 242045 with flag 51888143/7493167
261.78/258.42	c cleaning 121979 clauses out of 244041 with flag 52787838/7616169
266.88/263.53	c cleaning 123010 clauses out of 246060 with flag 53698281/7740167
272.33/268.94	c cleaning 124003 clauses out of 248050 with flag 54620425/7865167
277.84/274.38	c cleaning 124992 clauses out of 250047 with flag 55552565/7991167
283.26/279.76	c cleaning 126008 clauses out of 252055 with flag 56480185/8118167
288.81/285.27	c cleaning 126997 clauses out of 254047 with flag 57428308/8246167
294.68/290.95	c cleaning 128007 clauses out of 256050 with flag 58407483/8375167
300.52/296.72	c cleaning 129008 clauses out of 258044 with flag 59388108/8505168
306.36/302.57	c cleaning 129999 clauses out of 260035 with flag 60350693/8636167
312.41/308.54	c cleaning 131001 clauses out of 262036 with flag 61337985/8768167
318.44/314.43	c cleaning 132001 clauses out of 264035 with flag 62327150/8901167
324.55/320.50	c cleaning 132981 clauses out of 266034 with flag 63324929/9035167
330.59/326.53	c cleaning 134007 clauses out of 268053 with flag 64332266/9170167
336.84/332.65	c cleaning 134993 clauses out of 270046 with flag 65346348/9306167
343.31/339.02	c cleaning 136006 clauses out of 272053 with flag 66392387/9443167
349.85/345.57	c cleaning 137007 clauses out of 274047 with flag 67440038/9581167
356.61/352.14	c cleaning 138000 clauses out of 276041 with flag 68485982/9720168
363.25/358.74	c cleaning 139004 clauses out of 278040 with flag 69530324/9860167
369.89/365.36	c cleaning 139988 clauses out of 280037 with flag 70603719/10001168
376.57/371.81	c cleaning 141005 clauses out of 282049 with flag 71674200/10143168
383.43/378.63	c cleaning 141985 clauses out of 284047 with flag 72759043/10286171
390.25/385.44	c cleaning 142999 clauses out of 286058 with flag 73827045/10430167
397.42/392.43	c cleaning 144014 clauses out of 288059 with flag 74926522/10575167
404.67/399.66	c cleaning 144998 clauses out of 290045 with flag 76028277/10721167
411.81/406.79	c cleaning 146003 clauses out of 292047 with flag 77139867/10868167
419.19/413.97	c cleaning 147007 clauses out of 294047 with flag 78277395/11016170
426.44/421.11	c cleaning 148004 clauses out of 296037 with flag 79383415/11165167
433.78/428.42	c cleaning 148994 clauses out of 298036 with flag 80553178/11315170
441.37/435.85	c cleaning 149998 clauses out of 300039 with flag 81693784/11466167
449.13/443.50	c cleaning 151000 clauses out of 302041 with flag 82849428/11618167
456.56/451.00	c cleaning 151996 clauses out of 304042 with flag 84027409/11771168
464.47/458.69	c cleaning 153010 clauses out of 306046 with flag 85203901/11925168
472.33/466.42	c cleaning 153999 clauses out of 308037 with flag 86399769/12080169
479.98/474.01	c cleaning 155001 clauses out of 310036 with flag 87604218/12236167
488.06/481.92	c cleaning 155997 clauses out of 312035 with flag 88819014/12393167
496.14/489.97	c cleaning 156993 clauses out of 314038 with flag 90037151/12551167
504.19/497.99	c cleaning 158011 clauses out of 316046 with flag 91281382/12710168
512.67/506.26	c cleaning 158993 clauses out of 318034 with flag 92486547/12870167
521.02/514.57	c cleaning 160009 clauses out of 320043 with flag 93720800/13031169
529.28/522.77	c cleaning 161005 clauses out of 322032 with flag 94981015/13193167
537.81/531.08	c cleaning 162001 clauses out of 324028 with flag 96237246/13356168
546.28/539.44	c cleaning 163004 clauses out of 326027 with flag 97486594/13520168
554.95/548.02	c cleaning 163987 clauses out of 328022 with flag 98749437/13685167
563.65/556.59	c cleaning 164996 clauses out of 330036 with flag 100067443/13851168
572.40/565.22	c cleaning 165998 clauses out of 332039 with flag 101367433/14018167
581.11/574.00	c cleaning 167006 clauses out of 334042 with flag 102687995/14186168
590.15/583.00	c cleaning 167993 clauses out of 336036 with flag 103993395/14355168
599.32/591.99	c cleaning 168996 clauses out of 338043 with flag 105308741/14525168
608.66/601.20	c cleaning 169993 clauses out of 340047 with flag 106651050/14696168
618.02/610.54	c cleaning 171010 clauses out of 342053 with flag 107986585/14868167
627.46/619.73	c cleaning 172002 clauses out of 344044 with flag 109332836/15041168
636.93/629.16	c cleaning 172990 clauses out of 346043 with flag 110694181/15215169
646.64/638.89	c cleaning 173999 clauses out of 348052 with flag 112085128/15390168
656.40/648.56	c cleaning 175010 clauses out of 350053 with flag 113465644/15566168
666.56/658.53	c cleaning 175999 clauses out of 352042 with flag 114883848/15743167
676.59/668.54	c cleaning 177002 clauses out of 354043 with flag 116275756/15921167
686.86/678.72	c cleaning 177994 clauses out of 356041 with flag 117678498/16100167
697.11/688.91	c cleaning 179004 clauses out of 358048 with flag 119091951/16280168
707.17/698.86	c cleaning 180010 clauses out of 360044 with flag 120532954/16461168
717.54/709.16	c cleaning 180997 clauses out of 362034 with flag 121963479/16643168
727.68/719.27	c cleaning 181994 clauses out of 364038 with flag 123412717/16826169
738.70/730.03	c cleaning 182987 clauses out of 366042 with flag 124879345/17010167
749.63/740.92	c cleaning 184004 clauses out of 368055 with flag 126348691/17195167
760.08/751.35	c cleaning 185013 clauses out of 370051 with flag 127823299/17381167
771.13/762.19	c cleaning 185999 clauses out of 372038 with flag 129288615/17568167
782.29/773.29	c cleaning 186992 clauses out of 374039 with flag 130803768/17756167
793.04/783.99	c cleaning 187991 clauses out of 376048 with flag 132303705/17945168
804.25/794.95	c cleaning 189015 clauses out of 378058 with flag 133842174/18135169
814.99/805.68	c cleaning 189981 clauses out of 380042 with flag 135389748/18326168
826.03/816.67	c cleaning 191005 clauses out of 382060 with flag 136937966/18518167
837.40/827.78	c cleaning 192007 clauses out of 384058 with flag 138487204/18711170
848.67/839.00	c cleaning 193005 clauses out of 386049 with flag 140035133/18905168
860.07/850.27	c cleaning 194000 clauses out of 388044 with flag 141596185/19100168
871.82/861.89	c cleaning 195008 clauses out of 390044 with flag 143185721/19296168
883.20/873.16	c cleaning 195995 clauses out of 392035 with flag 144725543/19493167
894.35/884.29	c cleaning 196997 clauses out of 394041 with flag 146286701/19691168
906.43/896.12	c cleaning 198002 clauses out of 396045 with flag 147902775/19890169
918.07/907.77	c cleaning 199005 clauses out of 398042 with flag 149503099/20090168
930.02/919.41	c cleaning 199984 clauses out of 400037 with flag 151099574/20291168
941.88/931.26	c cleaning 200985 clauses out of 402052 with flag 152755665/20493167
954.16/943.41	c cleaning 202011 clauses out of 404067 with flag 154409448/20696167
966.57/955.60	c cleaning 203000 clauses out of 406057 with flag 156068292/20900168
979.18/968.11	c cleaning 204007 clauses out of 408058 with flag 157729367/21105169
991.93/980.81	c cleaning 204997 clauses out of 410049 with flag 159401895/21311167
1004.78/993.55	c cleaning 206009 clauses out of 412053 with flag 161054235/21518168
1017.44/1006.13	c cleaning 206998 clauses out of 414043 with flag 162742394/21726167
1030.37/1019.06	c cleaning 208010 clauses out of 416046 with flag 164460001/21935168
1043.98/1032.44	c cleaning 209003 clauses out of 418035 with flag 166153151/22145167
1057.26/1045.65	c cleaning 209997 clauses out of 420033 with flag 167882700/22356168
1070.73/1058.80	c cleaning 210988 clauses out of 422035 with flag 169624805/22568167
1084.01/1072.02	c cleaning 212006 clauses out of 424049 with flag 171343522/22781169
1097.70/1085.64	c cleaning 212998 clauses out of 426041 with flag 173090507/22995167
1111.15/1098.98	c cleaning 214007 clauses out of 428046 with flag 174852439/23210170
1124.69/1112.41	c cleaning 214991 clauses out of 430039 with flag 176595972/23426170
1138.39/1125.86	c cleaning 216010 clauses out of 432045 with flag 178347031/23643167
1152.44/1139.85	c cleaning 217000 clauses out of 434035 with flag 180134705/23861167
1166.95/1154.07	c cleaning 217994 clauses out of 436036 with flag 181929131/24080168
1180.88/1167.94	c cleaning 219003 clauses out of 438042 with flag 183737744/24300168
1194.89/1181.65	c cleaning 219997 clauses out of 440039 with flag 185556036/24521168
1209.06/1195.75	c cleaning 221003 clauses out of 442043 with flag 187385253/24743169
1223.57/1209.98	c cleaning 221998 clauses out of 444038 with flag 189224044/24966167
1237.87/1224.14	c cleaning 223005 clauses out of 446041 with flag 191084119/25190168
1252.35/1238.35	c cleaning 223989 clauses out of 448035 with flag 192938361/25415167
1267.04/1252.92	c cleaning 225011 clauses out of 450046 with flag 194791002/25641167
1281.94/1267.53	c cleaning 226006 clauses out of 452037 with flag 196693995/25868169
1296.72/1282.26	c cleaning 226980 clauses out of 454029 with flag 198590002/26096167
1311.71/1296.92	c cleaning 228007 clauses out of 456051 with flag 200484047/26325169
1326.71/1311.82	c cleaning 228996 clauses out of 458044 with flag 202405420/26555169
1341.64/1326.54	c cleaning 229999 clauses out of 460047 with flag 204307452/26786168
1356.96/1341.51	c cleaning 231009 clauses out of 462047 with flag 206236397/27018167
1372.98/1357.25	c cleaning 232001 clauses out of 464038 with flag 208158860/27251167
1389.15/1373.08	c cleaning 232982 clauses out of 466037 with flag 210096909/27485167
1404.79/1388.38	c cleaning 234018 clauses out of 468055 with flag 212050593/27720167
1420.40/1403.66	c cleaning 234999 clauses out of 470037 with flag 214034439/27956167
1436.60/1419.52	c cleaning 236004 clauses out of 472039 with flag 216004686/28193168
1452.84/1435.40	c cleaning 237006 clauses out of 474034 with flag 217987279/28431167
1469.30/1451.50	c cleaning 238004 clauses out of 476028 with flag 219990960/28670167
1485.41/1467.54	c cleaning 239001 clauses out of 478024 with flag 221997607/28910167
1501.52/1483.42	c cleaning 239991 clauses out of 480024 with flag 223985313/29151168
1517.96/1499.56	c cleaning 241000 clauses out of 482033 with flag 226011982/29393168
1534.76/1516.23	c cleaning 241999 clauses out of 484034 with flag 228035143/29636169
1551.53/1532.87	c cleaning 242998 clauses out of 486034 with flag 230078454/29880168
1568.46/1549.44	c cleaning 243993 clauses out of 488036 with flag 232106580/30125168
1585.59/1566.29	c cleaning 245007 clauses out of 490042 with flag 234173296/30371167
1603.28/1583.69	c cleaning 245991 clauses out of 492036 with flag 236263961/30618168
1620.77/1600.85	c cleaning 246993 clauses out of 494045 with flag 238345543/30866168
1638.33/1618.09	c cleaning 248003 clauses out of 496051 with flag 240439830/31115167
1655.82/1635.26	c cleaning 249016 clauses out of 498050 with flag 242510445/31365169
1673.82/1652.99	c cleaning 249986 clauses out of 500034 with flag 244599868/31616169
1692.14/1670.94	c cleaning 250998 clauses out of 502047 with flag 246731170/31868168
1710.22/1688.79	c cleaning 252001 clauses out of 504049 with flag 248865650/32121168
1729.12/1707.35	c cleaning 253003 clauses out of 506047 with flag 250994831/32375167
1747.41/1725.34	c cleaning 254003 clauses out of 508045 with flag 253168409/32630168
1765.90/1743.73	c cleaning 254991 clauses out of 510042 with flag 255329015/32886168
1784.16/1761.80	c cleaning 256003 clauses out of 512051 with flag 257476616/33143168
1803.29/1780.60	c cleaning 256993 clauses out of 514047 with flag 259660792/33401167
1822.45/1799.47	c cleaning 258019 clauses out of 516055 with flag 261832244/33660168
1841.90/1818.58	c cleaning 258998 clauses out of 518036 with flag 264047906/33920168
1861.11/1837.46	c cleaning 260005 clauses out of 520037 with flag 266245664/34181167
1880.45/1856.43	c cleaning 260990 clauses out of 522034 with flag 268476689/34443169
1899.79/1875.46	c cleaning 262009 clauses out of 524043 with flag 270730732/34706168
1919.25/1894.64	c cleaning 262991 clauses out of 526034 with flag 272947803/34970168
1939.24/1914.32	c cleaning 264000 clauses out of 528043 with flag 275157362/35235168
1958.99/1933.84	c cleaning 264994 clauses out of 530043 with flag 277377520/35501168
1979.02/1953.68	c cleaning 265998 clauses out of 532050 with flag 279651445/35768169
1999.22/1973.57	c cleaning 266993 clauses out of 534051 with flag 281901399/36036168
2019.98/1993.91	c cleaning 268006 clauses out of 536057 with flag 284191635/36305167
2040.86/2014.58	c cleaning 269009 clauses out of 538052 with flag 286482741/36575168
2061.64/2035.10	c cleaning 270004 clauses out of 540043 with flag 288777588/36846168
2082.06/2055.19	c cleaning 271000 clauses out of 542040 with flag 291051798/37118169
2103.17/2075.99	c cleaning 272010 clauses out of 544039 with flag 293386968/37391168
2124.75/2097.21	c cleaning 273000 clauses out of 546028 with flag 295713000/37665167
2145.91/2118.17	c cleaning 273994 clauses out of 548028 with flag 298058133/37940167
2166.72/2138.74	c cleaning 274984 clauses out of 550035 with flag 300430409/38216168
2188.58/2160.08	c cleaning 275983 clauses out of 552050 with flag 302832320/38493167
2210.70/2181.83	c cleaning 277002 clauses out of 554069 with flag 305205590/38771169
2232.36/2203.12	c cleaning 278017 clauses out of 556065 with flag 307606490/39050167
2254.43/2224.92	c cleaning 279001 clauses out of 558048 with flag 309989034/39330167
2276.78/2246.73	c cleaning 280010 clauses out of 560048 with flag 312403939/39611168
2298.70/2268.34	c cleaning 280999 clauses out of 562039 with flag 314828323/39893169
2321.20/2290.53	c cleaning 282005 clauses out of 564039 with flag 317299894/40176168
2343.78/2312.80	c cleaning 282997 clauses out of 566033 with flag 319742918/40460167
2366.18/2334.96	c cleaning 283997 clauses out of 568037 with flag 322170163/40745168
2389.49/2357.84	c cleaning 285001 clauses out of 570040 with flag 324622929/41031168
2412.18/2380.14	c cleaning 286000 clauses out of 572039 with flag 327100192/41318168
2435.43/2403.02	c cleaning 286999 clauses out of 574038 with flag 329602221/41606167
2457.81/2425.11	c cleaning 288002 clauses out of 576039 with flag 332086170/41895167
2480.78/2447.76	c cleaning 289003 clauses out of 578039 with flag 334582910/42185169
2503.79/2470.43	c cleaning 290001 clauses out of 580034 with flag 337070647/42476167
2527.43/2493.74	c cleaning 290997 clauses out of 582033 with flag 339611945/42768167
2551.03/2517.08	c cleaning 292001 clauses out of 584036 with flag 342135730/43061167
2574.94/2540.62	c cleaning 293001 clauses out of 586037 with flag 344682805/43355169
2598.70/2563.84	c cleaning 294008 clauses out of 588035 with flag 347197351/43650168
2623.27/2588.28	c cleaning 294989 clauses out of 590026 with flag 349781986/43946167
2647.33/2612.24	c cleaning 295988 clauses out of 592038 with flag 352355494/44243168
2670.70/2635.53	c cleaning 297014 clauses out of 594050 with flag 354951198/44541168
2695.06/2659.82	c cleaning 297998 clauses out of 596037 with flag 357549913/44840169
2718.98/2683.78	c cleaning 299002 clauses out of 598038 with flag 360162773/45140168
2744.19/2708.87	c cleaning 300005 clauses out of 600037 with flag 362822115/45441169
2768.69/2733.14	c cleaning 301000 clauses out of 602030 with flag 365471547/45743167
2793.63/2758.06	c cleaning 301989 clauses out of 604030 with flag 368074610/46046167
2818.82/2783.24	c cleaning 303000 clauses out of 606041 with flag 370730620/46350167
2844.11/2808.56	c cleaning 304003 clauses out of 608041 with flag 373390564/46655167
2869.58/2833.98	c cleaning 304991 clauses out of 610038 with flag 376075995/46961167
2895.29/2859.38	c cleaning 305993 clauses out of 612047 with flag 378755528/47268167
2921.22/2885.22	c cleaning 307013 clauses out of 614054 with flag 381434028/47576167
2946.62/2910.52	c cleaning 307996 clauses out of 616042 with flag 384110388/47885168
2972.31/2936.19	c cleaning 309005 clauses out of 618047 with flag 386837455/48195169
2998.13/2961.72	c cleaning 310012 clauses out of 620041 with flag 389585678/48506168
3023.48/2987.07	c cleaning 311002 clauses out of 622030 with flag 392354054/48818169
3048.85/3012.48	c cleaning 311991 clauses out of 624027 with flag 395141373/49131168
3074.21/3037.77	c cleaning 312996 clauses out of 626035 with flag 397906642/49445167
3101.54/3064.71	c cleaning 314002 clauses out of 628039 with flag 400654344/49760167
3128.19/3091.39	c cleaning 314994 clauses out of 630037 with flag 403473492/50076167
3155.00/3118.03	c cleaning 316003 clauses out of 632046 with flag 406275155/50393170
3181.65/3144.39	c cleaning 317006 clauses out of 634040 with flag 409071724/50711167
3208.61/3171.26	c cleaning 318007 clauses out of 636036 with flag 411927282/51030169
3235.97/3198.54	c cleaning 318985 clauses out of 638027 with flag 414795460/51350167
3263.58/3225.70	c cleaning 320003 clauses out of 640042 with flag 417634233/51671167
3291.54/3253.63	c cleaning 321000 clauses out of 642039 with flag 420489436/51993167
3319.10/3281.17	c cleaning 322004 clauses out of 644040 with flag 423330650/52316168
3346.94/3308.63	c cleaning 323008 clauses out of 646035 with flag 426219859/52640167
3373.98/3335.63	c cleaning 323999 clauses out of 648027 with flag 429089171/52965167
3401.12/3362.71	c cleaning 324991 clauses out of 650028 with flag 432013634/53291167
3429.48/3390.77	c cleaning 325998 clauses out of 652038 with flag 434940440/53618168
3458.22/3419.46	c cleaning 327013 clauses out of 654039 with flag 437844105/53946167
3487.23/3448.35	c cleaning 328001 clauses out of 656026 with flag 440789314/54275167
3515.43/3476.31	c cleaning 328988 clauses out of 658026 with flag 443750744/54605168
3544.11/3504.90	c cleaning 329998 clauses out of 660038 with flag 446728262/54936168
3573.14/3533.66	c cleaning 331000 clauses out of 662040 with flag 449672833/55268168
3600.04/3560.40	c starts		: 223162
3600.04/3560.41	c conflicts		: 55587312
3600.04/3560.41	c decisions		: 147781958
3600.04/3560.41	c propagations		: 1835894200
3600.04/3560.41	c inspects		: 84338905619
3600.04/3560.41	c shortcuts		: 0
3600.04/3560.41	c learnt literals	: 0
3600.04/3560.41	c learnt binary clauses	: 0
3600.04/3560.41	c learnt ternary clauses	: 0
3600.04/3560.41	c learnt constraints	: 55587312
3600.04/3560.41	c ignored constraints	: 0
3600.04/3560.41	c root simplifications	: 0
3600.04/3560.41	c removed literals (reason simplification)	: 70511775
3600.04/3560.41	c reason swapping (by a shorter reason)	: 0
3600.04/3560.41	c Calls to reduceDB	: 328
3600.04/3560.41	c Number of update (reduction) of LBD	: 15960498
3600.04/3560.41	c Imported unit clauses	: 0
3600.04/3560.41	c No decision after first conflict	: false
3600.04/3560.41	c number of reductions to clauses (during analyze)	: 0
3600.04/3560.41	c number of learned constraints concerned by reduction	: 0
3600.04/3560.41	c number of learning phase by resolution	: 0
3600.04/3560.41	c number of learning phase by cutting planes	: 0
3600.04/3560.41	c number of rounding to 1 operations	: 0
3600.04/3560.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3560.41	c number of reductions of the coefficients by power 2 	: 0
3600.04/3560.41	c number of right shift for reduction by power 2 	: 0
3600.04/3560.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3560.41	c number of ending skipping 	: 0
3600.04/3560.41	c number of internal skipping 	: 0
3600.04/3560.41	c number of derivation steps 	: 0
3600.04/3560.41	c number of skipped derivation steps 	: 0
3600.04/3560.41	c number of remaining unassigned 	: 0
3600.04/3560.41	c number of remaining assigned 	: 0
3600.04/3560.41	c number of falsified literals weakened from reason	: 0
3600.04/3560.41	c number of falsified literals weakened from conflict	: 0
3600.04/3560.41	c time for arithmetic operations	: 0
3600.04/3560.41	c minimum degree of deleted constraints	: null
3600.04/3560.41	c maximum degree of deleted constraints	: null
3600.04/3560.41	c number of deleted constraints	: 0
3600.04/3560.41	c speed (assignments/second)	: 515666.2885083212
3600.04/3560.41	c non guided choices	: 1293573
3600.04/3560.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 650184
3600.04/3560.47	s SATISFIABLE
3600.04/3560.47	c Found 1 solution(s)
3600.04/3560.47	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.04/3560.47	c objective function=1
3600.04/3560.47	c Total wall clock time (in seconds): 3560.325

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-4805234-1782830144/watcher-4805234-1782830144 -o /tmp/evaluation-result-4805234-1782830144/solver-4805234-1782830144 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4805234-1782830144/vars-4805234-1782830144 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553025 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4805234-1782830144.opb 

running on 4 cores: 0-3

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,3,11,18,25,31,33,55,59
  3550 MHz: 1-2,23,40-43,47,52-54
  3600 MHz: 4-10,12-17,19-22,24,26-30,32,34-39,44-46,48-51,56-58,60-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 0-3

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111658 MiB free)
  node 1: cores 8-15, 129019 MiB (111799 MiB free)
  node 2: cores 16-23, 129019 MiB (125837 MiB free)
  node 3: cores 24-31, 128957 MiB (115257 MiB free)
  node 4: cores 32-39, 129019 MiB (110491 MiB free)
  node 5: cores 40-47, 129019 MiB (108204 MiB free)
  node 6: cores 48-55, 129019 MiB (114207 MiB free)
  node 7: cores 56-63, 128474 MiB (106801 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100056 s]*
/proc/loadavg: 2.13 1.85 2.98 28/1092 2553510
/proc/meminfo: memFree=925852900/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=34900044 memory=46336 CPUtime=0.05 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 5535 0 0 0 5 0 0 0 20 0 19 0 216302328 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8725011 11584 6101 1 0 30843 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=34900044 memory=5979075893 CPUtime=0.03 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 2790 0 0 0 3 0 0 0 20 0 19 0 216302334 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=34900044 memory=215704930196 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 216302336 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=34900044 memory=17979 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 216302336 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=34900044 memory=18330 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 216302336 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=34900044 memory=18896 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 216302336 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=34900044 memory=61753 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 216302336 35737645056 11315 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46336 KiB

[startup+0.213948 s]*
/proc/loadavg: 2.13 1.85 2.98 49/1172 2553620
/proc/meminfo: memFree=925464900/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35033172 memory=71112 CPUtime=0.37 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 9074 0 0 0 36 1 0 0 20 0 21 0 216302328 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8758293 17778 6244 1 0 34461 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35033172 memory=8029366186727859728 CPUtime=0.14 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 3313 0 0 0 14 0 0 0 20 0 21 0 216302334 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35033172 memory=211409961334 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35033172 memory=60680137098362 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35033172 memory=56290697299298 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35033172 memory=62883505653466 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35033172 memory=57420374404193 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35033172 memory=15255939441515678 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302346 35873968128 17467 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 71112 KiB

[startup+0.314821 s]*
/proc/loadavg: 2.13 1.85 2.98 52/1182 2553640
/proc/meminfo: memFree=924255416/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35033172 memory=83292 CPUtime=0.66 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 10586 0 0 0 65 1 0 0 20 0 21 0 216302328 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8758293 20823 6244 1 0 37455 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35033172 memory=3472328095224194576 CPUtime=0.24 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 3315 0 0 0 24 0 0 0 20 0 21 0 216302334 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35033172 memory=7307935031748723062 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35033172 memory=60680137098362 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35033172 memory=56290697299298 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35033172 memory=62883505653466 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35033172 memory=57420374404193 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35033172 memory=15255939441515678 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302346 35873968128 20462 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 83292 KiB

[startup+0.700228 s]
/proc/loadavg: 2.13 1.85 2.98 42/1189 2553647
/proc/meminfo: memFree=922886652/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35099736 memory=96244 CPUtime=1.35 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 11263 0 0 0 134 1 0 0 20 0 22 0 216302328 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8774934 24061 6276 1 0 45859 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35099736 memory=581376 CPUtime=0.61 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 3327 0 0 0 61 0 0 0 20 0 22 0 216302334 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35099736 memory=1652064 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216302336 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35099736 memory=4868 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216302336 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35099736 memory=2273 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216302336 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 216302336 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35099736 memory=5824 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216302336 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35099736 memory=-7595699527220160869 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216302346 35942129664 23728 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 96244 KiB

[startup+1.50017 s]
/proc/loadavg: 2.13 1.85 2.98 28/1189 2553653
/proc/meminfo: memFree=922498768/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35099736 memory=121196 CPUtime=2.26 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 12851 0 0 0 225 1 0 0 20 0 21 0 216302328 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8774934 30299 6276 1 0 52479 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35099736 memory=4868 CPUtime=1.4 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 3755 0 0 0 140 0 0 0 20 0 21 0 216302334 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35099736 memory=5824 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35099736 memory=94148 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35099736 memory=3948 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302346 35942129664 29893 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 121196 KiB

[startup+3.11366 s]
/proc/loadavg: 2.13 1.85 2.98 16/1189 2553669
/proc/meminfo: memFree=921607888/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35099736 memory=139832 CPUtime=3.94 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 14155 0 0 0 393 1 0 0 20 0 21 0 216302328 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8774934 34958 6276 1 0 56667 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35099736 memory=3948 CPUtime=2.99 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 3807 0 0 0 299 0 0 0 20 0 21 0 216302334 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35099736 memory=5824 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35099736 memory=94148 CPUtime=0 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35099736 memory=4868 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302336 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216302346 35942129664 34521 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 139832 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=864426872/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=1173488 CPUtime=3320.28 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 103809 0 0 0 331939 89 0 0 20 0 23 0 216302328 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 293372 6279 1 0 309494 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=1173488 CPUtime=3258.37 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 30938 0 0 0 325832 5 0 0 20 0 23 0 216302334 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=1189968 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=150252 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=0 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 38 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=1173488 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 277 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=15524 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 293127 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3320.28 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1173488 KiB

[startup+3342.3 s]
/proc/loadavg: 16.59 16.89 16.58 17/1228 2554400
/proc/meminfo: memFree=863979868/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=1140016 CPUtime=3380.7 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 105807 0 0 0 337980 90 0 0 20 0 23 0 216302328 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 285004 6279 1 0 301126 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=1173488 CPUtime=3318.02 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 32000 0 0 0 331797 5 0 0 20 0 23 0 216302334 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=164 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=150252 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=140185653404785 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 38 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=1140016 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=1140016 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 277 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=15524 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 284849 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3380.7 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1140016 KiB

[startup+3402.3 s]
/proc/loadavg: 16.72 16.84 16.58 17/1229 2554478
/proc/meminfo: memFree=879932768/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=1139764 CPUtime=3441.08 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 112230 0 0 0 344016 92 0 0 20 0 23 0 216302328 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 284941 6279 1 0 301126 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=150252 CPUtime=3377.68 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 33147 0 0 0 337763 5 0 0 20 0 23 0 216302334 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=1140016 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=1123284 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=5716 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 38 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=1125404 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=1139764 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 296 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=3948 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3441.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1139764 KiB

[startup+3462.3 s]
/proc/loadavg: 17.32 17.01 16.66 17/1230 2554481
/proc/meminfo: memFree=877861248/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=1140020 CPUtime=3501.42 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 112919 0 0 0 350049 93 0 0 20 0 23 0 216302328 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 285005 6279 1 0 301126 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=1140016 CPUtime=3437.35 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 33508 0 0 0 343730 5 0 0 20 0 23 0 216302334 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=3948 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=1139764 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=15524 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 38 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=4784 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=1140020 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 299 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=1140020 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 284608 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3501.42 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1140020 KiB

[startup+3522.3 s]
/proc/loadavg: 17.06 16.99 16.68 17/1230 2554482
/proc/meminfo: memFree=876006792/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=1006132 CPUtime=3561.83 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 113231 0 0 0 356090 93 0 0 20 0 23 0 216302328 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 251533 6279 1 0 267654 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=1139764 CPUtime=3497 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 33733 0 0 0 349695 5 0 0 20 0 23 0 216302334 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=1139764 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=1173488 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=4784 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 39 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=1006132 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=1006132 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 299 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=5820 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 251257 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3561.83 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1006132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.4 s]
/proc/loadavg: 17.31 17.06 16.71 17/1230 2554559
/proc/meminfo: memFree=880881008/1055320700 swapFree=33554428/33554428
[pid=2553272] ppid=2553226 vsize=35166300 memory=872244 CPUtime=3600.04 cores=0-3
/proc/2553272/stat : 2553272 (java) S 2553226 2553272 2553015 0 -1 4194304 113258 0 0 0 359910 94 0 0 20 0 23 0 216302328 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
/proc/2553272/statm: 8791575 218061 6279 1 0 234182 0
[pid=2553272/tid=2553374] ppid=2553226 vsize=35166300 memory=5860 CPUtime=3534.91 cores=0-3
/proc/2553272/task/2553374/stat : 2553374 (java) R 2553226 2553272 2553015 0 -1 4194368 33742 0 0 0 353486 5 0 0 20 0 23 0 216302334 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553410] ppid=2553226 vsize=35166300 memory=15055080 CPUtime=0 cores=0-3
/proc/2553272/task/2553410/stat : 2553410 (Referen..andler) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553411] ppid=2553226 vsize=35166300 memory=-7595699527220160869 CPUtime=0 cores=0-3
/proc/2553272/task/2553411/stat : 2553411 (Finalizer) S 2553226 2553272 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553414] ppid=2553226 vsize=35166300 memory=1972 CPUtime=0.09 cores=0-3
/proc/2553272/task/2553414/stat : 2553414 (Monitor..Thread) S 2553226 2553272 2553015 0 -1 4194368 39 0 0 0 6 3 0 0 20 0 23 0 216302336 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553429] ppid=2553226 vsize=35166300 memory=5716 CPUtime=0 cores=0-3
/proc/2553272/task/2553429/stat : 2553429 (Notific..Thread) S 2553226 2553272 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553430] ppid=2553226 vsize=35166300 memory=9408 CPUtime=0 cores=0-3
/proc/2553272/task/2553430/stat : 2553430 (Common-Cleaner) S 2553226 2553272 2553015 0 -1 4194368 299 0 0 0 0 0 0 0 20 0 23 0 216302336 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
[pid=2553272/tid=2553606] ppid=2553226 vsize=35166300 memory=27440 CPUtime=0 cores=0-3
/proc/2553272/task/2553606/stat : 2553606 (Timer-0) S 2553226 2553272 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216302346 36010291200 217753 18446744073709551615 93872504954880 93872504958576 140733490109632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93872504966440 93872504967184 93872512937984 140733490112724 140733490112864 140733490112864 140733490118600 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 872244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=0.954125 s

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

Child status: 143

Real time (s): 3560.48
CPU time (s): 3600.23
CPU user time (s): 3599.27
CPU system time (s): 0.954125
CPU usage (%): 101.116
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1336348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 0.954125
maximum resident set size= 1335284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130858
involuntary context switches= 5922


# summary of solver processes directly reported to runsolver:
#   pid: 2553272
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 0.954125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5875 second user time and 36.715 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 16:35:45
IDJOB=4805234
IDBENCH=177081
IDSOLVER=3602
FILE ID=nodeE004/4805234-1782830144
RUNJOBID= nodeE004-1782830144-2553025
SLURM_JOB_ID= 12541393
Free space on /tmp= 798504 MiB

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

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

MD5SUM BENCH= f2b7519dd87eddcc86d2731e7efdaf47
RANDOM SEED=533474332

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        925910776 kB
MemAvailable:   1046441672 kB
Buffers:            3352 kB
Cached:         124932636 kB
SwapCached:            0 kB
Active:          6352068 kB
Inactive:       118703052 kB
Active(anon):     897868 kB
Inactive(anon):   142608 kB
Active(file):    5454200 kB
Inactive(file): 118560444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19148 kB
Writeback:             0 kB
AnonPages:        122792 kB
Mapped:           181516 kB
Shmem:            921344 kB
KReclaimable:    1534852 kB
Slab:            2108856 kB
SReclaimable:    1534852 kB
SUnreclaim:       574004 kB
KernelStack:       14320 kB
PageTables:         4768 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1380284 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478452 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798480 MiB
End job on nodeE004 at 2026-06-30 17:35:06