From fe7affb6adf5afafd6aa2111292bb35269d44965 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Mon, 2 Jun 2025 14:17:01 -0400 Subject: [PATCH] GPL3 --- LICENSE | 675 ++++ elements/GrasslandTree.mod.json | 2 +- run/logs/debug-1.log.gz | Bin 19921 -> 19845 bytes run/logs/debug.log | 2871 +++++++---------- run/logs/latest.log | 46 +- .../procedures/GenerateFloorsProcedure.java | 1 + .../procedures/TeleportPlayerProcedure.java | 2 + .../configured_feature/grassland_tree.json | 8 +- 8 files changed, 1798 insertions(+), 1807 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..53d1f3d --- /dev/null +++ b/LICENSE @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/elements/GrasslandTree.mod.json b/elements/GrasslandTree.mod.json index c66b4a2..bd32259 100644 --- a/elements/GrasslandTree.mod.json +++ b/elements/GrasslandTree.mod.json @@ -9,6 +9,6 @@ "value": "CUSTOM:Overgrowncaves" } ], - "featurexml": "fancy oak1055TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak201110TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak271817TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak322215TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT134" + "featurexml": "fancy oak1055TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.046100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak201110TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.046100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak271817TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.046100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak322215TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.046100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT134" } } \ No newline at end of file diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index ece2e72d7197bf2b2e19aadd74701714dfe253f3..bf6812e765ad1c1b44cfc67c7c0e56cc07f6ccdb 100644 GIT binary patch literal 19845 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 neoforge-coremods-21.1.92.jar -[02Jun2025 10:05:51.406] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@24361cfc in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 10:05:51.406] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@24361cfc in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 10:05:51.406] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@24361cfc in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 10:05:51.407] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@3b7ff809]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@24361cfc in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 10:05:51.412] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@12aa4996 to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/biome/Biome;} {} {V} -[02Jun2025 10:05:51.414] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@6de0f580 to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} -[02Jun2025 10:05:51.414] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@6e495b48 to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} -[02Jun2025 10:05:51.415] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} -[02Jun2025 10:05:51.415] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} -[02Jun2025 10:05:51.415] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} -[02Jun2025 10:05:51.415] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} -[02Jun2025 10:05:51.415] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} -[02Jun2025 10:05:51.416] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} -[02Jun2025 10:05:51.416] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} -[02Jun2025 10:05:51.416] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/EntityType;} {} {V} -[02Jun2025 10:05:51.416] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} -[02Jun2025 10:05:51.416] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} -[02Jun2025 10:05:51.417] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} -[02Jun2025 10:05:51.417] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} -[02Jun2025 10:05:51.417] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} -[02Jun2025 10:05:51.417] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} -[02Jun2025 10:05:51.417] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} -[02Jun2025 10:05:51.418] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} -[02Jun2025 10:05:51.419] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@1d61c6dc to Target : cpw.mods.modlauncher.api.TargetType@3b7ff809 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} -[02Jun2025 10:05:51.419] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml -[02Jun2025 10:05:51.993] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 10:05:51.994] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3b05a99b] -[02Jun2025 10:05:51.994] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] -[02Jun2025 10:05:52.076] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 10:05:52.076] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[02Jun2025 10:05:52.077] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) -[02Jun2025 10:05:52.078] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) -[02Jun2025 10:05:52.078] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) -[02Jun2025 10:05:52.078] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) -[02Jun2025 10:05:52.078] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) -[02Jun2025 10:05:52.078] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) -[02Jun2025 10:05:52.079] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) -[02Jun2025 10:05:52.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[02Jun2025 10:05:52.079] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.079] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.079] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[02Jun2025 10:05:52.080] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.081] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[02Jun2025 10:05:52.082] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) -[02Jun2025 10:05:52.084] [main/DEBUG] [mixin/]: inject() running with 6 agents -[02Jun2025 10:05:52.085] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 10:05:52.085] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3b05a99b] -[02Jun2025 10:05:52.085] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] -[02Jun2025 10:05:52.086] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[02Jun2025 10:05:52.086] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[02Jun2025 10:05:52.086] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[02Jun2025 10:05:52.086] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[02Jun2025 10:05:52.087] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[02Jun2025 10:05:52.129] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] -[02Jun2025 10:05:52.129] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json -[02Jun2025 10:05:52.134] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json -[02Jun2025 10:05:52.182] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null -[02Jun2025 10:05:52.236] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[02Jun2025 10:05:52.238] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[02Jun2025 10:05:52.240] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[02Jun2025 10:05:52.243] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[02Jun2025 10:05:52.245] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[02Jun2025 10:05:52.247] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[02Jun2025 10:05:52.268] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) -[02Jun2025 10:05:52.348] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) -[02Jun2025 10:05:52.595] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework -[02Jun2025 10:05:52.599] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple -[02Jun2025 10:05:52.599] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 -[02Jun2025 10:05:53.558] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@65f58c6e -[02Jun2025 10:05:53.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[02Jun2025 10:05:53.624] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[02Jun2025 10:05:53.628] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat -[02Jun2025 10:05:53.635] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 10:05:53.636] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 10:05:53.636] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 10:05:53.636] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 10:05:53.636] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[02Jun2025 10:05:53.637] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 10:05:53.637] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 10:05:53.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 10:05:53.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 10:05:53.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 10:05:53.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 10:05:53.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 10:05:53.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 10:05:53.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 10:05:53.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 10:05:53.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 10:05:53.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 10:05:53.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 10:05:53.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 10:05:53.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 10:05:53.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 10:05:53.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 10:05:53.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 10:05:53.645] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 10:05:53.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 10:05:53.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 10:05:53.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 10:05:53.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 10:05:53.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 10:05:53.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 10:05:53.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 10:05:53.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 10:05:53.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 10:05:53.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 10:05:53.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 10:05:53.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 10:05:53.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 10:05:53.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 10:05:53.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 10:05:53.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 10:05:53.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 10:05:53.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 10:05:53.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 10:05:53.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 10:05:53.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 10:05:53.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 10:05:53.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 10:05:53.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 10:05:53.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 10:05:53.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 10:05:53.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 10:05:53.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 10:05:53.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 10:05:53.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 10:05:53.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 10:05:53.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 10:05:53.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 10:05:53.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 10:05:53.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 10:05:53.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 10:05:53.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 10:05:53.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 10:05:53.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 10:05:53.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 10:05:53.690] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo -[02Jun2025 10:05:53.764] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 229 milliseconds -[02Jun2025 10:05:56.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[02Jun2025 10:05:56.222] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@65f58c6e -[02Jun2025 10:05:56.433] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo -[02Jun2025 10:05:56.435] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo -[02Jun2025 10:05:56.481] [pool-7-thread-1/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). -[02Jun2025 10:05:56.485] [pool-7-thread-1/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo -[02Jun2025 10:05:56.486] [pool-7-thread-1/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo -[02Jun2025 10:05:56.491] [pool-7-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry -[02Jun2025 10:05:56.498] [pool-7-thread-1/DEBUG] [mixin/]: neoforge.mixins.json:MappedRegistryAccessor from mod neoforge: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[02Jun2025 10:05:58.058] [pool-7-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType -[02Jun2025 10:05:58.058] [pool-7-thread-1/DEBUG] [mixin/]: neoforge.mixins.json:BlockEntityTypeAccessor from mod neoforge: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) -[02Jun2025 10:06:00.193] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false -[02Jun2025 10:06:00.194] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21 -[02Jun2025 10:06:00.195] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available -[02Jun2025 10:06:00.195] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available -[02Jun2025 10:06:00.195] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available -[02Jun2025 10:06:00.196] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available -[02Jun2025 10:06:00.196] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled -[02Jun2025 10:06:00.197] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true -[02Jun2025 10:06:00.198] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 (in module io.netty.common) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.common -[02Jun2025 10:06:00.199] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.(long, {int,long}): unavailable -[02Jun2025 10:06:00.199] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available -[02Jun2025 10:06:00.200] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 4009754624 bytes (maybe) -[02Jun2025 10:06:00.200] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir) -[02Jun2025 10:06:00.200] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model) -[02Jun2025 10:06:00.201] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes -[02Jun2025 10:06:00.201] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1 -[02Jun2025 10:06:00.203] [pool-7-thread-1/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available -[02Jun2025 10:06:00.203] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false -[02Jun2025 10:06:03.263] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.265] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.267] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[02Jun2025 10:06:03.268] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[02Jun2025 10:06:03.269] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.355] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/assets/.mcassetsroot' uses unexpected schema -[02Jun2025 10:06:03.356] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/data/.mcassetsroot' uses unexpected schema -[02Jun2025 10:06:03.371] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] -[02Jun2025 10:06:03.377] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev -[02Jun2025 10:06:03.437] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 -[02Jun2025 10:06:03.479] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 10:06:03.479] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 10:06:03.479] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 10:06:03.479] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 10:06:03.479] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 10:06:03.480] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 10:06:03.481] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 10:06:03.482] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 10:06:03.483] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 10:06:03.484] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 10:06:03.485] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 10:06:03.486] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 10:06:03.487] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 10:06:03.488] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 10:06:03.489] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.490] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 10:06:03.491] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 10:06:03.492] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 10:06:03.493] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.494] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.495] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 10:06:03.496] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 10:06:03.497] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 10:06:03.498] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 10:06:03.499] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 10:06:03.500] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 10:06:03.501] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 10:06:03.502] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 10:06:03.503] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 10:06:03.504] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 10:06:03.505] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 10:06:03.506] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo + Sodium 0.6.13+mc1.21.1 (sodium) +[02Jun2025 11:59:05.776] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.92.jar with {minecraft} mods - versions {1.21.1} +[02Jun2025 11:59:05.777] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] +[02Jun2025 11:59:05.778] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.8+mc1.21.1.jar +[02Jun2025 11:59:05.780] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iris-neoforge-1.8.8+mc1.21.1.jar with {iris} mods - versions {1.8.8+mc1.21.1} +[02Jun2025 11:59:05.780] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.8+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] +[02Jun2025 11:59:05.780] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.fantastic.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.vertexformat.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config iris-batched-entity-rendering.mixins.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.sodium.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.dh.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.forge.json +[02Jun2025 11:59:05.781] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[02Jun2025 11:59:05.782] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} +[02Jun2025 11:59:05.782] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[02Jun2025 11:59:05.782] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[02Jun2025 11:59:05.783] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} +[02Jun2025 11:59:05.783] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[02Jun2025 11:59:05.784] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.mixins.json +[02Jun2025 11:59:05.784] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.debughud.mixins.json +[02Jun2025 11:59:05.784] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[02Jun2025 11:59:05.784] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} +[02Jun2025 11:59:05.785] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[02Jun2025 11:59:05.785] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.mixins.json +[02Jun2025 11:59:05.785] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.client.mixins.json +[02Jun2025 11:59:05.785] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.13+mc1.21.1.jar +[02Jun2025 11:59:05.786] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.13+mc1.21.1.jar with {sodium} mods - versions {0.6.13+mc1.21.1} +[02Jun2025 11:59:05.786] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.13+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[02Jun2025 11:59:05.786] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-common.mixins.json +[02Jun2025 11:59:05.786] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-neoforge.mixins.json +[02Jun2025 11:59:05.786] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/run/mods/immersive_portals-6.0.6.jar +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file immersive_portals-6.0.6.jar with {immersive_portals_core,q_misc_util,imm_ptl} mods - versions {6.0.6,6.0.6,6.0.6} +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/run/mods/immersive_portals-6.0.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config imm_ptl.mixins.json +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config imm_ptl_compat.mixins.json +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config imm_ptl_fabric.mixins.json +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config imm_ptl_peripheral.mixins.json +[02Jun2025 11:59:05.787] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config q_misc_util.mixins.json +[02Jun2025 11:59:05.788] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/build/classes/java/main +[02Jun2025 11:59:05.788] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {2.0.0} +[02Jun2025 11:59:05.789] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/classes/java/main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[02Jun2025 11:59:05.789] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar +[02Jun2025 11:59:05.789] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.92.jar with {neoforge} mods - versions {21.1.92} +[02Jun2025 11:59:05.789] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[3,]]] +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.mixins.json +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.client.mixins.json +[02Jun2025 11:59:05.790] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] +[02Jun2025 11:59:05.791] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml +[02Jun2025 11:59:05.803] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: +[02Jun2025 11:59:05.803] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.34.jar +[02Jun2025 11:59:05.803] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.34.jar +[02Jun2025 11:59:05.803] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.34.jar +[02Jun2025 11:59:05.803] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.34 +[02Jun2025 11:59:05.804] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.34 +[02Jun2025 11:59:05.804] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.34 +[02Jun2025 11:59:05.806] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] +[02Jun2025 11:59:05.806] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft +[02Jun2025 11:59:05.806] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge +[02Jun2025 11:59:05.808] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 19 mod requirements (17 mandatory, 2 optional) +[02Jun2025 11:59:05.808] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 3 mod requirements missing (3 mandatory, 0 optional) +[02Jun2025 11:59:05.809] [main/ERROR] [net.neoforged.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies: + Mod ID: 'neoforge', Requested by: 'fabric_block_view_api_v2', Expected range: '[21.1.115,)', Actual version: '21.1.92' + Mod ID: 'neoforge', Requested by: 'fabric_rendering_data_attachment_v1', Expected range: '[21.1.115,)', Actual version: '21.1.92' + Mod ID: 'neoforge', Requested by: 'fabric_api_base', Expected range: '[21.1.115,)', Actual version: '21.1.92' +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.885] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60 +[02Jun2025 11:59:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers +[02Jun2025 11:59:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin +[02Jun2025 11:59:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin +[02Jun2025 11:59:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml +[02Jun2025 11:59:05.891] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers +[02Jun2025 11:59:05.891] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it +[02Jun2025 11:59:05.893] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: +[02Jun2025 11:59:05.893] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.neoforge.coremods.NeoForgeCoreMod from neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 11:59:05.902] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@58b67519 to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/biome/Biome;} {} {V} +[02Jun2025 11:59:05.903] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7c1c5936 to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} +[02Jun2025 11:59:05.903] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7aead3af to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} +[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/EntityType;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} +[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml +[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60] +[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] +[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) +[02Jun2025 11:59:06.117] [main/DEBUG] [mixin/]: inject() running with 5 agents +[02Jun2025 11:59:06.117] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 11:59:06.118] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60] +[02Jun2025 11:59:06.119] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] +[02Jun2025 11:59:06.119] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[02Jun2025 11:59:06.120] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[02Jun2025 11:59:06.120] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[02Jun2025 11:59:06.120] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[02Jun2025 11:59:06.152] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] +[02Jun2025 11:59:06.153] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json +[02Jun2025 11:59:06.157] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json +[02Jun2025 11:59:06.190] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null +[02Jun2025 11:59:06.219] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[02Jun2025 11:59:06.220] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[02Jun2025 11:59:06.221] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[02Jun2025 11:59:06.222] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[02Jun2025 11:59:06.224] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[02Jun2025 11:59:06.225] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[02Jun2025 11:59:06.238] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) +[02Jun2025 11:59:06.280] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) +[02Jun2025 11:59:06.427] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework +[02Jun2025 11:59:06.430] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple +[02Jun2025 11:59:06.430] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 +[02Jun2025 11:59:07.150] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@1a480135 +[02Jun2025 11:59:07.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 11:59:07.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 11:59:07.192] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat +[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 11:59:07.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 11:59:07.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 11:59:07.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 11:59:07.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[02Jun2025 11:59:07.291] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 154 milliseconds diff --git a/run/logs/latest.log b/run/logs/latest.log index 0aab7b4..f83d1be 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,29 +1,29 @@ -[02Jun2025 10:05:50.020] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.92, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.92, --fml.fmlVersion, 4.0.34, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] -[02Jun2025 10:05:50.025] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.5+11-LTS -[02Jun2025 10:05:50.027] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.5 by Eclipse Adoptium; OS Linux arch amd64 version 6.8.0-58-generic -[02Jun2025 10:05:50.226] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[02Jun2025 10:05:50.397] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[02Jun2025 10:05:50.521] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[02Jun2025 10:05:50.679] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT -[02Jun2025 10:05:51.030] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 19.1.1, DRM 3.57, 6.8.0-58-generic) GL version 4.6 (Core Profile) Mesa 24.2.8-1ubuntu1~24.04.1, AMD -[02Jun2025 10:05:51.113] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection -[02Jun2025 10:05:51.115] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: +[02Jun2025 11:59:05.277] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.92, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.92, --fml.fmlVersion, 4.0.34, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] +[02Jun2025 11:59:05.279] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.5+11-LTS +[02Jun2025 11:59:05.280] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.5 by Eclipse Adoptium; OS Linux arch amd64 version 6.8.0-58-generic +[02Jun2025 11:59:05.361] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[02Jun2025 11:59:05.436] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[02Jun2025 11:59:05.492] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[02Jun2025 11:59:05.560] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT +[02Jun2025 11:59:05.682] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 19.1.1, DRM 3.57, 6.8.0-58-generic) GL version 4.6 (Core Profile) Mesa 24.2.8-1ubuntu1~24.04.1, AMD +[02Jun2025 11:59:05.774] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection +[02Jun2025 11:59:05.775] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Mod List: Name Version (Mod Id) cawezs_mantle_to_stratus 2.0.0 (cawezs_mantle_to_stratus) + Forgified Fabric API Base 0.4.42+d1308ded19 (fabric_api_base) + Forgified Fabric BlockView API (v2) 1.0.10+9afaaf8c19 (fabric_block_view_api_v2) + Forgified Fabric Renderer API (v1) 3.4.0+acb05a3919 (fabric_renderer_api_v1) + Forgified Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19 (fabric_rendering_data_attachment_v1) + Immersive Portals 6.0.6 (immersive_portals_core) + Iris 1.8.8+mc1.21.1 (iris) Minecraft 1.21.1 (minecraft) NeoForge 21.1.92 (neoforge) -[02Jun2025 10:05:52.087] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[02Jun2025 10:05:53.764] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 229 milliseconds -[02Jun2025 10:05:56.481] [pool-7-thread-1/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). -[02Jun2025 10:06:03.263] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.265] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.267] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[02Jun2025 10:06:03.268] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[02Jun2025 10:06:03.269] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[02Jun2025 10:06:03.355] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/assets/.mcassetsroot' uses unexpected schema -[02Jun2025 10:06:03.356] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/data/.mcassetsroot' uses unexpected schema -[02Jun2025 10:06:03.371] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] -[02Jun2025 10:06:03.377] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev -[02Jun2025 10:06:03.437] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 + Sodium 0.6.13+mc1.21.1 (sodium) +[02Jun2025 11:59:05.809] [main/ERROR] [net.neoforged.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies: + Mod ID: 'neoforge', Requested by: 'fabric_block_view_api_v2', Expected range: '[21.1.115,)', Actual version: '21.1.92' + Mod ID: 'neoforge', Requested by: 'fabric_rendering_data_attachment_v1', Expected range: '[21.1.115,)', Actual version: '21.1.92' + Mod ID: 'neoforge', Requested by: 'fabric_api_base', Expected range: '[21.1.115,)', Actual version: '21.1.92' +[02Jun2025 11:59:06.120] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[02Jun2025 11:59:07.291] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 154 milliseconds diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/GenerateFloorsProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/GenerateFloorsProcedure.java index e142f78..703addc 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/GenerateFloorsProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/GenerateFloorsProcedure.java @@ -63,6 +63,7 @@ public class GenerateFloorsProcedure { Gson gson = new Gson(); JsonElement jsonElement = JsonParser.parseString(file); JsonObject jsonObject = jsonElement.getAsJsonObject(); + if (!jsonObject.get("stack").getAsJsonObject().has(currentdim)) {return;} if (!jsonObject.get("stack").getAsJsonObject().get(currentdim).getAsJsonObject().get("floor_replace").getAsString().equals("none")) { run(entity, "fill ~-3 " + (jsonObject.get("stack").getAsJsonObject().get(currentdim).getAsJsonObject().get("dim_depth").getAsInt()) + " ~-3 ~3 " + (jsonObject.get("stack").getAsJsonObject().get(currentdim).getAsJsonObject().get("dim_depth").getAsInt()) + " ~3 cawezs_mantle_to_stratus:border replace minecraft:air"); diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/TeleportPlayerProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/TeleportPlayerProcedure.java index 7cf9659..feeec4d 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/TeleportPlayerProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/TeleportPlayerProcedure.java @@ -89,6 +89,8 @@ public class TeleportPlayerProcedure { Gson gson = new Gson(); JsonElement jsonElement = JsonParser.parseString(file); JsonObject jsonObject = jsonElement.getAsJsonObject(); + if (!jsonObject.get("stack").getAsJsonObject().has(currentdim)) {return;} + if (entity.getY() > -2 + jsonObject.get("stack").getAsJsonObject().get(currentdim).getAsJsonObject().get("dim_height").getAsInt()){ String next_dim = jsonObject.get("stack").getAsJsonObject().get(currentdim).getAsJsonObject().get("dim_above").getAsString(); if (!next_dim.equals("none")) { diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json index cb3d124..d0beebc 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json @@ -55,7 +55,7 @@ "Name": "minecraft:jungle_wood" } }, - "max_root_length": 15, + "max_root_length": 6, "max_root_width": 10, "random_skew_chance": 0.2 } @@ -139,7 +139,7 @@ "Name": "minecraft:jungle_wood" } }, - "max_root_length": 15, + "max_root_length": 6, "max_root_width": 10, "random_skew_chance": 0.2 } @@ -223,7 +223,7 @@ "Name": "minecraft:jungle_wood" } }, - "max_root_length": 15, + "max_root_length": 6, "max_root_width": 10, "random_skew_chance": 0.2 } @@ -307,7 +307,7 @@ "Name": "minecraft:jungle_wood" } }, - "max_root_length": 15, + "max_root_length": 6, "max_root_width": 10, "random_skew_chance": 0.2 }