Trace number 4817209

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 CuttingPlanes 2026-06-10SAT (TO)-3501 3600.17 3438.08

General information on the benchmark

NamePB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/
instances/normalized-QPLIB_2029.opb
MD5SUMd9c2241d93584cad05f450c8528c5668
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4338
Best CPU time to get the best result obtained on this benchmark57600.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables299
Total number of constraints299
Number of constraints which are clauses253
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint273
Number of terms in the objective function 2274
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 120251
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 5212
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120251
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)4502
Sum of products size (including duplicates)9004
Number of different products2251
Sum of products size4502

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.09	c  - never skip resolution steps
0.00/0.09	c  - Auto-division on coefficients is disabled
0.00/0.09	c  - No postprocessing
0.00/0.09	c  - Conflict is considered as is when resolving
0.00/0.09	c  - Use constraints as they come during conflict analysis
0.00/0.09	c  - Weaken first using unassigned literals
0.00/0.09	c  - Bump strategy: ALWAYS_ONE
0.00/0.09	c  - Bumper: EFFECTIVE
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.09	c No reason simplification
0.00/0.09	c Dynamic restart strategy considering the size of the coefficients
0.00/0.09	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4817209-1782910356.opb
0.00/0.10	c reading problem ... 
0.00/0.10	c  objective function found
0.16/0.16	c ... done. Wall clock time 0.066s.
0.16/0.16	c declared #vars     299
0.16/0.16	c internal #vars     2550
0.16/0.16	c #constraints  4824
0.16/0.16	c constraints type 
0.16/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.16/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.16/0.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2274
0.16/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2273
0.16/0.16	c 4824 constraints processed.
0.16/0.17	c objective function length is 2274 literals
0.16/0.19	c SATISFIABLE
0.16/0.19	c OPTIMIZING...
0.16/0.19	c Got one! Elapsed wall clock time (in seconds):0.098
0.16/0.19	o -2963
0.16/0.20	c Got one! Elapsed wall clock time (in seconds):0.108
0.16/0.20	o -3477
0.84/0.35	c Got one! Elapsed wall clock time (in seconds):0.256
0.84/0.35	o -3501
125.68/120.02	c cleaning 2509 clauses out of 5020 with flag 0/5020
564.97/553.11	c cleaning 4252 clauses out of 8510 with flag 0/11019
3600.02/3438.02	c starts		: 32
3600.02/3438.02	c conflicts		: 13569
3600.02/3438.02	c decisions		: 16649
3600.02/3438.02	c propagations		: 632029
3600.02/3438.02	c inspects		: 143246158
3600.02/3438.02	c shortcuts		: 0
3600.02/3438.02	c learnt literals	: 0
3600.02/3438.02	c learnt binary clauses	: 100
3600.02/3438.02	c learnt ternary clauses	: 1
3600.02/3438.02	c learnt constraints	: 13568
3600.02/3438.02	c ignored constraints	: 0
3600.02/3438.02	c root simplifications	: 0
3600.02/3438.02	c removed literals (reason simplification)	: 0
3600.02/3438.02	c reason swapping (by a shorter reason)	: 0
3600.02/3438.02	c Calls to reduceDB	: 2
3600.02/3438.02	c Number of update (reduction) of LBD	: 18004
3600.02/3438.02	c Imported unit clauses	: 0
3600.02/3438.02	c No decision after first conflict	: false
3600.02/3438.02	c number of reductions to clauses (during analyze)	: 0
3600.02/3438.02	c number of learned constraints concerned by reduction	: 0
3600.02/3438.02	c number of learning phase by resolution	: 0
3600.02/3438.02	c number of learning phase by cutting planes	: 0
3600.02/3438.02	c number of rounding to 1 operations	: 0
3600.02/3438.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3438.02	c number of reductions of the coefficients by power 2 	: 0
3600.02/3438.02	c number of right shift for reduction by power 2 	: 0
3600.02/3438.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3438.02	c number of ending skipping 	: 0
3600.02/3438.02	c number of internal skipping 	: 0
3600.02/3438.02	c number of derivation steps 	: 385216
3600.02/3438.02	c number of skipped derivation steps 	: 0
3600.02/3438.02	c number of remaining unassigned 	: 249368
3600.02/3438.02	c number of remaining assigned 	: 73210486
3600.02/3438.02	c number of falsified literals weakened from reason	: 0
3600.02/3438.02	c number of falsified literals weakened from conflict	: 0
3600.02/3438.02	c time for arithmetic operations	: 1995286911108
3600.02/3438.02	c minimum degree of deleted constraints	: 2
3600.02/3438.03	c maximum degree of deleted constraints	: 182785338130886052598944744132917532224506180699826333215812087382945559217044648374150968826298368274592752110017504729942792082068883716440307817446226098357153870651189480138605693165463237097424428281359878370730315851725132283858485512781935849401750772016455728104216699464017511283595296823755259258825258021602329084430633750082277805210679885005552377306746413095776578514533908121323513833823754199539809420730241731318434664225277772097388859135479701753884855123404101227485866489030747425872998377164244818667705372809135061250460683211056247327154953553586079158406610312782290936482414848984437614406327629950036022260489721141488202177454754098232767510466088964787917812535288287540558415060350782458085447164846403024385639768791386594317458124568100765495300237897439516932421725470750414554504866739021497099625535062583058586866943721999081551764757765397324826774630472642795461674122265016745292006532893883290370707371969757835949852339407731753321354202573145534313468712073753680118172922779584064948660626697245884404402026150448619468685969481279743452156192292312236014677050429064812346456106098791227117781604432914778901202708750850730585529403178434999682149652037715627599684341972671769626488631265227195214621088583934535642786568213398190580494106890003128172175449448177902559652555356592475304367959855836964375053246765180128544733983632579859430968241789544511725682882526345550640647602886510539422886078801765437780566312225264376810876744456177880039003481637449330687991774146453599184834284840372148363670845249805802187568051282463266158363040160550471936327350261986760353865932812043033793882101292730100017162673583279916250237807741563761326056764612901567600923145418594441020211645140371506501627467079620768916091433701311038816666796013580578018606511250734691592755492807612019637725407803690771106867105204117686873226889084425938706450918121445288812500611500107022043510290624364846414790368968832395742601388762257136505488900199553440439030094699966036625910827471718668044310977724092123079911628232465387752543731542833657605560526265162997034877669619507820937463232297477511012075588641224485382210471416844744408113072689892189162963934120804227753327515381450279157338587830581518715812840693474678992113968300371749239779345120948708150970099293769374848821998487581109763270811240361644074301736285383098057601093064333463608175477234353880360965434942180325410021414236832448742298266742000991422675390033036373002107106211877574588967710597397850231113468780871214035077216879639363772154279913080409221159213926039223193287325280973585105168912488541413906419103206657745991754340919061052710418198737713366975621877524942774334268442012999598769160871222845337870483065250569486276932947052037707622174028416177980952898670776691862860309434875689109952222277012905557973822597508063973059060193801515985434697917023733545241415633509738848101856048357813303879906152057203877091775363326018293171668355761411102772774463331572392565567897262063567486039359123180046593213908715222424351324553412847156640743524642007088903203092690894686133938090812414399923830000250767515680098515802389932324140640786652607723747676935143529042189937664866085167920601193340827282219463314894308529836444191683886499275226396382420560070243203878301520475332445102487077378032299745461613299987831154555694900513355025275762234263387153666012844477492349392316478518764648620451556766992241368661539759581081304150180555027783037148388654419700756033491423475619392825206405940429989577844069753446302231233763869105498928942202485326502212432696808941913164254127874028025626772168089946477565390548208466090150082544318569744238488814965444869394614091191408679694726113871409215953678121543469014933812632230555165294094249770141245075906741598302704310923403069358382682634938747807695681279337055058853996331377345901470387162760412611005739609394913159276187890302288499830844154425432157628525279769990601828617850097932052679533458329037436570844631468055533344560864910740020240236055680220575309353966633711452527768548711237098926342408110133171602034774566788816240174811733395541865902272848219870709697191935813915420758441775033502409336680766500131823595409596698335795711226386795955596096058947373525675948488637984488091591397611005428990467299365344278157693816753351631320799957111999475651114637949549664162694169994631189837146540470512251406718513081393874102267091367143789419327682731920139619576325383013889520759187712366219467769661342111929787007633935587650981126591145733194197857641293988793047019450895154967537854540607438245106275089223485642806541353285081615172538137551622239801555344558734625511837840570285140167333416292897993671972355009354850931479161637150579428177781658693078320855143116339886866153356038111835087338708642868219867379339371208059085272336915531410100493590546391028123624321016904260300804264012223504776716483623490994020648146835308766800325845533756704665039850164099105299202435154099832135319191818656728487439738353259208589277809309839136443495146927624042520383881796053000493052922044248919631912056526825423030265058732018358627713517843734092484664376194195155266061626157665947147538440444513547009044621920604234485112576623505322936944667210185981166964323679176371437894120017661150900349402502529769002221317307491917669003173604747018449385500272173195722496114783499938540240554583741501158505423018218568006011924338660756527186985148807992731183497879422916940792092371577898714996158575161148856474214303836926636436798933484516413288419515552613201425577638335898716552406300061023143304361795356526911437329717510181043425135882041612353615661193969321468148155002046182599764447783163776506070341013215229255189812292421558879478818442820659259445706244790732478627784008526229314866054960338918259270371636614179257835895202845390224679989778545040728472462100313196364526278123651924183021992660980933675965928471673555474727434097265430129200337930510680045394983558322151209954192297609587268472970794861738793060227603693928374390988477988765268944450827327809625943198958989547670497841185520801191362765865258575676478519188367308313137087664394831831826205882802768745433264213373471644003132020520413470499860168840264585884256900461429359530223035314903677745463038848668433169181005659261786033101349516455190157759086287780637100220741482302377640461379611169625154512317887053601711169076906432377036828681834861123999468554702677372609025860136499016025259341345278755137267959208961492025414641133722335879807170788622226713123492504528121030094480058451165550122975272153583663255337499165038435235685313272722278713927415044438901713947259263301769250309472282154857923844223884158261420538094438265289964482667030747342553169450484797855460018208268653811447320552800553645982303134390732303981782374888111358148486723917394601473629724547877039150488174255617022919222187641307434928095979542250570634842412455531844311352464915845378089083016724676608631457541758784267523069901346445925678771721707174323519250010712903269352462941742913710832204867263660108661617739103931951102041884146773962320585555256437233682082729538002365090966895315017011922950780703432756085002496573025157707576963316220047830413441030074407780821468464635078357106833695603168355628621074931389289846066960706610298989146577405904892057207373628615804140623293230348239023354522277478777889469466605684400322185482125713386743716607563818467674148741999028733770890343369423335051465834507470563627521580776901123211278777594598394936190177065600287541951412053283174449613710125149961702845774478220327671626697171457287803223255533168878567261438597424913549165498011276320850466109303679093233511724070423907443484276750442463004220247046275473389152278977803966603859315841351404580312979934112519391772670077314924705671635100959109684518278396321596478411356976641909052604962266967206746018853617352944998182011526893482014253107325106930815527572162621237088830794467663943356021953626087191552988378537291705289212310064452887473222197149123311524135463800427503642482906418397523623890935426837875710333323743533953133469432580838715759178225438990079869965405258155845261841058092629474793496286296317764025145753792864908477638968869867835258619880826552477655985042566438965637528991626165471636586266984294213117499679423388039223238267158177683180468781366535656132145426348825459799929432172500010249429365176207956961027411535730176623137765389290759067534156897888893155693763587087079296533622498112003855865903614344206044853470506962103770451355763896839992842664986645038163140582288759873296559991704136907945488447542939086862088004847267822422465309005307495907265992273851396850916878731739694488420666559117628605049024453113634868703098726334893824457402841344844065712898156493374566171986404837281523765512183948499020834367866948653748145721577738817905878101243687587650469653304377370785550626524654515559183008699736472642127221544187143511393197301438402928876837908508829622469549278219000836901216203689393630722308450323220343017596424868957860461119624732950278615483244706449539582966578199261498968759793004630315605108709184189344509609859130378595555978001773853671151019219334608472052903129623080019714184619154102711569644623655764153474074665107055351525144919346382232862118796380807754879546243724470674411747027807036911163420944453477622802149296619995907026584087263497714191224273095162547183213583138510272401903656723641265137782885897154983002928524943853580351043104779075405545627369499593011809782334197074501133776446590018803747163363379355965102472520348028169819529860997683871502244442547546538929550591808820945115637675124237733772167214520290683602396182920309248233938535646777722183356589151226405076104402383857532700230058742914254516608702935379020065394337454662169748241144908668649368186114462534162833352678526444045868398996691833162408050073605109255513467254470658117628421924751787602218238914749027012092773984755892491670487343436266863822512013493913280960585282935516808425990816746646560348498856631230996640953638441923406942384666318534428402879821898693139300519064857933347272835535739799376151167403122633052707137372327842851638188329688370285709555406730062496523732972064266398937155253357681183497897333957313771312174503542743109622164825311117920620831567329493066608017806412177910113400482444025614812688923321052420563038397666118646409430564957501994587600806215341907244817372667391599073314465982527290305237695528855923739215504736400051967453145572480566094816192424213199313286398491596508350088664034386871536745593362581950568199233037602601605905868323974352766973975508423135223706581480529209814536209755486696285255029909388734783958872897695295054402042136645216204573066982783012458475990740622892993089177051483488670558976877408902493852840747988273029772464878664483234606713418134048203085514181136422579836323684385065035699060143272359636329896999023137858353117046449015493659222826454341586475394218491570299635909232687429611374091051033086503914542474984109709135202945440495255088023873917827049121738860351833052029160107774467649426198463802749001254473610497832983953347745175306726767033115706739228172666231953007323366588089804159676543535790482218189740006363097918896642529481279985050727559999035203015128761716257820387717021101886081474399440415580840183658627466420168443316520153834615782043772620103908938013037932251162348085520286833789479210449495001870563998850511761708690867758959194033631910330500251841587679228760280158796423067973569711513159074688479518844331744704775919017677060606260203670583854943050948276973815093719524180662684414561195557279124538929889810678670759820387239870520274084173725312187052104682323425023010757200342021594689784199068883030861580587684104650570991262595830798103575464057876366375619699952362791909638385199730583516419097992898727309755460382745502311248605013084108722615737502332909643136936539673092269727441665471992473328442445721890623367462860180219156596955372362958051352472873773311192327772094317625138096422564741332372168409240986482822689043643445864125583494150955571591019643066916275706290371632632971534117218226042895149384512438877087384534595402704363104192805195001874589977728457656899455122120585362881355442785543791610201576292387173893183320969819347495446614873731170701227834231394813971340180600001487184511575570159009454571554154099573637638119896577116604228094176212325622706186201635633153240434091238937741633771506730322810921629377225904918703575163989078730296155229095382677244731832653014572779158905131920349266038507380952868492258999021878578445799904417707017904555109603807407826238601154307010129540663118188926742652866042248262264150056681889449394700049846125639824489701996905047820596651761040982258525375618912518739017347185553306759562977706779011660799993374742771094433537318695158449316194254558735990848524735231962333083792890861553080374024505053756845573616564142896903492702790973460431931983201739189607386437064811653604585108521729961377071172977102821186816338065436108188299676606437122700162850146303013436686176052492732188252609110371297666895899388715954790268960964777300862814348124047856327024808266026638322374140806039758294160642463761445289607528087382572870847602266392300008055346604243217552924150148627273282451327445694118893611127802831766241598202575220157969703840966576381589815075245650160402601329310745030671120201113913403659569423288258934864373862411598210657297303463104072360447956022777296600795113020217466880130994839052809309155899942157060343553616498499394496136880730643585391894298875586146834545957716403797199672909969995550321854389021308833151840981110675079845286604860842881389230912721447080219964756939747714927659131046636661956800848380617273722363510213578928739523881045751914928717126838062970178653440419948264000428978360836370110752920456758219303897927522701662325445517898338572983125556715385159866333164212209966648490162253386418619212744466642328718449072843356750812482455042762535454084347641273218788705812108644952275351081567546137931189365189709820322442739047778626001245125922045069889498836184421276944446923847708203450058626793837904134016695629113693867124097540618194868150107799178870833630219959336170782817325864760701412663397291409850027818178026559348725779616778626494640301325484567372574936501044312025052700163477713588931323875831299795366157312932345530871577806582102056732580644597560559454484507376433194822791631993421140177590331750578766270891578665783857385870175367974025026489403685345848298414433286444259856489756080879014425309295683605542699167635928096791741814121269134971513419619479810416994005013116460112238619019155807916428775239269046980539361227007250893092262560583934120586770834176003106045621754901378869862083707666192636656549878570375430240313704600222686884954199536565803532027594268839780241726554983280090206550455441663257957686593101582036372384176130010995930305452277987971148407433725469200692365466544319478248963201978589673203542797693943071522352685644256283584313892648794036467379178214890163444541676305673758382786298925776172119524928063064607231840046473984474123687737417229326555702017860735768760814532982064713945084498267653109890072681800827084690227376684072523536576283132109164676026346619303669172790631960578184417293524558424502255371416289738075303782103379035286160038869225496851370491882993071326983398773017168270890268488310358547927229316891690175316262574679506789504350920004501322982612236424450585555434549760097068099914397567179114154960033790254452487032920479906340251993594681849374988359291909115619542216502451125702475660739980174221400624479234361082047442462774205546793423686702028515056935444660300860100351769820266941905123373123403100147077281047956801852650810379717422591230612031745795765842412256705915359056398359167970628752082502367616027589187262713310859770499517077563576970214519729342894550728486590469318741860396231848050800412345094943514590368667139819753185909784352696899935521581490522150780780280579890197173121812580271599061598338656137132506662384997987752991120429552993309730972347652178772414406336855947404691123459646191051901677359186622830715265812433189310528798268484498849428012639469572339194321276099710515426563372060098886564681993625788718385354116704873808085384306311734631382588120467566477939996859735650734122928422481237115855756213261131096637167409800547291783525571182752807765280762939522984669019816703881339780221927624607071216436026639905417111429477673797760061441669638225075882504436077231046151247872935977861005108495674559898302722373642712588549142964915661865972663709675747124176376533044731178460640844331966220446505033764879407546590509828326098756219436859754177968340111342076256798062500514510345843719050492722501906433094148574710314547629134075954077554460481930515987114808821891487296657299691888960550590622612589223455039990610211858749846172807672849547049039216645308277251532492498792997722020277631364216420257374846095074178212275062481117553181216103702090066863694938826185233139025904619168498331572297333870431971872487223452409076892041369942948256887113631809624566828369325413431550306291445196840752342446973407171092481910881337185714513431502288804003389302697744098891563000660130046441543918083603241502948163752722992737286009342654366642609471127359589979695174722585343734423281151553029257187820231266933848043351379383838319945634660391241495115963812750387775137037881164288922020342674136721330284679204741858507013945681183625942048679267128547504898754748300348343467843504848283467295429603293697465133303002935707804426668952232615818767680747110646393084643963793818031944608912260695244238477386667416672312144289940218649723293368062301681234237430709208566006007226756362546440897462961358907058367613873428304319528932713950746150287001769756340608890232364409209622262180248288472679448670016082021439778596620298726543009634055463822467789421467602413182682879522630390638025674617561019671912342103320542593418398556578746005728200582366627092604412835933554064496939403273921924135738412516339287757429028243028160829726136686865029437324332193458484080373438611067560005694810127630084421752533645478741661506792147076441804497311253545800587277782864540297311278382185030097760242182762581336194989382011310224252679789154511425461666603950693755921403062677315904933337595759391725220194827192535916057717949508123203855906410372298118288060621906391470753579116349872509555199605872827444610312992353682182128482239553682216283528650579713191901832363494737986335044645521408245811177772794171902373426464008047370917350619938612831818366863416585757074173862390376439733185175815980847615144608148600294082087258594036625187607498622759235871763822873357016303934366601589278932177076229769057875345540920174001626656732162018492494156520125583155083611550358762371278651873749542721315998993253914232919053362713268669275536528628161262524986531427939472092064585501174312348303769148228869534849336827976899599092015574645787932983404732443281605017591017219745030368223987563188685032424196284794421237371560941058405636633873711209450992600992116242992156230964344068804348558226774107755684604761146175677153348591761033600944720781205964975207891030847158100292701363310663268147907138751494215793479593312960534087795922530933836369117903933792367665209036397259424605696481892697989341239993390962102280808197062171793561300777834353368921850773442825782693605146978771210759560446508527432407217734205627279160729027317342757966200268787361544430787909706839443795611164840512276790094083857157492993685335087897393263728827790409845411885781720169102190613102044211768864462861871189125316794438372132296170707044796988855078734180954052116243867937492059920534045771144457236494680250981145560779167828929592589820792710535737821045496591268692860118331836077093145170147496871452262667548008288620400143445485758201397926312447126479966484758973301051396194608786275609909613959949999141395245517150122417340498811019315575272338996436541735573350625784316213195676827950853658791380357121072133024422661390401711425772584652506080604869600255772212925758701371446724804458835315447584673295681881325676489933814482012095890320808368267755697380737375169321987115990026053874551331958456000488641649971795671524938386553525981198397472420733126538115741049221496111163176544676168443559214965044470150503231813559805204266320367345114464241725551589812427772741448623254278378281012410889486760211419814476719626612798783872780524719843889896038609021920314571203736981085309207063140129684779215737450769186587344199817418370738249679142274718615363220036798019602950756824347387344919386326063083922596095001009491424504017512000643500565071214646416487819059575670833435331948671141256771237587658191920316046799751978485671110626617562014205945912713205641904059063936706575219366915549682091987172267392775521855775765871858741023269475534227240859222882127281366376385873186059747006946990758102460307595933592916090673593814329259901387151135679108535672497642072186478943016241772579407536283819549640370664873297537340347707792142904057658866999338740036434674308834536183045247088098260621092395877444410583419206424763115757645911545672600175138168743598938309388043977086419918636120689416639057353091261387199090976006171426727896537144684476043438230949527717519804856945079575808826761086927252943740759230296423540936291504804046244426001116869636056330169979881440757938305422829964979738325992469404508321182901236725777184041284420530414883065333441702392419519957688727081638128503960562299149989820013906582809142178926137964201797009142122866497730681597682646845499391813447383166108840886192303568389717726982673065090781069262047166432291907656664012112425507155153326193754082781748412295055628880783454049288612125047855742331603013319037510237326735539066399384396235868304409649472196581047552027332420003022793948534492186353242372915778424154510185421024850150095797181115731579270547972043955089329604392553102503209550164827475024626190848041213919392903900001727279862629232867908895087530794119596344822947763737547714722833400108015240218796329224755087479162727150053982942233848552473598119094880297367644688632875546572018589527729749443562377766626488722551655605275774795426747761921351917117537052123034707729168416670568812391092066272152282499712504308710042356373690694133045636256652701640207606324684892776950374774619703626396039717975270991581916259751543626904386715429547283560017337141784885992526707171387071441923184522854502458967709633347433357909952485725076254593749643930509966465273415584051852493964877467082303997262763363698098868517051956707057383838233991882626899935564813038331464044995044357419452334802137209218085678150325436615259199751380593822731319563660776521521154835134055854687191163051343921731036926928824222920290112775618908905085477197493985614680730804136468060870064089685672819809427922314122782908777947128933907659825841010028428560024362142736017723938501603171167498321219410673408959891923844491303371413575014430714849211059742886990772440472321071753002651020155655394064955660600740022279555334977034123047777402170169781870360523511818975015588675538002587784020254211810758294843715934188217636970972713588190570930206070841488549695304378844057194303546420903509269362683860184289640395669956194316827567465935012369247178916868673956451265013345317746201995478063257868610247295876507817049196573216561634202225040252271649855228492520085557604286843861702728439169897164548042190356670384254819229974455278426084678440955740147932348142791091577878661510232518828245197246445848026922672090458284997077954597700727028153091276529060934279611390592832177973435690267414931101972563362569906054340232344149403711542593538095259763523102386877453537239147519756083962853647743352878506399140992166010281161672207884869497081965077615484117523827811572828617913228298112665089365244573690234187069245041401199761382349215251691661655542857874243161181262358967580135902162839716345980549131385618652219428540399734594622083283680937297547229849512863129568290039465471353771217698648600732554138186971815949515635173524781537209503515024940064150793147209247695883796977190990892952753063681836545578497947705143446950547342521388855444318939845321677093584216277369672534475097649598710809899136401442250341954204896960423795574301876298545535792410029005623322815353209342245866901780886382683476228553829427292789951821419081863123604844678965527589764974459681428606711811072110482313766922446860365550206511302108479763097796679796728363026648817180204532313135546446531826815298944966065326662108853389361000614404686010820204967471113436009440900515961134340666868048048447819527416360130372479648936767242867702596752216989191706071689952476147624670926027761245039087545674188212711361676853805221858430147279098315883416429934740215652415241491733852252098907788080453639863028445076962685715785454490403847437049468923077683790688690752784929142282992872655338111311660010440899065725776907222601407409022204332354760908314166835080195161748348961783502655510491326756388209171113832880646618545551574594166351993900830939503471888349277439092601361686590806462224682228519939107237581029923706705264465582611201651882357505627202124555152274790371880372428186669683761986639912106334602274949780982174000899198192237729411505274977270054524975910501163219438597548873187525592650724679321736251856539347805985154973045172441775210400313890580275695990073703222389248643670156527449994089981808867624096559268813848130625455147029943526909112601211851616019303292491261392605046570441457109388627256416381944497142370988329658154510174496121450225813593370745662752117823597053221537015494026866062850364690758046556495688994012808424936097822347190424330108393618255039224154876751093132704146230378094051843343451345723667894022421890417895347197235156448707693183084797741823320132351382743559711558333953513139528155636564961409161689559684334566300408336868786674812702131010119816979247117141314518702474839780495836193794957654762890327432065300127041442534505668725630820381427435128016172506397687394908400242492486939304563984000819138028587017164284321966865333899119352841018706297918671513832472074960236718356416098624196187390777501025478126526146048456576286965913633683675245173248320784878180969832320031823407379862285544815192383243436386822530565765583075322084228718531083277973590776565501872495220437511027668003262882779590126386301870076261374299606397423494765109883397085944184478950636487353325209923582181608900297434603868049865098768190782409958612127846886392842808894106312294245231801232124375502346007707781335893926402175412403994321538481101248420000812828848111425100355227099303544831618889948224098295225659372593442772777721675675570286502797719020588723414179763577232984372704302567538384603729347224586809470371965623272413578544886402261440220726403042305155892467973236124940066874151768366976952302015003880787264817474051462496218848163044887557266212211210709782225149490160715074666514786235524735789136821086070454897619725692876285977084814012621698362697022616562205405218961286109206607998787976546912113346276013359701708717041507592696296582405243697192634179715927247902534264505732353350392018627093959618429407612747107205039299824913370813481893046106347891720339629568485833665880802587201945530800128242126334504888610692477283027072864937125690604449865879303330584293726725269340062176959826039240959526934351900773377630531599403565547399204469796177811293453782542851362755698208395862053190847015010241089004911523719645740863327270610458395662098371107556068481955001577898860216221406764167662752873166679066728210057720527034874372673161065502643329806548964962818038617443078794245864848339895493981006625608567296592246826829823662078204148934627380200734708635054539012894411488488822755404861873169789493783494311348583909996801116704511680438469330342826621090546205940973518873297118574686969577583096399582082575070412629212650427672024665927820624571946954116270992570943461676527374072966772741713902107444477500910747740936541073431867671242865593334400538476899258926465882243649910626566430458032105852961194211905913172423102202919824992975239677327463014969214013871573010004106408208468659702710538935123251517115087547145081258861241339510403814342264751640688178637581606937530951021761997671661448735237463476235746745059851279773601824743462063659992114928396507102630451569156361007111289252043570833238094382744890969522993498636107617306762271082451748382334291778914550807605361461899462173260600295771387990063910423439586282179837562496658453495977998946209938157372895155217357095150008055888345783265255965710352437306512546176139406234937160284622722450774376326243187455921659630131968684884746888099285589786029430762143563225889794258711513804712365206064357797442239633665807666023521607388639697237246725995918809536938801134078656766793987324647832336867103121239408394834874375077221627126026992873805631965672365221715283599901400670120709260173130144851519167368276915296235258779939522155901029046701641860924677552038491361580077706796370881110775112227348817414490199231998217074302692429208133010815906610937790854626209980456476249462005879024353402730172385087967334120399875600107038418724100343046985446833574951655401626980612840099802795089563591691985108097747627962752479198729674870030603167011486769228796907408854610093408943338113336874597901559764269713661193647887679979226160854053144319147432031466555195934878935393572712826652221503648726813108618164123752715357636952957905700803787997604671825841969950005297663181976466149670585764675784075965458348555010928832921246116215558196765306069755525706987969109604701192651920126838425198085871633478725881712112989055386257476099236110123851143748554677786432370886549562401883634642749603951926970687379610568563233649673642802379780580252386035894589379875059578967583627875036726192643559378814334337366455727608393492932807951633686428550836071310485580706533226776607285525099486035544489548068135263873603574403746159481182172424736185455624665692981255075024867151100151413757667401154398843864341417866625847262631743777473262021655602238254158280143081557099090456201260782341855650820776807118201022245545461432687083449867610212266662697876219084273679682734939730832592162309989298271108363127335935893010443327818409888518626929674115726171536830283675411011246756308349278702787979430013802651747602489146601376168254080480559673498472252907053647351253171571713592670589380165408916795740909380935911969824444405377490687510437693750470384823775468470221974111246160378668700594255817073258725963130113608692297873413564457145816697239509351678532121037875093386848555116682899975114972101344054692724146181415646583318780220780466827747427870929152877312019592434661511118271861201476086503948979823733904543312910563612674317326487477462756960683062475503386411401046564217924221079672175769597897222369629297009992244979563401507685184733168160849742678620304365090326568059507070998654117595814493777419525302363571672613812557848494838643919940835598913140928111219653453595786451377570411932176798479475258517338066928077825725978213813962685967661967920048628691826045822288260670870976581358239314129944913035507435534682787690271557336194474971074284620801767754852333128096913513023120634120497867480285955699530942087073908995754093973807098077094887084055617514800904056797981550860656802590538688146973197129645251219776910134861970465394412062547212175199065625112825877852892386305053578476468836728360275852398140015574574543279578672517672620509407615376543570686771140662527628405111531934157221653762699418704524619454109376074477656225614048367019488487333493843910066859170395792033392688265987726915025664534739354974200531439791835548825152823443935836455600912363783078957739418536434914766268192563693114315452371008181489999362807302809279468810151784653913905088562013548444064897264193464829142234848115598523700587284442261048247696344062448168549888479193614626780510363003305394062920845693566673419843462050712062825926988865558709699488299835198011929219840927387649425511753731743626799958866969236283010717244363320810907058666622897290693369382191255112307757613671626221987375318091636398838675826245232341520688706470699674982451909555400629894309141589999875361332398161096022794915591154611235813297629880825266148123553786536564650258913831054155877969713556068387698440822979974869757650808496082503777794804446508624323703978963406197846144218239313071505333113536104103326220931330819403024141402469920953539769414149736843642127344597933065830955697726830731201956929450187571479671933865044627698449218724417654440459844413573961611107685209028135707179410761006263680598621858100685397808752448893592152721125437715736254851449236316299927452277144059521613951234769310769940021938486123880537924771871566896792767933580429355257583953183566587341400811317135166253360673998890485721475849008120053800910282165033096375171849680306146199909302550670878291288681107913025628547288419262900441635227815162423555364989401674822642591396210819965340545443485349413959716355330736686132015680160820721841632732190091056576344971096374316555213717109014246393019283993873861186215436501914094828600375419572355192260112299848443114238648218987051037861646739427805779525489857045963929785231182366556795149645204318560937209940122309919984153437548150821274551694348374278750169211275080701503897278040699045146943790089494792473971150712885857384146652827089078249248494947187318056123416327494711304040619041669169688359111863826042102049805144095243795467915850056715771642254100190325570653935389595928426423326150439466004194231103566230128258204126931008686738579886475619667211359848814584231237307653932863407468891927401951635447514270705729223102171678479575544675442825963286402029160328551872777163571127550117162524398370837832266528815799738040417675922749057102280321060124198323379452000847673863915865026377674085541818177306882960108202510152028371762555072766784483290489230281033428450518312139259963545531412847016590350861992522813401545218221831247494039898399010412582162590339517284777083507668134436662499034918694043973052857977849473370512790224124738149889398627578038107196639954822347554351264233334622975472214042323439678750701396398518982336878452179085257565056848501872684083736131802140037839780921468298381318540832211542945078232227067797237956303979641372083644087777382076530923249763213517562146231650588898280297043539361788867180135494427680711551260593529614670079540185403568277709462132198868730322763250002336054698610564473449176244779361326335917581248835756556068032843230974420055072936925214987468107532790729374146802251357806320167704558139859619043712393101333711990883021431224582891730310875727757992146106430234438308524970446890995900025365985750660888637664269341203409108329254054064408764981065657001967588501441111273751805986067525014805092655091330440493939273708065145431015466562137296552648913423205886819044764730429816636309693391925014198487840491291144184138490208329531470895534446085720702849056575087029857698853007788973929761905660271503856573481349753063495699244046590642666257466492784807729880212777623557918142379706637530511659927331589950740740483709024041836885513933609025513534184642055916992577617993727153576784253451088474336415997501883287072453859315521512577988681035079596895565115864658698401166714936195382644521493121475888336992689993561450716487351723467777180233663314328740840165825428811355249818289742080552734437260866825536476511841116960491587701196907440786629021133619292973715229851913832183828539086088115693941731463158976214254141766738256010972095261324506655177215242672543460201141918031511408494509074064244069217612763006964004666785622248363802559504032564766471653538060363754012772152084480972809529729530540615012008223186691609396733695399147700149935894478271182582305221565063624976344234599748450379754659766472389047790457834839684475218289472913340351602748731223703540230060545027968424801385145379260054194653426283564825487026328182146371072780723157358098341277176283012705823571203801731963236157919776109051364185335871121343249131954239650221790251843765753311243822711279130360780717652135540372924375459365998778305377878925520640852036410468051237552569565975514094788836031988748593545596650386425892999392416899438045834023102934999401883584439717373857104001125871126112659426096998095446333902891030315826181291948032680727353333019406153471251967262275238492296900642660152534465416575881807958837286570644391513416520057293140563519856611131139904751068445993818963618957382112752096962014492832560622228672105594362546354557530623187382155318951301298518849515198249170741818008593833492736975896280574463003434970445782663766504846970711160961151568143939526978660394296038074175670605272308090905146401186503390603822578750456420791593471516207281786371325749457863137799358462739569283488465879672007527806006924083752540273736278379198137456238813492868611164712118614023950280996441034501950769609754081425028439471791132804028304850955685257434021397242443975265193252897127054533022622344831687943688490928227281157164525004966312282904193631764753712646003925990891899530668915875273433641510291149293893493472268914155185196095048812258567283002437399828951898393631536411697959339815037893657003595892415301964022176229895975080993730144023930047834856554253757846461495686964010012879437910814314881021635065875466986023774536775429081021197507592427993295745523120256097833557210316047956353011282925814179273940761068520330076418284666644715433669597842349109702309272438908698105252931726312505217498032236427260834237101434045806587895792848057517401999307306280254680503127703922721250869056177143281790383232033577214765681883377366770518056931866019086408403881782481963834678062111527416848429005975692257425451618058869639559364810060273163752087052260165911465559884781279420058992233701812850161890355476366725356124632621562101958120355921094822268214770489729726607290276469962250711460497922453555303589440163985843668850828403775980951327610920050133312358981089743957287607817666679201623013571428767214038057732742062799122096345447668629176598283278017558472008559502322978802238258903494208726714201751319714723370086546140535790107762814976499576525267876139930491051579216775635422161227104289539884844586093028092331944839052069527411829976312536776950618009624479667044747467336339236732866728024821346797376355028808466172620355665739185889432269960583382670459456490873269490312980495383195506272071390347269168401950189988193193971249488489893263400829389245051805269206335170749041784545783497257089966920630753550006905965722983816048108047944707772642851498101812306198214864170567988958511721590244172180831907096251458496209844360747853319734552998482147629569041604582961234528944144632709901159535092537035508426166214180070162415038274399580498509394311806221938234134493801307137586425965768512555231119828460322394148725362923656334701429232425097763701255275136627891181286396713724059064875947440394784112942093132155874613466974856891292488576209941980910335631707312818268705179088064665997356819138835771405290030818653579393559094682197926497384610687179113176813419125791024198847271337241435867016900068649915699265549211979657356897109805947613578038026113537947786903574112712448144590425405701737628479267743330148921527959406275139795474780329725025385178465963904948569744905495926322445835213944134957796619388021908115669143395484144527059247171581014488950902143836393285735042825157181431803537827874193016406465660787336836037297309968338621406010347124367200910961077143121536690871091148514903514907413702824099108204804687525326823046611698630681419202440009023242990716193817831126561482568592768728361999043141381502930966217556248487532755476769109037690536716187555961586349776103133160543172637582644282606108603279101977750762833648875515099180756793698284986418234697986089898758858646381677856956889164396212892699897987644442777483297943095330933523007236681718665223516776347285910669594094254002554640592042947929078528919834419506434199070970923649626356026072279777075286716123177381431880514367945518028985156529787372438490928193423382991866985055745122506682299101861162939240452723647910667985981766043280983062379442642325716156670480246611282004528655076179993131782520081303152514594084504366146151760252973068025570905216989022178464776475660415527833931472229522349366884238555022285287444467630782870376087544136300763736743311929259949535286415090733664881746055814821503249234268857604641591720033968060890262610729817641979174442823107842007817566348478513346489755297906677370030204859031030338268177644030273679724215119174379652699076401159502191112831814024327384765629718536858217567960580588788433147689294098046219453357278681562510832534863325039584619343607691580010501322297370100325177800529927640381675483706336731574979346461688998269602574227839713756869146757710762228451060350294676290332930488650520144019844988606667770838119370111637224588919951117766230002379987771372261668296215277740166430569725821204808351814466709402436068574880616027549467626360641813493051612338844507194337147259004123287519490185204256276160283721528987210549644288564663571409890709141194555714235400500304213028722312559628283216107914874662555068977084608990068205130077974264596790682702263653692356623218285065283747153722308934191323983492714413072496149625645333432698548948158786712316803538051844133202260139614348663394735818447446870873089704202155010336905871761049809336587972577912719327455657302961073155452087979468370378002938569046501250619720529101161117782538293453589252675480200171577348423147125736977682458757173736744636235376469012884466013971236635340114233884352935656253095236677993431394890260994958229053530038327325309801862193964633501788245409317585381291435424646387854832846928757907429907182565937152673734769744948222788385414152880578446852177371691163952762313903394607810960153656898482003606039301007935108398246816285600975292645147080990695605194634907513548595373244082105565643125458222258691514659868218941302719762354516804785017555953677936980547581008204391571040181424522094230201347299552514629291765361847923241614142662269371256244096014126560330135309311948332313872775595858295264180806044428008199921828528017431796782143105825251893340145010373801788857392349219371598277399219171736828883887247937927648392598661911955440748441115627571807241514162773027463038814181269291840718369393101870232934125624524226537650608123682417407071859763106060639193353247092758449813398155026338602216598762748993092021647133616571041349196015821468112565631353682794179377236377494827266458438952724320642870453928926299413355553464457819705740994692389226464311908889449983214092486496643811070074215647010114681577067065516680262250776196891648983193900274879736466242709785640652839568577434797617169901058510107910833747580350967717898051414646252749669249833378938986695996147350058017404773741016254575198394885390840900938635422964562600914964303196207080274870127031883118052414313066504154295283534107418315692357149539796458013934939082630524186758325426480393725456716925574914389575408792574111728190716861191776633337918261205502116903138845440550233014894310286303188377642744577083450111515184669689187520309331475154950561369350311878614460878448586072791974567941066228395432162240993112888973011574550336225216258221668448530252708117992923594724143617948643624742244680224222676670091370483130186975491339265326604216295178687659721140991186983981814562334505513297110651979786300590761514789030878714059577134730265819829690549204176244639464341010061469278670912638087471256788399146162800099305999016040278968152014050742806237321118001263135280326926548387406143046738947713861576107172398137309940121022906787693442055241674369971495217360899403290269704976174926762757240626493542336562668022369108688391348533961194694170240962175179652093066952162845845784088880571197430452907350452853953702944391154588474294386649648046971309715736886556067420697942863359864451852059098380447243799072100912843379419978445875953902381150356621662141339830239560434669156094627184222336009076039423971075989516459595572526942675508629385372389193192952973731541402741412520598689662440560173931298573458548578711791499481426187727675081762645147386120549694667643522240329462013179396851733707910648236288699164819272178661511634537091521611696197495380420192133338175363581067355186797624143926200863366505040629675627978926517373038954296614483875843334472925099204235300538508130941724632323779024801199433335308811934870123188383066167150756277095641882388992895327092328103282266140073168655020064215754651981074242124471668929941187323901544208268698498022707206121880718259316507975319796064314050715318629255445596067615380591371553073265472423407868897652545937093728692177614905269689670818808198067930552609420711125928169969400623609860086682197220494598673969202786457973587964450280402663980602046598273145645346182555652687450220083154876269563171844143231370916324245978417037888617832095825062434991303379246396875549307399319936001533650211394151820146288647552442108962123046133696852086036224470656283627025761398669929642980486861011162333143182109978602180858626896605337598827741742669910008507919340670461783457565114144522719723318029451616903163034649245474672004289339470205064075540113616444283601495304795191140832234452630724604722448410362114285467155208764642871826035599183862805575003055467576225158202298829071281750545537225815697902498631043094344603411032635422363462603190479979162532244666982493450591350858858760858932151435937674327228863473243712977377150315348375951818104945272615534256543685960987727024693103733661982564221187675112558882689616661716439650936516933055003724407273216695659756107293246391393115275400943143029753538632079765450238112533987455373089687598741631049207221084394732179439632506943230948755230909908148702646846372173256792474553188313046007673349959080971314671388925177227541300016648691736900413199485081005876749140043019029215175853258672690139174072296528958560977341623609710987769805665396685404970752460147275951651352953111194568689820244720057286839613131670743532032719740813998767835709684768627171530209112766050109128221046286660232299521881357179835010823542255056164940360671649659338197738808811292778418226619234574905253122525797403176169872092778122919339766480228790862902056747520311539655263515582103174685315313776342300203129167009275783867403831124216707871321188615129028411926858214484120237145496430955830419160971091972901308089528955309225317221417215973678230250223318082196074727751661515636527711750468123812130940167619886755791547161479666424241338924312613304206570305597241534308708923674767522143929259117155800378367731526004047944625314081172395248917197968267827057658699237910512358285206588676578247423653458368110472302834568078249939621905055628562615962367701549634928851479854760335746189100194579177806502640148533083709634719632392699650792755803844311849263346379389382073233954894725302402119777704985614849979041048414585230176215740804629194787343530487667859044140988538239759708356887115435964278968448161550640661654341613262735004857786892164426670372472339741134950962176926560401978671724321514566920239403555398891417683394728532948870916939579575103353117840487112481801387886317401051906543492994694070365320322097079579135794134375479265773546760047006109934391487536613029559077654646549889860083243230960240758782913463405627443757829790428962620345168639093624517772590355246752696620211732568418084285909516306028356492565865881052368416052573068472785821009915267775286142316750338840109953701151033282062613831249756018252967552775405867021844066834448607502071904078264360248089602907457037612721735397012234731697958679702792651973749962436395617014078427588770088156417386322176943693096578742947288619378899829859211265137870006735569540868448647010436126739579465970302702818919600357119411355135234033766767202438378018672377805566229661772804832205621974960063529552843028899917956929017482632592904462162987260461865480801068330287640690854899781164903439308962382372019501547683827019296784798230689630008910305743568633421025746383296403554237988023318602700329980334719937979940853070890932857190493789551674752247991232494089312876726816108198843133079545991274889618742581323087523820334563797569445260251028501651288314091133759839595769111553403531465665870343881680070529685374509652619172393153769127562763611359812443180051385734657782361905934127513843606137691372042753315985934519917881496974040879323061396378216713821055819922506262814292602491219152191857886651662428857803001707325238451352493198318701144112272925386754445884154947711487825118455027442879653113612727021225275176266388538183066305228277519076754270914636448798130661127574156582582165964923183994693354177559689601840540545317932061321351517348960763305003702808455236294349894082755922221147160868080679572773847064042337983570204927341158237622391468101856356710782514766429253062908135847692314935622063127252150977854787129303142614240815909275747335173497376517143781848505658246488004206445445624480516349828145585907735246846478678360242783042595306714984841685433439329154755235903216958086045848100076618311201032019821797588877410489993514687589224936344517918020639046519323390202984727907211883991272794875827217560501399080252211627035194596759236025350861080376842700604502451685432169752419504482075161622779692253997589150455523491344327486973041063063674333929997876493047170405069535975086846461842794078221307370884118432746829410765145835977924718368349858186012055177550497645121792312160452229133663275143273227989837018530511089169906461155678241634219016702916899556571472592758615764757575257420607669409904755353891531537816117205468775188572475743480473093502764016385437827827102585113164617485590423424600744187583429098838603860010025644510916759434885290952801558380870921277402450202302100864003959371153753517904850487388787687639861394762898891947000713809555130098829765640416619474633375826196091533021456663277984062283982424067395043668162658241628598430851795755411684146590684862827100528983177032091815043076896364942397764863522097213119604409114509695010283581496101542855558592627570958330501205530750556557914134960621274656969642035339989065473976049002198615709409508687514040407464628775729203002511253829744245892049695980209756022275660787370568493301605128461600119781976765179761606679253365551094079872091765101124263716884688608723970681655921727031317416001081925630215523509935809907689885809431124356898805311170757396044547190755761279508441038240887814555677803529882009908730901458944798973931676363202591870883473254222965072796732750041294653567842117479810968906317412790951905577032083812060357777732354714324740883863695248594053531445920098919377321419863398587108411862911917435417896097005734248784851436525877584437484245539639130408687925822926539646220966938339047860700546558894255871831091241296527715206409072297298579362767756273986145608919690756199014057898448001319251280949256001703956700978552200910269224896794237668158116886968988443065099777334015488287723379987940511641705816899810563859821755160371283335912229714380354678787983419294283498537985414503397534665753922165077276810412367096302683887702027415280485463940943932599893237194312778566407278940007227514566667784402382588609363655360348161316899034670181279888901601736852294878941992287479716643150005632362769250669151561291447735918670728546725943269408403069045674532264943944810369207808806036070045630697092075427431350149087631987279535190294810290196905395792400887961996529455194632269844960013018670373384091786212630049842679938897639693248068786493374883798279973765261182519923703199692779425560073615908782610748030976122513001249334261330423378488550642910154728060116547597509896926252004981279263855012378741435160258005830175085223748705518330610086581329092875189483287764121516056949251342964881674815668624628876630900495100610421768062095596015984411132185339553153874583385200432350062845210650292526962943407162613271301101632997741981441715123360427072183856508508885003800650326943628640279065914009691429002167633159104473445072713997635231251918873801822837714970860703191562761622891698379209869690716659638755982968156292995916615404097702488725626851121276438867667541642211011165924181328442757771804842455388014139291614076369826568120195985538590027262372237363728186755797200123957726394444050192969441598456888921486732395396868130709567958777135669677861712028498288526523860791815568692596869684496489088555952106883893520080817067626496735297773562995451462291969099036248392049378102623989820635080528047121860793318775655521589099011123001233710179784437156563406331477969576344027992686654529760083628931737017164901371379201501710154943819946291446817676836661699542418877030040058658916575169144831206273938829691540580591322790335243105009872712839175640825117359295235447950956038948131960268789096305164578981728422814769067110185949918844830346089356931928624985559710192881287272944870532284735488893007831605539116717773069741721844722720922899485249665616969297868072368770916649073354925609583426576794340490381241519255477683819997680551080217835343156651354140467087652670908092980361715815023695556369721462986672625481801157732674458618506300120533589646317984168990520958711165630480191348384696106418507403400659180262045885049170813439999784150264758187621329611594258525830814083096519636092728346404302148540568234894499954062462796680878101571450938400417803425307135234970149586079661802026217319381459952637637484307258576170415746034721652731595691507241183419084342413655056283007503035617508772476010934020409123578715757508247266698932740770581833879014810436071565677533201142292367277850276278799507820581544329409509961266861743233667653914426263653429899865593974271993135705814160228248526228708703349631506636364205517296402197981802516907441809974681910321148708009949049903632292784300325715470086448483704379318342341704814628802941085350269584286554524830107463290425333336116547894502925328068730947805876881418062781201348126978515074834945242021001135585703049574501279617019907865675050769633984891310499124561551263209845979011491126899204650787307629929174882812021106968365479295894773321325752358233336248232157157075206345933085680015894133281096281104178422694666770464218416885797340173135820658156999120805169621844509568432570372943230320372817069672880748659149403746355585679433782028827014655817465669401250321840970301212830123838386689996138109831631852721866110426723125242323185784308429041839316779689735290266491175112390933169508901945364852667964803781646223372606579139774869361020550457747862002730880922953035864904483344630801795603222800940510155762057274443911787921915242225546449736878771085994047782777659561110931086182632741521496924744091768769610249225909277890371540817723909802406192020489981083497208406033186788263567472438167603357672815340817936333933877918556988734712766226684578214316075846588503480180306744146770580517277126803517272927818790772088327018399364409332698478523247225409706764475690677676376196906444581913900706158274073876113673690799786214885030046430154952086573303075464039394181640412410915673587105582739615140946892227643995869803045128272725943148248284737505878126510852015932512684382892651607728479003586601252436215216210854927709914537242811900718840483117905150462092446733211458122221993773821414844024786194267743652761599985566609462522179847997763331371941079499050953046122532853362091837514165575185439809330719337841869706293138802217049815954500363280666206215698290314643498830825782620968060684045400184807476804877658002235972968832949739806607012162098537524353253666215018118788586938587494013835036965515274941336636640109098177916562065711204243674235522184071400455700392283129101633932412862321834947879643573077133996818587244769679270528193306060135623065150844707245952766975791564560566862379527548934589579317848555926278260401029206244415869959406539836244023792387391271111368410590910178659715683296897501948346598691279122396245758480439712010226120020482419746742698824176184627509297046684024979933487290924952478728488885941260098359201486633999723513348699936750275528975263462222245193935737545274321918775437018983577170528546867964327556888969851023692157554683791548226700664905537414259648667153437677153942009608474113899207187564013935011433336897012672183766712848962279163582857052502137225171878320351129117547826953615075069096925186448808073761044300425606200765999278703734914206261969845025635771841469554709061503510297118023846049671688558522098695994620535282438916630954293104498485645292435297382005114297643293745420220710337612796165149215529158201036829879222392235133635896711051304071226647423114009082164756232473536822610549597107812492177103307976602136504403969828799725304776430759111659071420436904515559457369467538783327189377511755078747623709818677889536383053382753683532476675570231104768930034351984041688019338941620589957950766624875390291810333078178535226446545071925301248180736011949844713200942099121470224297113622395606643537540664090590001301854429261230966767631025754015198295661612428465195250678710340309153651056536781000380846925857909051820375852040810499572796813528415391736844961132831078006418240338464022506847741581685615415591815285938307458089519096227998787877219722674500185015796541530788926161101224733221462870788630651364921772501756635944468082823248692521331140079888062678310552129949674439595826753803404529478493641355336291099708386883020046201547249061858351283087805712873104283350572355260071692631819381788257009861541465788118401778510359710644429138565709921241663215679866907906150349685095976677234987530544332490355408990801891905721629963674144978775030610676303746221928375030511852356792424683759305149180411523771157847357770687479274145078677780937305850794065351639637794816876653309991178131164927951092601368295915545636303919723265780045358693624468516604512538562537987564586745032077528562003708777255623302261269626256696462740296110159173025960844191520231984554451922840383614240579664144945337695198862903461850966858268274953436514626933077783329945542004712278458150714710329381342071510532984177126196834504300304875360132620960800345719140927703757317211632474304822881393721547935109170606296173691404143559886155489773978130653212307302334295370677966222202036477488663821677780401619143694652583038696680349791268994614634253339607025760443273908985986887639427247578950185341378392142525670352029430959465938937051321749622724180225460840755966309920263701710766299917760348429708574553255562003431907840015538013808077143953232344071088623411167370270368431995234562655490850942792044088208048536986250797279183195036735809551660880360605243711126105303615584815668249373541634998790500017223792811087821696250867559221549084467417927830866703735124373101820354515607093946338377372006725080131397657217018212620692541229951750746868220208071951513088619120847323435964348320453838644556152537779523766229014304640578671727575136658365147855907947204264748885430364576065946734169097651856122100676653185157680918452502949184444090624473409918800232715393466582882314122011295255062774560693431675883487207017123296611918174526421778064642887581250611304552959846505580832015351542257071909932528604630149879391255089309620861831722021565482918490009792889545702160520103242450492105068247219969579525663132020711780927197464222426961051901988050534145881482255306959117717764203603737535271548874849156670282270121350016874808190618675286818412161709647989446546945236935455528597386502509446215034027237310883699867210140532710878574472156439027808561030778445645323934260284483810440767032682155811064382277631875697536257594688025050935827912911701956008668946471953667647609164200775633099551593634521334539681897139823656656055688070687860320159111817592217296078887655719714802100007393004909086839318126776850402931617447691923796468753062833124205818402854825949887944487822866918531031300756504787048031532571235090815710643513174407228560230300561173439748059364248067297015393270860855977147213781741295923741949543009213299909996985437071282314151061031348620528400329021412200803516729196718747546688726434625254042285177476705921854902735996620032342672991185990416482483735718380746256671048439933642663751266972117586526687952253355142969079537293640141690600368661022368452000142455004685450121135900902678596041442628686349674924527472928113693104673595363827790585039697243542782024349633164384124181216157258646199927425647557288956217380465428135093056075794493375448259301603158284474191563142408695332766504092762933781384661357175109077779240004934759850998530473013299290588951094229034524040446186363104280687119770679176685753606788138355351402052374098770370524444117323632336540584520752017952892865277248559825704584542784592892224019601392222740976198518589314744990907289993151751708597745518226766028689900416687239559228047546169788113480506890809881111805596849778531776477782941440165076756132373203922471189481870511444425917568200541103054060738060154337675020393033334646778494905517725837144757525597129595748888799073542546202495426559910035801062631533105963163900279328395224249539810591174783154596783333942423810366107198888767478535661560944915500400256380821519676454427708490985428116166789385088170713387869511522155468948100908226420934109108854948872528855565531034386654324968920190861529243859365942515480391957128305948290753209582722821985280
3600.02/3438.04	c number of deleted constraints	: 6761
3600.02/3438.04	c speed (assignments/second)	: 183.8436214135413
3600.02/3438.04	c non guided choices	: 0
3600.02/3438.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 100
3600.02/3438.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6707
3600.02/3438.04	s SATISFIABLE
3600.02/3438.04	c Found 3 solution(s)
3600.02/3438.04	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 
3600.02/3438.04	c objective function=-3501
3600.02/3438.04	c Total wall clock time (in seconds): 3437.947

Verifier Data

OK	-3501

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-4817209-1782910356/watcher-4817209-1782910356 -o /tmp/evaluation-result-4817209-1782910356/solver-4817209-1782910356 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817209-1782910356/vars-4817209-1782910356 --bin-var /tmp/runsolver-exch-nodeE005-1782906552-2436194 --watchdog 3760 java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4817209-1782910356.opb 

running on 4 cores: 4-7

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,8-9,13-14,16,18-20,22,25-27,29-33,35,37-39,41,43-44,49-50,52,54-55,60-61,63
  3550 MHz: 1,5-7,10-12,15,21,23,28,34,40,42,45-47
  3600 MHz: 4,17,24,36,48,51,53,56-59,62
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 4-7

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (102035 MiB free)
  node 1: cores 8-15, 129019 MiB (99006 MiB free)
  node 2: cores 16-23, 128973 MiB (86855 MiB free)
  node 3: cores 24-31, 129003 MiB (108165 MiB free)
  node 4: cores 32-39, 129019 MiB (107821 MiB free)
  node 5: cores 40-47, 129019 MiB (111236 MiB free)
  node 6: cores 48-55, 129019 MiB (106874 MiB free)
  node 7: cores 56-63, 128474 MiB (99760 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=2441249, runsolver pid=2441246
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 16.24 16.56 16.61 17/1200 2441270
/proc/meminfo: memFree=841458800/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=34900044 memory=59524 CPUtime=0.16 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 7771 0 0 0 16 0 0 0 20 0 19 0 224323468 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8725011 14881 6144 1 0 33091 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=34900044 memory=5979075893 CPUtime=0.09 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 3292 0 0 0 9 0 0 0 20 0 19 0 224323469 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=34900044 memory=215704931167 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 224323470 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=34900044 memory=18950 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 224323470 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=34900044 memory=19298 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 224323470 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=34900044 memory=19870 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 224323470 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=34900044 memory=40273 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 224323471 35737645056 14333 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59524 KiB

[startup+0.2166 s]*
/proc/loadavg: 16.24 16.56 16.61 18/1203 2441273
/proc/meminfo: memFree=841410468/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35099736 memory=109128 CPUtime=0.53 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 9858 0 0 0 51 2 0 0 20 0 22 0 224323468 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8774934 27282 6286 1 0 79132 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35099736 memory=8243931482841835024 CPUtime=0.19 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 3462 0 0 0 19 0 0 0 20 0 22 0 224323469 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35099736 memory=211409961334 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35099736 memory=60680137099333 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35099736 memory=56290697300269 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35099736 memory=52992195971751 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35099736 memory=13845257397770360 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323471 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35099736 memory=3905243437559077426 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323486 35942129664 26708 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 109128 KiB

[startup+0.313678 s]*
/proc/loadavg: 16.24 16.56 16.61 18/1203 2441273
/proc/meminfo: memFree=841372536/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35099736 memory=152856 CPUtime=0.84 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 13636 0 0 0 82 2 0 0 20 0 22 0 224323468 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8774934 38214 6286 1 0 82401 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35099736 memory=3472328095224194576 CPUtime=0.29 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 3476 0 0 0 28 1 0 0 20 0 22 0 224323469 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35099736 memory=7307935031748723062 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35099736 memory=60680137099333 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35099736 memory=56290697300269 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35099736 memory=52992195971751 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224323470 35942129664 37644 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35099736 memory=13845257397770360 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323471 35942129664 37772 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35099736 memory=3905243437559077426 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224323486 35942129664 37772 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 152856 KiB

[startup+0.700268 s]
/proc/loadavg: 16.24 16.56 16.61 18/1203 2441273
/proc/meminfo: memFree=841306728/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=247260 CPUtime=1.95 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 17423 0 0 0 193 2 0 0 20 0 24 0 224323468 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 61815 6286 1 0 93551 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=13845257397770360 CPUtime=0.65 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 3562 0 0 0 64 1 0 0 20 0 24 0 224323469 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=3905243437559077426 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224323470 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=60680137099333 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224323470 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=56290697300269 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224323470 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=52992195971751 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224323470 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=2814961177067894 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224323471 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=4844 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224323486 36078452736 61491 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 247260 KiB

[startup+1.50017 s]
/proc/loadavg: 16.24 16.56 16.61 21/1205 2441282
/proc/meminfo: memFree=841241468/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=272352 CPUtime=3.42 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 18025 0 0 0 339 3 0 0 20 0 23 0 224323468 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 68088 6286 1 0 93567 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=13845257397770360 CPUtime=1.42 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 3694 0 0 0 141 1 0 0 20 0 23 0 224323469 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=4844 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=3905243437559077426 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=7883551376201222893 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 67698 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 272352 KiB

[startup+3.11304 s]
/proc/loadavg: 16.24 16.56 16.61 17/1229 2441340
/proc/meminfo: memFree=841065752/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=274580 CPUtime=5.22 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 23490 0 0 0 519 3 0 0 20 0 23 0 224323468 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 68645 6286 1 0 94160 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=4804 CPUtime=3.02 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 4291 0 0 0 301 1 0 0 20 0 23 0 224323469 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=5812 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=265816 CPUtime=0 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=4844 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=33 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 68213 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 274580 KiB

[startup+6.30028 s]

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

/proc/meminfo: memFree=769679596/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=21341248 CPUtime=3294.08 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 602761 0 0 0 329065 343 0 0 20 0 23 0 224323468 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 5335312 6285 1 0 5356862 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=21591804 CPUtime=3139.63 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 147470 0 0 0 313799 164 0 0 20 0 23 0 224323469 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=22126292 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=22126292 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=17850044 CPUtime=0.07 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 173 0 0 0 4 3 0 0 20 0 23 0 224323470 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=22126304 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=11980 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1437 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=15628 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 5335232 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3294.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21341248 KiB

[startup+3222.3 s]
/proc/loadavg: 14.09 14.21 14.38 15/1169 2441708
/proc/meminfo: memFree=770531256/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=21059352 CPUtime=3358.08 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 613309 0 0 0 335460 348 0 0 20 0 23 0 224323468 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 5264838 6285 1 0 5285734 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=22126292 CPUtime=3199.25 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 149260 0 0 0 319761 164 0 0 20 0 23 0 224323469 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=17850044 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=15628 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=11980 CPUtime=0.07 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 175 0 0 0 4 3 0 0 20 0 23 0 224323470 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=3044 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=15628 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1493 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=21059352 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 5264888 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3358.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21059352 KiB

[startup+3282.3 s]
/proc/loadavg: 14.13 14.20 14.36 15/1169 2441709
/proc/meminfo: memFree=772650496/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=3423.03 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 622918 0 0 0 341948 355 0 0 20 0 23 0 224323468 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 5139558 6285 1 0 5160214 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=3258.85 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 150900 0 0 0 325721 164 0 0 20 0 23 0 224323469 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=15628 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=0.08 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 177 0 0 0 5 3 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=11980 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1525 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=4708 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3423.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 20558232 KiB

[startup+3342.3 s]
/proc/loadavg: 14.46 14.26 14.37 16/1168 2441948
/proc/meminfo: memFree=771855588/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=20558324 CPUtime=3491.22 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 646933 0 0 0 348756 366 0 0 20 0 23 0 224323468 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 5139581 6285 1 0 5160214 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=3318.41 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 154815 0 0 0 331677 164 0 0 20 0 23 0 224323469 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=3044 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=20558324 CPUtime=0.09 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 180 0 0 0 5 4 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=20558324 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=-7740097289784354661 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1537 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=20558320 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 5139704 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3491.22 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 20558324 KiB

[startup+3402.3 s]
/proc/loadavg: 14.31 14.26 14.36 15/1169 2442258
/proc/meminfo: memFree=790035432/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=25218940 CPUtime=3559.79 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 664321 0 0 0 355586 393 0 0 20 0 23 0 224323468 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 6304735 6285 1 0 6327578 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=20558232 CPUtime=3377.98 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 162792 0 0 0 337616 182 0 0 20 0 23 0 224323469 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=281128292907024 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=25218924 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=15628 CPUtime=0.09 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 183 0 0 0 5 4 0 0 20 0 23 0 224323470 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=3940 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=25218932 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=25218940 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 6304441 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3559.79 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 25218940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3438 s]*
/proc/loadavg: 14.14 14.24 14.35 13/1114 2442489
/proc/meminfo: memFree=811614008/1055320704 swapFree=33554428/33554428
[pid=2441249] ppid=2441246 vsize=35232864 memory=24617596 CPUtime=3600.02 cores=4-7
/proc/2441249/stat : 2441249 (java) S 2441246 2441249 2436183 0 -1 4194304 673412 0 0 0 359603 399 0 0 20 0 23 0 224323468 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
/proc/2441249/statm: 8808216 6154399 6285 1 0 6176954 0
[pid=2441249/tid=2441251] ppid=2441246 vsize=35232864 memory=-7668039695746556516 CPUtime=3413.47 cores=4-7
/proc/2441249/task/2441251/stat : 2441251 (java) R 2441246 2441249 2436183 0 -1 4194368 162953 0 0 0 341165 182 0 0 20 0 23 0 224323469 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441262] ppid=2441246 vsize=35232864 memory=12856 CPUtime=0 cores=4-7
/proc/2441249/task/2441262/stat : 2441262 (Referen..andler) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441263] ppid=2441246 vsize=35232864 memory=10372 CPUtime=0 cores=4-7
/proc/2441249/task/2441263/stat : 2441263 (Finalizer) S 2441246 2441249 2436183 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441266] ppid=2441246 vsize=35232864 memory=9304 CPUtime=0.09 cores=4-7
/proc/2441249/task/2441266/stat : 2441266 (Monitor..Thread) S 2441246 2441249 2436183 0 -1 4194368 186 0 0 0 5 4 0 0 20 0 23 0 224323470 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441269] ppid=2441246 vsize=35232864 memory=20672 CPUtime=0 cores=4-7
/proc/2441249/task/2441269/stat : 2441269 (Notific..Thread) S 2441246 2441249 2436183 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224323470 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441270] ppid=2441246 vsize=35232864 memory=24612 CPUtime=0 cores=4-7
/proc/2441249/task/2441270/stat : 2441270 (Common-Cleaner) S 2441246 2441249 2436183 0 -1 4194368 1596 0 0 0 0 0 0 0 20 0 23 0 224323471 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
[pid=2441249/tid=2441273] ppid=2441246 vsize=35232864 memory=9360 CPUtime=0 cores=4-7
/proc/2441249/task/2441273/stat : 2441273 (Timer-0) S 2441246 2441249 2436183 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224323486 36078452736 6154171 18446744073709551615 94118994694144 94118994697840 140730813416912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94118994705704 94118994706448 94119022305280 140730813425873 140730813426016 140730813426016 140730813431752 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 24617596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.14 s, system=4.03034 s

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

Child status: 143

Real time (s): 3438.08
CPU time (s): 3600.17
CPU user time (s): 3596.14
CPU system time (s): 4.03034
CPU usage (%): 104.715
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 25218940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.14
system time used= 4.03034
maximum resident set size= 25217764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676758
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143474
involuntary context switches= 5740


# summary of solver processes directly reported to runsolver:
#   pid: 2441249
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.14
#   total CPU system time (s): 4.03034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7479 second user time and 33.9835 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-01 14:52:36
IDJOB=4817209
IDBENCH=181038
IDSOLVER=3600
FILE ID=nodeE005/4817209-1782910356
RUNJOBID= nodeE005-1782906552-2436194
SLURM_JOB_ID= 12542983
Free space on /tmp= 798080 MiB

SOLVER NAME= Sat4j CuttingPlanes 2026-06-10
BENCH NAME= PB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/instances/normalized-QPLIB_2029.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4817209-1782910356/watcher-4817209-1782910356 -o /tmp/evaluation-result-4817209-1782910356/solver-4817209-1782910356 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817209-1782910356/vars-4817209-1782910356 --bin-var /tmp/runsolver-exch-nodeE005-1782906552-2436194 --watchdog 3760  java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4817209-1782910356.opb

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

MD5SUM BENCH= d9c2241d93584cad05f450c8528c5668
RANDOM SEED=786281085

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3573.993
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3570.248
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		: 3564.300
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		: 3569.295
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		: 3574.101
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3573.752
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		: 3578.211
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		: 3570.657
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		: 2493.659
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3587.496
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		: 2493.659
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3576.528
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
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		: 3581.474
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3578.543
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		: 3567.715
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3567.850
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3574.868
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3579.828
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3567.205
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3571.746
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3582.775
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3585.533
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 3591.672
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		: 3588.761
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		: 3590.588
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 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		: 2493.659
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		: 3579.938
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		: 3578.410
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		: 3568.027
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:       1055320704 kB
MemFree:        841469176 kB
MemAvailable:   996714200 kB
Buffers:            2348 kB
Cached:         159850812 kB
SwapCached:            0 kB
Active:         51584784 kB
Inactive:       158048600 kB
Active(anon):   50655208 kB
Inactive(anon):        0 kB
Active(file):     929576 kB
Inactive(file): 158048600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               768 kB
Writeback:            44 kB
AnonPages:      49776060 kB
Mapped:           214140 kB
Shmem:            874984 kB
KReclaimable:    1568520 kB
Slab:            2151444 kB
SReclaimable:    1568520 kB
SUnreclaim:       582924 kB
KernelStack:       19840 kB
PageTables:       107528 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   54959992 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483296 kB
VmallocChunk:          0 kB
Percpu:           130304 kB
HardwareCorrupted:     0 kB
AnonHugePages:  48539648 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798028 MiB
End job on nodeE005 at 2026-07-01 15:49:54