Advertisement
Guest User

Untitled

a guest
Apr 16th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 421.38 KB | None | 0 0
  1. + Started the script at 2025-04-16 19:42:23
  2. +++ PSScriptRoot: C:\temp\CoreCycler-v0.11.0.0alpha1
  3. +++ The initial log level: 2
  4. +++ Starting the main functionality block
  5. +++ The original console mode: 503
  6. +++ Disabled the QuickEdit Mode feature
  7. +++ Disabled the close button
  8. +++ Trying to get the initial update check settings
  9. +++ Custom config file: C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
  10. +++ Initial Update Check Enabled: True
  11. +++ Initial Update Check Frequency: 24
  12. +++ Update check is enabled, initializing the background job (early start)
  13. +++ Starting the update check background job
  14. +++ Getting the settings
  15. A custom config file was provided:
  16. C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
  17. +++ Settings parsed
  18. +++
  19. +++ -------------------------------- The config file -------------------------------
  20. +++ C:\temp\CoreCycler-v0.11.0.0alpha1\config.ini
  21. +++ --------------------------------------------------------------------------------
  22. +++
  23. +++ # Config file for CoreCycler
  24. +++ # You can always find the default config file in configs\default.config.ini as a reference
  25. +++
  26. +++
  27. +++ # This is a copy of the default.config.ini in the /configs/ directory
  28. +++ # It contains all the available settings with comments and examples of what they do
  29. +++ # You can replace this file with your own version, and any setting that does not show up
  30. +++ # here will use its default value instead
  31. +++
  32. +++
  33. +++
  34. +++ # General settings
  35. +++ [General]
  36. +++
  37. +++ # Use a predefined config file instead of this one
  38. +++ # If this value is set, it will use the content from the file provided, overwriting all settings further below
  39. +++ # (which means that if you use this setting, you can safely remove all other settings in the "main" config.ini file)
  40. +++ # If this value is empty or invalid, the other settings from this file will apply
  41. +++ #
  42. +++ # It's useful for quickly switching between various configs, and you can find some predefined config files in the "configs" directory
  43. +++ # The setting uses a relative path from the location where this file is located in
  44. +++ # Example:
  45. +++ # useConfigFile = configs\quick-initial-test.yCruncher.config.ini
  46. +++ #
  47. +++ # Default: (empty)
  48. +++ useConfigFile = configs\Ryzen.AutomaticTestMode.Start.ini
  49. +++
  50. +++
  51. +++ # The program to perform the actual stress test
  52. +++ # The following programs are available:
  53. +++ # - PRIME95
  54. +++ # - AIDA64
  55. +++ # - YCRUNCHER
  56. +++ # - YCRUNCHER_OLD
  57. +++ # - LINPACK
  58. +++ # You can change the test mode and options for each stress test program in the respective [section] further down
  59. +++ # Note: For AIDA64, you need to manually download and extract the portable ENGINEER version and put it
  60. +++ # in the /test_programs/aida64/ folder
  61. +++ # AIDA64 is somewhat sketchy as well
  62. +++ # Note: There are two versions of y-cruncher included, which you can select with either "YCRUNCHER" or "YCRUNCHER_OLD"
  63. +++ # The "old" version uses the binaries and test algorithms that were available before version 0.8 of y-cruncher
  64. +++ # See the comments in the [yCruncher] section for a more detailed description
  65. +++ #
  66. +++ # Default: PRIME95
  67. +++ stressTestProgram = PRIME95
  68. +++
  69. +++
  70. +++ # Set the runtime per core
  71. +++ # You can define a specific runtime per core, by entering a numeric value in seconds,
  72. +++ # or use 'h' for hours, 'm' for minutes and 's' for seconds
  73. +++ # Examples: 360 = 360 seconds
  74. +++ # 1h4m = 1 hour, 4 minutes
  75. +++ # 1.5m = 1.5 minutes = 90 seconds
  76. +++ #
  77. +++ # Automatic runtime:
  78. +++ # You can also set it to "auto", in which case it will perform one "full" run for each core
  79. +++ # For Prime95, it will wait until all of the FFT sizes in the selected preset have been tested and
  80. +++ # will then continues to the next core and start again
  81. +++ # For y-cruncher the "auto" setting will wait until all selected tests have been finished for a core
  82. +++ # and will then continue to the next core
  83. +++ # If logging has been disabled for y-cruncher, it will fall back to 10 minutes per core
  84. +++ # For Aida64 the "auto" setting will default to 10 minutes per core
  85. +++ #
  86. +++ # Below are some examples of the runtime for one iteration of Prime95 for the various tests on my 5900X with one thread
  87. +++ # The first iteration is also usually the fastest one
  88. +++ # Selecting two threads usually takes *much* longer than one thread for one iteration in Prime95
  89. +++ # - Prime95 "Smallest": 4K to 21K - [SSE] ~3-4 Minutes <|> [AVX] ~8-9 Minutes <|> [AVX2] ~8-10 Minutes
  90. +++ # - Prime95 "Small": 36K to 248K - [SSE] ~4-6 Minutes <|> [AVX] ~14-19 Minutes <|> [AVX2] ~14-19 Minutes
  91. +++ # - Prime95 "Large": 426K to 8192K - [SSE] ~18-22 Minutes <|> [AVX] ~37-44 Minutes <|> [AVX2] ~38-51 Minutes
  92. +++ # - Prime95 "Huge": 8960K to MAX - [SSE] ~13-19 Minutes <|> [AVX] ~27-40 Minutes <|> [AVX2] ~33-51 Minutes
  93. +++ # - Prime95 "All": 4K to MAX - [SSE] ~40-65 Minutes <|> [AVX] ~92-131 Minutes <|> [AVX2] ~102-159 Minutes
  94. +++ # - Prime95 "Moderate": 1344K to 4096K - [SSE] ~7-15 Minutes <|> [AVX] ~17-30 Minutes <|> [AVX2] ~17-33 Minutes
  95. +++ # - Prime95 "Heavy": 4K to 1344K - [SSE] ~15-28 Minutes <|> [AVX] ~43-68 Minutes <|> [AVX2] ~47-73 Minutes
  96. +++ # - Prime95 "HeavyShort": 4K to 160K - [SSE] ~6-8 Minutes <|> [AVX] ~22-24 Minutes <|> [AVX2] ~23-25 Minutes
  97. +++ #
  98. +++ # Default: 6m
  99. +++ runtimePerCore = 6m
  100. +++
  101. +++
  102. +++ # Periodically suspend the stress test program
  103. +++ # This can simulate load changes / switches to idle and back
  104. +++ # Setting this to 1 will periodically suspend the stress test program, wait for a bit, and then resume it
  105. +++ # You should see the CPU load and clock speed drop significantly while the program is suspended and rise back up again
  106. +++ # Note: This will increase the runtime of the various stress tests as seen in the "runtimePerCore" setting by roughly 10%
  107. +++ #
  108. +++ # Default: 1
  109. +++ suspendPeriodically = 1
  110. +++
  111. +++
  112. +++ # The test order of the cores
  113. +++ # Available modes:
  114. +++ # Default: On CPUs with more than 8 physical cores: 'Alternate'. Otherwise 'Random'
  115. +++ # Alternate: Alternate between the 1st core on CCD1, then 1st on CCD2, then 2nd on CCD1, then 2nd on CCD2, etc.
  116. +++ # This should distribute the heat more evenly and possibly allow for higher clocks on CPUs with 2 CCDs
  117. +++ # Random: A random order
  118. +++ # Sequential: Cycle through the cores in numerical order
  119. +++ #
  120. +++ # You can also define your own testing order by entering a list of comma separated values.
  121. +++ # The list will be processed as provided, which means you can test the same core multiple times per iteration.
  122. +++ # Do note however that the "coresToIgnore" setting still takes precedence over any core listed here.
  123. +++ # The enumeration of cores starts with 0
  124. +++ # Example: 5, 4, 0, 5, 5, 7, 2
  125. +++ #
  126. +++ # Default: Default
  127. +++ coreTestOrder = Default
  128. +++
  129. +++
  130. +++ # Skip a core that has thrown an error in the following iterations
  131. +++ # If set to 0, this will test a core in the next iterations even if has thrown an error before
  132. +++ #
  133. +++ # Default: 1
  134. +++ skipCoreOnError = 1
  135. +++
  136. +++
  137. +++ # Stop the whole testing process if an error occurred
  138. +++ # If set to 0 (default), the stress test programm will be restarted when an error
  139. +++ # occurs and the core that caused the error will be skipped in the next iteration
  140. +++ #
  141. +++ # Default: 0
  142. +++ stopOnError = 0
  143. +++
  144. +++
  145. +++ # The number of threads to use for testing
  146. +++ # You can only choose between 1 and 2
  147. +++ # If Hyperthreading / SMT is disabled, this will automatically be set to 1
  148. +++ # Currently there's no automatic way to determine which core has thrown an error
  149. +++ # Setting this to 1 causes higher boost clock speed (due to less heat)
  150. +++ #
  151. +++ # Default: 1
  152. +++ # Maximum: 2
  153. +++ numberOfThreads = 1
  154. +++
  155. +++
  156. +++ # Use only one thread for load generation, but assign this thread to both virtual (logical) cores
  157. +++ # This way the Windows Scheduler or the internal CPU scheduler will choose which of both virtual CPU is used
  158. +++ # This may lead to additional stress situation otherwise not possible
  159. +++ # This setting has no effect if Hyperthreading / SMT is disabled or if numberOfThreads = 2
  160. +++ #
  161. +++ # Default: 0
  162. +++ assignBothVirtualCoresForSingleThread = 0
  163. +++
  164. +++
  165. +++ # The max number of iterations
  166. +++ # High values are basically unlimited (good for testing over night)
  167. +++ #
  168. +++ # Default: 10000
  169. +++ maxIterations = 10000
  170. +++
  171. +++
  172. +++ # Ignore certain cores
  173. +++ # Comma separated list of cores that will not be tested
  174. +++ # The enumeration of cores starts with 0
  175. +++ #
  176. +++ # Example: coresToIgnore = 0, 1, 2
  177. +++ # Default: (empty)
  178. +++ coresToIgnore =
  179. +++
  180. +++
  181. +++ # Restart the stress test process when a new core is selected
  182. +++ # This means each core will perform the same sequence of tests during the stress test
  183. +++ # This setting is best combined with runtimePerCore = auto
  184. +++ # Note: The monitor doesn't seem to turn off when this setting is enabled
  185. +++ #
  186. +++ # Important note:
  187. +++ # One disadvantage of this setting is that it has the potential to limit the amount of tests that the stress test program
  188. +++ # can run.
  189. +++ # In Prime95 for example, each FFT size will run for roughly 1 minute (except for very small ones), so if you want to make
  190. +++ # sure that Prime95 runs all of the available FFT sizes for a setting, you'll have to extend the "runtimePerCore" setting
  191. +++ # from the default value to something higher.
  192. +++ # For example the "Huge"/SSE preset has 19 FFT entries, and tests on my 5900X showed that it roughly takes 13-19 Minutes
  193. +++ # until all FFT sizes have been tested. The "Large"/SSE seems to take between 18 and 22 Minutes.
  194. +++ # I've included the measured times in the comment for the "runtimePerCore" setting above.
  195. +++ # This is why setting runtimePerCore = auto is beneficial when using this setting, to make sure every test is performed
  196. +++ # for every core.
  197. +++ #
  198. +++ # If this setting is disabled, a new core will very likely start with a different test / FFT size than the previous one.
  199. +++ # For longer testing periods (e.g. over night), the tested FFT sizes / algorithms will even out eventually, but if you
  200. +++ # want to make sure that each core is tested in exactly the same way, you should enable this setting.
  201. +++ #
  202. +++ # Default: 0
  203. +++ restartTestProgramForEachCore = 0
  204. +++
  205. +++
  206. +++ # Set a delay between the cores
  207. +++ # If the "restartTestProgramForEachCore" flag is set, this setting will define the amount of seconds between the end of
  208. +++ # the run of one core and the start of another
  209. +++ # If "restartTestProgramForEachCore" is 0, this setting has no effect
  210. +++ # Using this setting may help your CPU to cool down a little between cores, which could result in slightly higher
  211. +++ # core clocks at the start of the test (which could help in identifying instabilities)
  212. +++ #
  213. +++ # Default: 15
  214. +++ delayBetweenCores = 15
  215. +++
  216. +++
  217. +++ # Beep on a core error
  218. +++ # Play a beep when a core has thrown an error
  219. +++ #
  220. +++ # Default: 1
  221. +++ beepOnError = 1
  222. +++
  223. +++
  224. +++ # Flash on a core error
  225. +++ # Flash the window/icon in the taskbar when a core has thrown an error
  226. +++ #
  227. +++ # Default: 1
  228. +++ flashOnError = 1
  229. +++
  230. +++
  231. +++ # Check for WHEA errors
  232. +++ # If this is enabled, CoreCycler will periodicall check the Windows Event Log for WHEA errors
  233. +++ # These WHEA errors do not necessarily cause or show up together with a stress test error, but are indicative
  234. +++ # of an unstable overclock/undervolt
  235. +++ # A stable system should not produce any WHEA errors/warnings
  236. +++ #
  237. +++ # Default: 1
  238. +++ lookForWheaErrors = 1
  239. +++
  240. +++
  241. +++ # Treat a WHEA Warning Event Log entry as an error
  242. +++ # If this is enabled, a WHEA warning (Event Id 19, "corrected hardware error") will be treated as a "real" error
  243. +++ # The testing on the core will be stopped and continued on the next one
  244. +++ # However only if the APIC ID from the WHEA message matches the core that was currently tested, otherwise
  245. +++ # only a warning will be displayed
  246. +++ #
  247. +++ # Default: 1
  248. +++ treatWheaWarningAsError = 1
  249. +++
  250. +++
  251. +++
  252. +++
  253. +++ # Prime95 specific settings
  254. +++ [Prime95]
  255. +++
  256. +++ # The test modes for Prime95
  257. +++ # SSE Lightest load on the processor, lowest temperatures, highest boost clock
  258. +++ # AVX Medium load on the processor, medium temperatures, medium boost clock
  259. +++ # AVX2 Heavy load on the processor, highest temperatures, lowest boost clock
  260. +++ # AVX512 Only available for certain CPUs (Ryzen 7000, some Intel Alder Lake, etc)
  261. +++ # CUSTOM You can define your own settings for Prime. See the "customs" section further below
  262. +++ #
  263. +++ # Default: SSE
  264. +++ mode = SSE
  265. +++
  266. +++
  267. +++ # The FFT size preset to test for Prime95
  268. +++ # These are basically the presets as present in Prime95, plus an additional few
  269. +++ # Note: If "mode" is set to "CUSTOM", this setting will be ignored
  270. +++ # Smallest 4K to 21K - Prime95 preset text: "tests L1/L2 caches, high power/heat/CPU stress"
  271. +++ # Small 36K to 248K - Prime95 preset text: "tests L1/L2/L3 caches, maximum power/heat/CPU stress"
  272. +++ # Large 426K to 8192K - Prime95 preset text: "stresses memory controller and RAM" (although dedicated memory stress testing is disabled here by default!)
  273. +++ # Huge 8960K to MAX - Anything beginning at 8960K up to the highest FFT size (32768K for SSE/AVX, 51200K for AVX2, 65536K for AVX512)
  274. +++ # All 4K to MAX - 4K to up to the highest FFT size (32768K for SSE/AVX, 51200K for AVX2, 65536K for AVX512)
  275. +++ # Moderate 1344K to 4096K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
  276. +++ # Heavy 4K to 1344K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
  277. +++ # HeavyShort 4K to 160K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
  278. +++ #
  279. +++ # You can also define you own range by entering two FFT sizes joined by a hyphen, e.g 36-1344
  280. +++ #
  281. +++ # Default: Huge
  282. +++ FFTSize = Huge
  283. +++
  284. +++
  285. +++
  286. +++
  287. +++ # y-cruncher specific settings
  288. +++ # These apply to both "YCRUNCHER" and "YCRUNCHER_OLD"
  289. +++ [yCruncher]
  290. +++
  291. +++ # The test modes for y-cruncher
  292. +++ # y-cruncher offer various test modes (binaries/algorithms), that require different instruction sets to be available
  293. +++ # See the \test_programs\y-cruncher\Binaries\Tuning.txt file for a detailed explanation
  294. +++ #
  295. +++ # Test Mode Name Automatic Selection For Required Instruction Set
  296. +++ # -------------- ----------------------- ------------------------
  297. +++ # "04-P4P" Intel Pentium 4 Prescott SSE, SSE2, SSE3
  298. +++ # "05-A64 ~ Kasumi" AMD Athlon 64 x64, SSE, SSE2, SSE3
  299. +++ # "08-NHM ~ Ushio" Intel Nehalem x64, SSE, SSE2, SSE3, SSSE3, SSE4.1
  300. +++ # "11-SNB ~ Hina" Intel Sandy Bridge x64, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX
  301. +++ # "12-BD2 ~ Miyu" AMD Piledriver x64, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, ABM, FMA3
  302. +++ # "13-HSW ~ Airi" Intel Haswell x64, ABM, BMI1, BMI2, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
  303. +++ # "14-BDW ~ Kurumi" Intel Broadwell x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
  304. +++ # "17-SKX ~ Kotori" Intel Skylake X [AVX512] x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2, AVX512-(F/CD/VL/BW/DQ)
  305. +++ # "17-ZN1 ~ Yukina" AMD Zen 1 Summit Ridge x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
  306. +++ # "18-CNL ~ Shinoa" Intel Cannon Lake [AVX512] x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2, AVX512-(F/CD/VL/BW/DQ/IFMA/VBMI)
  307. +++ # "19-ZN2 ~ Kagari" AMD Zen 2 Matisse (and Zen 3) x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
  308. +++ # "22-ZN4 ~ Kizuna" AMD Zen 4 Raphael [AVX512] x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2, AVX512-(F/CD/VL/BW/DQ/IFMA/VBMI/GFNI)
  309. +++ # "24-ZN5 ~ Komari" AMD Zen 5 Granite Ridge [AVX512] x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2, AVX512-(F/CD/VL/BW/DQ/IFMA/VBMI/VBMI2/GFNI)
  310. +++ #
  311. +++ # If you let y-cruncher run on its own, it will automatically select one of these test modes depending on the processor it detects,
  312. +++ # this is the "Automatic Selection For" column in the table above
  313. +++ # For CoreCycler however you need to select a specific test mode to be run
  314. +++ # As a general rule you can assume that the less instructions are required, the less heat a test mode will produce, and therefore the boost clocks can go higher
  315. +++ # On the other hand, if you actually want to test all the transistors in your chip, you will need to select a test mode that covers all of the available instruction sets
  316. +++ # So it's advised that you test both with the least and the highest amount of available instruction sets for your processor to cover all use cases
  317. +++ #
  318. +++ # Be aware that test modes that require AVX512 instructions will not work on processors that do not support AVX512!
  319. +++ # It will either outright crash or simply not start
  320. +++ #
  321. +++ # A quick overview:
  322. +++ # "04-P4P" produces the least amount of heat and should therefore produce the highest boost clock on most tests
  323. +++ # "14-BDW ~ Kurumi" is the test that y-cruncher itself would default to if you run it on an Intel CPU up to at least 14th gen
  324. +++ # "19-ZN2 ~ Kagari" is the test that y-cruncher itself would default to for Zen 2/3 (Ryzen 3000/5000)
  325. +++ # "22-ZN4 ~ Kizuna" is the test that y-cruncher itself would default to for Zen 4 (Ryzen 7000) and uses AVX512 instructions
  326. +++ # "24-ZN5 ~ Komari" is the test that y-cruncher itself would default to for Zen 5 (Ryzen 9000) and uses AVX512 instructions
  327. +++ #
  328. +++ # User experience seems to indicate that "19-ZN2 ~ Kagari" is pretty good for testing stability, even for Zen 4 (Ryzen 7000) CPUs
  329. +++ # It is unclear yet how Zen 5 / Ryzen 9000 CPUs will turn out
  330. +++ # So as a recommendation, use "04-P4P" for low load testing and "19-ZN2 ~ Kagari" for higher/AVX2 load scenarios
  331. +++ # As "14-BDW ~ Kurumi" is the test mode that y-cruncher chooses for Intel CPUs, it is not entirely clear if this or "19-ZN2 ~ Kagari"
  332. +++ # is the better test for AVX/AVX2 loads on Intel CPUs. At least they share the same instruction sets, so you might need to check for yourself
  333. +++ #
  334. +++ #
  335. +++ # When using the old y-cruncher version ("YCRUNCHER_OLD" selected as the stress test), there's an additional test mode you can use:
  336. +++ #
  337. +++ # Test Mode Name Automatic Selection For Required Instruction Set
  338. +++ # -------------- ----------------------- ------------------------
  339. +++ # "00-x86" Legacy x86 86/IA-32 since Pentium (BSWAP, CMPXCHG, CPUID, RDTSC, possibly others...)
  340. +++ #
  341. +++ # It is not available anymore in the recent version of y-cruncher, which is now the default one ("YCRUNCHER"), so if you want to use a test
  342. +++ # with the least used instruction sets for low loads, you would need to switch to "YCRUNCHER_OLD" as the stress test
  343. +++ # Also note that if you use "YCRUNCHER_OLD", you will also need to adapt the "tests" setting, as the old version uses different names
  344. +++ #
  345. +++ # Furthermore the "12-BD2 ~ Miyu" test mode is named "11-BD1 ~ Miyu" in "YCRUNCHER_OLD"
  346. +++ #
  347. +++ # Default: 04-P4P
  348. +++ mode = 04-P4P
  349. +++
  350. +++
  351. +++ # Set the test algorithms to run for y-cruncher
  352. +++ # y-crunchers offers various different test algorithms that it can run, here you can select which ones it should use
  353. +++ # Tag Test Name Component CPU------Mem
  354. +++ # --- --------- --------- ------------
  355. +++ # BKT Basecase + Karatsuba Scalar Integer -|--------
  356. +++ # BBP BBP Digit Extraction AVX2 Float |---------
  357. +++ # SFT Small In-Cache FFTv3 AVX2 Float -|--------
  358. +++ # SFTv4 Small In-Cache FFTv4 AVX2 Float -|--------
  359. +++ # SNT Small In-Cache N63 AVX2 Integer --|-------
  360. +++ # SVT Small In-Cache VT3 AVX2 Float --|-------
  361. +++ # FFT Fast Fourier Transform (v3) AVX2 Float ---------|
  362. +++ # FFTv4 Fast Fourier Transform (v4) AVX2 Float ---------|
  363. +++ # N63 Classic NTT (v2) AVX2 Integer ---|------
  364. +++ # VT3 Vector Transform (v3) AVX2 Float ----|-----
  365. +++
  366. +++ #
  367. +++ # Use a comma separated list
  368. +++ # Default: BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  369. +++ tests = BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  370. +++
  371. +++
  372. +++ # Set the test algorithms to run for the "old" version of y-cruncher ("YCRUNCHER_OLD" selected as the stress test)
  373. +++ # This older version (v0.7.10.9513) has a different set of tests to choose from
  374. +++ # Tag Test Name Component CPU------Mem
  375. +++ # --- --------- --------- ------------
  376. +++ # BKT Basecase + Karatsuba Scalar Integer -|--------
  377. +++ # BBP BBP Digit Extraction Floating-Point |--------- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  378. +++ # SFT Small In-Cache FFT Floating-Point -|-------- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  379. +++ # FFT Fast Fourier Transform Floating-Point ---------| depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  380. +++ # N32 Classic NTT (32-bit) Scalar Integer -----|---- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  381. +++ # N64 Classic NTT (64-bit) Scalar Integer ---|------ depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  382. +++ # HNT Hybrid NTT Mixed Workload -----|----
  383. +++ # VST Vector Transform Floating-Point ------|--- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
  384. +++ # C17 Code 17 Experiment AVX2/512 Mixed ---|------ depending on the selected mode uses AVX2 or AVX512
  385. +++ #
  386. +++ # Important:
  387. +++ # "C17" (Code 17 Experiment) will only work with a AVX2 and AVX512 workload (so with mode "13-HSW ~ Airi" and above)
  388. +++ #
  389. +++ # Use a comma separated list
  390. +++ # Default: BKT, BBP, SFT, FFT, N32, N64, HNT, VST
  391. +++ #tests = BKT, BBP, SFT, FFT, N32, N64, HNT, VST
  392. +++
  393. +++
  394. +++ # Set the duration in seconds for each test in y-cruncher
  395. +++ # The duration for each individual test selected above in the "tests" setting
  396. +++ # Note: not the total runtime
  397. +++ #
  398. +++ # Default: 60
  399. +++ testDuration = 60
  400. +++
  401. +++
  402. +++ # Memory allocation for y-cruncher
  403. +++ # This allows you to customize the allocated memory for y-cruncher
  404. +++ # Set the value in bytes or use a "short" notation like e.g. "64MB"
  405. +++ # The default setting uses 13.4 MB (13418572 bytes, 12.8 MiB) for one resp. 26.7 MB (26567600 bytes, 25.3 MiB) for two threads
  406. +++ # Note the difference between "MB" (1000 kilobyte = 1000*1000 byte) and "MiB" (1024 kibibyte = 1024*1024 byte)
  407. +++ #
  408. +++ # Default: Default
  409. +++ memory = Default
  410. +++
  411. +++
  412. +++ # Enable or disable the custom logging wrapper for y-cruncher
  413. +++ # We are using the helpers/WriteConsoleToWriteFileWrapper.exe executable to capture the output of y-cruncher and write it to a file
  414. +++ # It is using the Microsoft Detours C++ library to do so
  415. +++ # Here you can disable this behaviour and revert back to the original y-cruncher execution
  416. +++ #
  417. +++ # It is strongly recommended to leave this setting enabled, unless you're experiencing problems with it!
  418. +++ #
  419. +++ # Default: 1
  420. +++ enableYCruncherLoggingWrapper = 1
  421. +++
  422. +++
  423. +++
  424. +++
  425. +++ # Aida64 specific settings
  426. +++ [Aida64]
  427. +++
  428. +++ # The test modes for Aida64
  429. +++ # Note: "RAM" consumes basically all of the available memory and makes the computer pretty slow
  430. +++ # You can change the amount of RAM being used / tested with the "maxMempory" setting below
  431. +++ # CACHE: Starts Aida64 with the "Cache" stress test
  432. +++ # CPU: Starts Aida64 with the "CPU" stress test
  433. +++ # FPU: Starts Aida64 with the "FPU" stress test
  434. +++ # RAM: Starts Aida64 with the "Memory" stress test
  435. +++ # You can also combine multiple stress tests like so: CACHE,CPU,FPU
  436. +++ #
  437. +++ # Default: CACHE
  438. +++ mode = CACHE
  439. +++
  440. +++
  441. +++ # Use AVX for Aida64
  442. +++ # This enables or disables the usage of AVX instructions during Aida64's stress tests
  443. +++ #
  444. +++ # Default: 0
  445. +++ useAVX = 0
  446. +++
  447. +++
  448. +++ # The maximum memory allocation for Aida64
  449. +++ # Sets the maximum memory usage during the "RAM" stress test in percent
  450. +++ # Note: Setting this too high can cause your Windows to slow down to a crawl!
  451. +++ #
  452. +++ # Default: 90
  453. +++ maxMemory = 90
  454. +++
  455. +++
  456. +++
  457. +++
  458. +++ # Linpack specific settings
  459. +++ [Linpack]
  460. +++
  461. +++ # Which version of Linpack to use
  462. +++ # There are four different choices available
  463. +++ # 2018: Intel Linpack version 2018.0.3.1 - this is the same version as used in Linpack Xtreme 1.1.5
  464. +++ # 2019: Intel Linpack version 2019.0.3.1
  465. +++ # 2021: Intel Linpack version 2021.4.1.0 - this version always uses FASTEST (AVX2)
  466. +++ # 2024: Intel Linpack version 2024.2.1.0 - this version always uses FASTEST (AVX2)
  467. +++ #
  468. +++ # Version 2018 and 2019 are the only ones where you can set the mode to anything but "FASTEST"
  469. +++ # These two version also run slightly faster (more GFlops) on AMD processors than the newer versions when set to "FASTEST"
  470. +++ # But the newer versions might have additional optimizations that are missing in the older ones
  471. +++ #
  472. +++ # Default: 2018
  473. +++ version = 2018
  474. +++
  475. +++
  476. +++ # The test mode for Linpack
  477. +++ # You can choose between five settings:
  478. +++ # SLOWEST
  479. +++ # SLOW
  480. +++ # MEDIUM
  481. +++ # FAST
  482. +++ # FASTEST
  483. +++ # These settings define how fast one iteration will be completed (how many GFlops you'll see and the time it takes)
  484. +++ # It should also affect which instruction set is being used, e.g. FASTEST should enable AVX2, while FAST should
  485. +++ # use AVX
  486. +++ # I'm not entirely sure what instructions the other settings use exactly, but I did see a difference in the runtime
  487. +++ # and GFlops for these settings
  488. +++ # Here are some examples (not comparable to anything else, since determined with a custom overclock/undervolt setting):
  489. +++ # Ryzen 5900X 1 Thread Intel 14900KF 1 Thread
  490. +++ # GFlops Time Temp GFlops Time Temp
  491. +++ # SLOWEST ~21 ~126s ~67°C ~28 ~96s ~64°C
  492. +++ # SLOW ~25 ~105s ~71°C ~28 ~94s ~65°C
  493. +++ # MEDIUM ~27 ~99s ~71°C ~30 ~89s ~66°C
  494. +++ # FAST ~45 ~59s ~75°C ~51 ~52s ~66°C
  495. +++ # FASTEST ~66 ~40s ~76°C ~78 ~34s ~69°C
  496. +++ #
  497. +++ # As you can see, the setting has a more pronounced effect on AMD CPUs, but Intel CPUs are affected as well, just not
  498. +++ # as much on the slower settings
  499. +++ # This setting makes use of an undocumentented environment variable (MKL_DEBUG_CPU_TYPE) for Intel's MKL library
  500. +++ # (Math Kernel Library), which is interally used by Linpack
  501. +++ #
  502. +++ # Default: MEDIUM
  503. +++ mode = MEDIUM
  504. +++
  505. +++
  506. +++ # Memory allocation for Linpack
  507. +++ # Set the amount of memory to use with Linpack
  508. +++ # Enter the value either as a string like 500MB, 2GB, 4GB, etc
  509. +++ # Or as a raw value in bytes, e.g. 250000000 (which would equal "250MB")
  510. +++ # Note the difference between "MB" (1000 kilobyte = 1000*1000 byte) and "MiB" (1024 kibibyte = 1024*1024 byte)
  511. +++ # Also be aware that the memory size directly influences the time it takes to run one test, here are some examples:
  512. +++ # Setting Sample runtime Sample runtime
  513. +++ # with MEDIUM with FASTEST
  514. +++ # 100MB 1s 0.5s
  515. +++ # 250MB 4s 2s
  516. +++ # 500MB 12s 5s
  517. +++ # 750MB 23s 9s
  518. +++ # 1GB 35s 14s
  519. +++ # 2GB 99s 40s
  520. +++ # 4GB 287s 117s
  521. +++ # 6GB 534s 216s
  522. +++ # 30GB unknown, >1h not tested (I aborted after over an hour)
  523. +++ # Also note that choosing more memory doesn't necessarily help in finding CPU related problems
  524. +++ # It may help identifying RAM or IMC (Internal Memory Controller) related issues
  525. +++ #
  526. +++ # Default: 2GB
  527. +++ memory = 2GB
  528. +++
  529. +++
  530. +++
  531. +++
  532. +++ # Settings for the Automatic Test Mode
  533. +++ [AutomaticTestMode]
  534. +++
  535. +++ # Enable the automatic test mode
  536. +++ # If you enable this setting, the script will automatically adjust the Curve Optimizer or voltage offset values
  537. +++ # when an error occurs
  538. +++ #
  539. +++ # For Ryzen CPUs it uses "ryzen-smu-cli", which is included in the /tools/ryzen-smu-cli/ directory
  540. +++ # For Intel, it uses "IntelVoltageControl", which allows you to set a voltage offset (also included in the /tools/ directory)
  541. +++ #
  542. +++ # Note that this will only INCREASE the Curve Optimizer / voltage offset values, i.e. it will try to make the settings
  543. +++ # more stable, it will never push the settings more into the negative
  544. +++ # Also note that enabling this setting will require the script to be run with administrator privileges
  545. +++ # And lastly, enabling it will set "skipCoreOnError" to 0 and "stopOnError" to 0 as long as the limit has not been reached
  546. +++ #
  547. +++ # IMPORTANT: The automatically adjusted Curve Optimizer / voltage offset values are NOT permanent, so after a regular reboot they
  548. +++ # will not be applied anymore
  549. +++ # If you want to permanently set these values, you will need to set them in the BIOS, or use a startup script to
  550. +++ # set them on every Windows start (see the .txt files for ryzen-smu-cli resp. IntelVoltageControl in the /tools
  551. +++ # directory for an explanation of the various settings)
  552. +++ #
  553. +++ # Default: 0
  554. +++ enableAutomaticAdjustment = 0
  555. +++
  556. +++
  557. +++ # The starting Curve Optimizer / voltage offset values
  558. +++ # You can provide the Curve Optimizer / voltage offset starting values here, or let them be automatically detected
  559. +++ # If you specify values here, they will overwrite your currently applied CO / voltage offset settings
  560. +++ # If you leave the value blank or set it to "CurrentValues" or "Default", it will try to automatically detect your current settings
  561. +++ #
  562. +++ # For Ryzen, you can use the "Minimum" value to automatically set the values to their respective minimum Curve Optimizer values
  563. +++ # (-30 for Ryzen 5000 and -50 for Ryzen 7000 and upwards)
  564. +++ #
  565. +++ # Use a comma separated list or define a single value that will be applied to all cores
  566. +++ # You can also use spaces or "|" to separate the cores
  567. +++ # For Intel, this currently only really supports a single voltage offset that is applied to each core
  568. +++ # For Ryzen, you can define the Curve Optimizer value for each core
  569. +++ #
  570. +++ # Note: For Ryzen, the minimum possible Curve Optimizer value is defined by your CPU
  571. +++ # -30 is the minimum value for Curve Optimizer on Ryzen 5000, and -50 for Ryzen 7000 and upwards
  572. +++ # (and each point of Curve Optimizer equals around 3-5 millivolts)
  573. +++ # Note: For Intel, the values are provided in millivolts, so e.g. -120 for an undervolt of -0.120v
  574. +++ #
  575. +++ # IMPORTANT: Use a negative sign if you want negative CO values / a negative voltage offset, not providing a negative sign will
  576. +++ # instead apply a positive CO / voltage offset!
  577. +++ # IMPORTANT: The automatically adjusted Curve Optimizer / voltage offset values are TEMPORARY, so after a regular reboot they
  578. +++ # will not be applied anymore
  579. +++ # If you want to permanently set these values, you will need to set them in the BIOS, or use a startup script to
  580. +++ # set them on every Windows start (see the text files in the /tools directory for an explanation of the various settings)
  581. +++ #
  582. +++ # Example for setting Curve Optimizer values for a Ryzen 5800X with 8 cores:
  583. +++ # startValues = -15, -10, -15, -8, 2, -20, 0, -30
  584. +++ # Or
  585. +++ # startValues = -15 -10 -15 -8 2 -20 0 -30
  586. +++ # Or
  587. +++ # startValues = -15 | -10 | -15 | -8 | 2 | -20 | 0 | -30
  588. +++ #
  589. +++ # Example to assign a single Curve Optimizer value to all cores:
  590. +++ # startValues = -20
  591. +++ #
  592. +++ # Example to assign a voltage offset of -0.120v (-120mv) for Intel processors:
  593. +++ # startValues = -120
  594. +++ #
  595. +++ # Default: CurrentValues
  596. +++ startValues = CurrentValues
  597. +++
  598. +++
  599. +++ # The upper limit for the Curve Optimizer values / voltage offset
  600. +++ # If this limit has been reached, no further adjustments will be performed
  601. +++ # Instead the core will now simply throw an error and the regular "skipCoreOnError" setting will be obeyed
  602. +++ # This is either a Curve Optimizer value or a voltage offset value
  603. +++ #
  604. +++ # IMPORTANT: Be sensible about this value, setting it too high into the positive could apply a too high
  605. +++ # voltage to your CPU and may damage it!
  606. +++ #
  607. +++ # Default: 0
  608. +++ maxValue = 0
  609. +++
  610. +++
  611. +++ # The amount by which to increase the Curve Optimizer / voltage offset value
  612. +++ # On an error, the Curve Optimizer / voltage offset value will be increased by this amount
  613. +++ # For Ryzen, a value between 1 and 5 seems reasonable
  614. +++ # For Intel, you should probably set this to 5 to increase the vCore by 5mv after an error
  615. +++ #
  616. +++ # Setting it to "Default" will set the value to 1 for Ryzen and 5 for Intel
  617. +++ #
  618. +++ # Default: Default
  619. +++ incrementBy = Default
  620. +++
  621. +++
  622. +++ # Set only the currently tested core to the selected Curve Optimizer / voltage offset value
  623. +++ # All the other cores will be set to 0, resp. the determined maximum value if it's higher than 0
  624. +++ # This should prevent errors caused by other cores than the currently tested one, or at least diminish the chance for that
  625. +++ #
  626. +++ # Note: Currently this only has an effect for Ryzen processors, for Intel up to 14th gen there is only one voltage value
  627. +++ #
  628. +++ # Default: 0
  629. +++ setVoltageOnlyForTestedCore = 0
  630. +++
  631. +++
  632. +++ # Repeat the test on a core if it has thrown an error and the Curve Optimizer / voltage offset value was increased
  633. +++ # Setting this to 1 will restart the test, until it has not thrown an error, or until the maximum value has been reached
  634. +++ # Setting it to 0, the script will continue to the next core in line as normal
  635. +++ #
  636. +++ # Default: 1
  637. +++ repeatCoreOnError = 1
  638. +++
  639. +++
  640. +++ # Try to automatically resume after a crash / hard reboot
  641. +++ # If this setting is enabled, the script will try to automatically resume after a reboot has occurred
  642. +++ # It creates a Scheduled Task that will be run at logon, which then tries to resume where it left off,
  643. +++ # optionally repeating the last core with an adjusted value (see the repeatCoreOnError setting)
  644. +++ #
  645. +++ # IMPORTANT: If you just close the CoreCycler window without properly exiting the script with CTRL+C,
  646. +++ # the Scheduled Task will remain and will be executed on the next reboot!
  647. +++ # So make sure that you always exit CoreCycler by pressing CTRL+C
  648. +++ #
  649. +++ # IMPORTANT: The Scheduled Task will execute once you log back in to your user account
  650. +++ # So for a true automated testing, it would be beneficial if you activated auto-logon
  651. +++ # Be aware that this might pose a security risk though, so make sure to consider the risks!
  652. +++ # https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
  653. +++ # https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon
  654. +++ #
  655. +++ # Default: 0
  656. +++ enableResumeAfterUnexpectedExit = 1
  657. +++
  658. +++
  659. +++ # Windows treats crashes or reboots that happen within 120 seconds of the boot as a "failed" boot
  660. +++ # To prevent the Windows Recovery Screen from appearing after three of those "failed" boots, the script will wait for this
  661. +++ # amount of time before resuming the testing process
  662. +++ # Set this to 0 if you don't care about that and want to resume immediately
  663. +++ #
  664. +++ # Default: 120
  665. +++ waitBeforeAutomaticResume = 120
  666. +++
  667. +++
  668. +++ # Create a System Restore Point when using the Automatic Test Mode
  669. +++ # Using the Automatic Test Mode with very unstable starting settings may result in a corrupted Windows installation,
  670. +++ # so creating a System Restore Point before activation is highly recommended
  671. +++ # This way you can more easily restore a corrupted installation
  672. +++ #
  673. +++ # NOTE: The script will only create a System Restore Point if the last one is older than 24 hours
  674. +++ # It will also not do so while in the middle of the Automatic Test Mode process, only when starting a fresh one
  675. +++ #
  676. +++ # Default: 1
  677. +++ createSystemRestorePoint = 1
  678. +++
  679. +++
  680. +++ # Ask for the creation of a System Restore Point
  681. +++ # If this setting is disabled, the System Restore Point will be automatically created without user interaction
  682. +++ #
  683. +++ # Default: 1
  684. +++ askForSystemRestorePointCreation = 1
  685. +++
  686. +++
  687. +++
  688. +++ # Log specific settings
  689. +++ [Logging]
  690. +++
  691. +++ # The name of the log file
  692. +++ # The "mode" parameter, the selected stress test program and test mode, as well as the start date & time will be
  693. +++ # added to the name, with a .log file ending
  694. +++ #
  695. +++ # Default: CoreCycler
  696. +++ name = CoreCycler
  697. +++
  698. +++
  699. +++ # Set the log level
  700. +++ # 0: Do not log or display additional information
  701. +++ # 1: Write additional information to the log file (verbose)
  702. +++ # 2: Write even more information to the log file (debug)
  703. +++ # 3: Also display the verbose messages in the terminal
  704. +++ # 4: Also display the debug messages in the terminal
  705. +++ #
  706. +++ # Default: 2
  707. +++ logLevel = 2
  708. +++
  709. +++
  710. +++ # Make use of the Windows Event Log to log core tests and core errors
  711. +++ # If this is enabled, CoreCycler will add entries to the Windows Event Log when it has been started, ended,
  712. +++ # and also when iterating over the cores
  713. +++ # This can be helpful if you suffer from corrupted log files after a hard reboot during testing
  714. +++ # To be able to use this, a new Windows Event "Source" for CoreCycler needs to be added, the script will ask
  715. +++ # you add this if it's not available yet
  716. +++ # Adding this Source will require Administrator rights (once), but after it has been added, no additional rights
  717. +++ # are required
  718. +++ # The entries can be found in the Windows Logs/Application section of the Event Viewer
  719. +++ #
  720. +++ # Default: 1
  721. +++ useWindowsEventLog = 1
  722. +++
  723. +++
  724. +++ # Periodically flush the disk write cache
  725. +++ # If this is enabled, CoreCycler will periodically try to flush the disk write cache, which could help to prevent
  726. +++ # corrupted log files when a hard reboot during testing occurs
  727. +++ # Note that some drives have an additional internal write cache, which is NOT affected by this setting
  728. +++ # Also note that this will not work for all drives/volumes, e.g. if you run the script from a VeraCrypt volume,
  729. +++ # this setting will have no effect
  730. +++ #
  731. +++ # Default: 0
  732. +++ flushDiskWriteCache = 0
  733. +++
  734. +++
  735. +++
  736. +++
  737. +++ # Settings for updates
  738. +++ [Update]
  739. +++
  740. +++ # Enable the update check
  741. +++ #
  742. +++ # Default: 1
  743. +++ enableUpdateCheck = 1
  744. +++
  745. +++
  746. +++ # The frequency of the check, in hours
  747. +++ #
  748. +++ # Default: 24
  749. +++ updateCheckFrequency = 24
  750. +++
  751. +++
  752. +++
  753. +++
  754. +++ # Custom settings for Prime95
  755. +++ [Prime95Custom]
  756. +++
  757. +++ # This needs to be set to 1 for AVX mode
  758. +++ # (and also if you want to set AVX2 below)
  759. +++ CpuSupportsAVX = 0
  760. +++
  761. +++
  762. +++ # This needs to be set to 1 for AVX2 mode
  763. +++ CpuSupportsAVX2 = 0
  764. +++
  765. +++
  766. +++ # This also needs to be set to 1 for AVX2 mode on Ryzen
  767. +++ CpuSupportsFMA3 = 0
  768. +++
  769. +++
  770. +++ # This needs to be set to 1 for AVX512 mode
  771. +++ CpuSupportsAVX512 = 0
  772. +++
  773. +++
  774. +++ # The minimum FFT size to test
  775. +++ # Value for "Smallest FFT": 4
  776. +++ # Value for "Small FFT": 36
  777. +++ # Value for "Large FFT": 426
  778. +++ MinTortureFFT = 4
  779. +++
  780. +++
  781. +++ # The maximum FFT size to test
  782. +++ # Value for "Smallest FFT": 21
  783. +++ # Value for "Small FFT": 248
  784. +++ # Value for "Large FFT": 8192
  785. +++ MaxTortureFFT = 8192
  786. +++
  787. +++
  788. +++ # The amount of memory to use in MB
  789. +++ # 0 = In-Place
  790. +++ TortureMem = 0
  791. +++
  792. +++
  793. +++ # The max amount of minutes for each FFT size during the stress test
  794. +++ # Note: It may be much less than one minute, basically it seems to be "one run or one minute, whichever is less"
  795. +++ TortureTime = 1
  796. +++
  797. +++
  798. +++
  799. +++
  800. +++ # Debug settings that shouldn't need to be changed
  801. +++ # Only change them if you know what you're doing and there's a problem you're trying to identify
  802. +++ [Debug]
  803. +++
  804. +++ # Debug setting to disable the periodic CPU utilization check
  805. +++ #
  806. +++ # This setting enables or disables the CPU utilization check during stress testing.
  807. +++ # Some stress test programs (like Aida64) do not generate a log file, so the only way to detect an error is by
  808. +++ # checking the current CPU utilization.
  809. +++ #
  810. +++ # This uses a pretty basic check to see if the stress is still running at all, for a more detailled check
  811. +++ # enable the "useWindowsPerformanceCountersForCpuUtilization" below.
  812. +++ # Be aware that enabling the Windows Performance Counters may introduce other issues though, see the
  813. +++ # corresponding setting for an explanation.
  814. +++ #
  815. +++ # Default: 0
  816. +++ disableCpuUtilizationCheck = 0
  817. +++
  818. +++
  819. +++ # Debug setting to enable the use of Windows Performance Counters for the CPU utilization check
  820. +++ #
  821. +++ # This setting controls if the Windows Performance Counters should be used, which can be corrupted for unknown
  822. +++ # reasons. Please see the readme.txt and the /tools/enable_performance_counter.bat file for a possible way
  823. +++ # to fix these issues. There's no guarantee that it works though.
  824. +++ #
  825. +++ # Default: 0
  826. +++ useWindowsPerformanceCountersForCpuUtilization = 0
  827. +++
  828. +++
  829. +++ # Debug setting to enable querying for the CPU frequency
  830. +++ #
  831. +++ # This setting enables checking the CPU frequency
  832. +++ # Currently it doesn't really serve any purpose. The retrieved CPU frequency is not accurate enough (e.g. compared to HWiNFO),
  833. +++ # and its output is limited to the "verbose" channel.
  834. +++
  835. +++ # According to some reports, enabling it can result in incorrect CPU utilization readings, so be aware of this when you enable
  836. +++ # this setting.
  837. +++ #
  838. +++ # Note that this also enables the usage of the Windows Performance Counters, which may not work on certain systems.
  839. +++ # They can become corrupted, please see the readme.txt and the /tools/enable_performance_counter.bat file for a possible way
  840. +++ # to fix these issues. There's no guarantee that it works though.
  841. +++ #
  842. +++ # Default: 0
  843. +++ enableCpuFrequencyCheck = 0
  844. +++
  845. +++
  846. +++ # Debug setting to control the interval in seconds for the CPU utilization check and the "suspendPeriodically" functionality
  847. +++ #
  848. +++ # Don't set this too low, it will spam the log file and can produce unnecessary CPU load.
  849. +++ # It would also increase the time when the stress test program is suspended
  850. +++ # I'd consider 10 to be the minimum reasonable value (which is also the default)
  851. +++ #
  852. +++ # If 0, will disable this functionality
  853. +++ # This basically would mean "disableCpuUtilizationCheck = 1" and "suspendPeriodically = 0"
  854. +++ # Not entirely though, as the last check before changing a core is not affected
  855. +++ #
  856. +++ # Default: 10
  857. +++ tickInterval = 10
  858. +++
  859. +++
  860. +++ # Debug setting to delay the first error check for each core
  861. +++ #
  862. +++ # With this setting you can define a wait time before the first error check happens for each core
  863. +++ # Some systems may need longer to initialize the stress test program, which can result in an incorrect CPU utilization detection,
  864. +++ # so setting this value might resolve this issue
  865. +++ # Don't set this value too high in relation to your "runTimePerCore" though
  866. +++ #
  867. +++ # Default: 0
  868. +++ delayFirstErrorCheck = 0
  869. +++
  870. +++
  871. +++ # Debug setting to set the priority of the stress test program
  872. +++ #
  873. +++ # The default priority is set to "High" so that other applications don't interfere with the testing
  874. +++ # It can cause the computer to behave sluggish though. Setting a lower priority can fix this
  875. +++ #
  876. +++ # Note: "RealTime" probably won't work and you shouldn't set this anway, as the computer won't be responsive anymore
  877. +++ #
  878. +++ # Possible values:
  879. +++ # Idle
  880. +++ # BelowNormal
  881. +++ # Normal
  882. +++ # AboveNormal
  883. +++ # High
  884. +++ # RealTime
  885. +++ #
  886. +++ # Default: Normal
  887. +++ stressTestProgramPriority = Normal
  888. +++
  889. +++
  890. +++ # Debug setting to display the stress test program window in the foreground
  891. +++ #
  892. +++ # If enabled, will display the window of the stress test program in the foreground, stealing focus
  893. +++ # If disabled (default), the window will either be minimized to the tray (Prime95) or be moveed to the background,
  894. +++ # without stealing focus of the currently opened window (y-cruncher)
  895. +++ #
  896. +++ # Default: 0
  897. +++ stressTestProgramWindowToForeground = 0
  898. +++
  899. +++
  900. +++ # Debug setting to control the amount of milliseconds the stress test program is being suspended
  901. +++ #
  902. +++ # Default: 1000
  903. +++ suspensionTime = 1000
  904. +++
  905. +++
  906. +++ # Debug setting to define the method that is used to suspend the stress test process
  907. +++ #
  908. +++ # Can either be set to "Debugger" or "Threads"
  909. +++ # "Debugger" uses the "DebugActiveProcess" and "DebugActiveProcessStop" kernel32.dll methods on the main process
  910. +++ # "Threads" uses the "SuspendThread" and "ResumeThread" kernel32.dll methods on the process threads
  911. +++ # There's no clear benefit to either of these settings, but if there's a problem with one of these settings,
  912. +++ # the other one may work better
  913. +++ #
  914. +++ # Default: Threads
  915. +++ modeToUseForSuspension = Threads
  916. +++
  917. +++
  918. +++
  919. +++
  920. +++ ---------------------------- The custom config file ----------------------------
  921. +++ C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
  922. +++ --------------------------------------------------------------------------------
  923. +++
  924. +++ # This config uses the Automatic Test Mode to automatically adjust the Curve Optimizer values
  925. +++ # on Ryzen processors after an error has occurred
  926. +++ # It sets the Curve Optimizer values to the minimum value and will make it less aggressive
  927. +++ # step by step when an error or a crash occurs
  928. +++ #
  929. +++ # This took around 8 hours for my 5900X starting at -30 Curve Optimizer until 10 iterations had completed
  930. +++ #
  931. +++ # Author: sp00n
  932. +++
  933. +++
  934. +++ [General]
  935. +++ stressTestProgram = YCRUNCHER
  936. +++ runtimePerCore = auto
  937. +++ coreTestOrder = Default
  938. +++ numberOfThreads = 1
  939. +++ maxIterations = 10
  940. +++
  941. +++
  942. +++ [yCruncher]
  943. +++ mode = 24-ZN5 ~ Komari
  944. +++ #tests = SFTv4, FFTv4, N63
  945. +++ tests = BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3 # These would be all of the available tests
  946. +++ testDuration = 20
  947. +++
  948. +++
  949. +++ [AutomaticTestMode]
  950. +++ enableAutomaticAdjustment = 1
  951. +++ startValues = Minimum # Automatically select the minimum possible Curve Optimizer value (-30 for Ryzen 5000, -50 Ryzen 7000/8000/9000)
  952. +++ maxValue = 0 # Do not go above Curve Optimizer value of 0
  953. +++ incrementBy = 1 # Adjust the Curve Optimizer value by 1 after an error
  954. +++
  955. +++
  956. +++ # Set the Curve Optimizer value only for the currently tested core
  957. +++ # All other cores will be set to 0, to avoid any possible interference
  958. +++ setVoltageOnlyForTestedCore = 1
  959. +++
  960. +++
  961. +++ # Setting to try to automatically resume after a crash / hard reboot
  962. +++ # For this to work properly, Auto Logon should be activated
  963. +++ # Otherwise the computer will just idle at the logon screen after a crash
  964. +++ # See https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
  965. +++ # and https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon
  966. +++ enableResumeAfterUnexpectedExit = 1
  967. +++
  968. +++
  969. +++ # We want to create a System Restore Point before starting the whole process
  970. +++ # Crashes can cause a corrupted Windows installation, and a Restore Point can help fix that
  971. +++ createSystemRestorePoint = 1
  972. +++
  973. +++
  974. +++ # Don't ask for the creation of a System Restore Point, just do it
  975. +++ # It will only do so at the beginning, not during the process, and only once within 24 hours
  976. +++ askForSystemRestorePointCreation = 0
  977. +++
  978. +++
  979. +++ ------------------------------ The parsed settings -----------------------------
  980. +++ [No Section] mode = 24-ZN5 ~ KOMARI
  981. +++
  982. +++ [Logging] useWindowsEventLog = 1
  983. +++ [Logging] flushDiskWriteCache = 0
  984. +++ [Logging] name = CoreCycler
  985. +++ [Logging] logLevel = 2
  986. +++
  987. +++ [Aida64] useAVX = 0
  988. +++ [Aida64] mode = CACHE
  989. +++ [Aida64] maxMemory = 90
  990. +++
  991. +++ [Update] updateCheckFrequency = 24
  992. +++ [Update] enableUpdateCheck = 1
  993. +++
  994. +++ [Debug] stressTestProgramWindowToForeground = 0
  995. +++ [Debug] delayFirstErrorCheck = 0
  996. +++ [Debug] disableCpuUtilizationCheck = 0
  997. +++ [Debug] modeToUseForSuspension = threads
  998. +++ [Debug] tickInterval = 10
  999. +++ [Debug] useWindowsPerformanceCountersForCpuUtilization = 0
  1000. +++ [Debug] enableCpuFrequencyCheck = 0
  1001. +++ [Debug] stressTestProgramPriority = Normal
  1002. +++ [Debug] suspensionTime = 1000
  1003. +++
  1004. +++ [yCruncher] mode = 24-ZN5 ~ Komari
  1005. +++ [yCruncher] enableYCruncherLoggingWrapper = 1
  1006. +++ [yCruncher] testDuration = 20
  1007. +++ [yCruncher] memory = default
  1008. +++ [yCruncher] tests = BKT BBP SFT SFTv4 SNT SVT FFT FFTv4 N63 VT3
  1009. +++
  1010. +++ [Prime95Custom] MinTortureFFT = 4
  1011. +++ [Prime95Custom] TortureTime = 1
  1012. +++ [Prime95Custom] TortureMem = 0
  1013. +++ [Prime95Custom] CpuSupportsAVX = 0
  1014. +++ [Prime95Custom] CpuSupportsFMA3 = 0
  1015. +++ [Prime95Custom] MaxTortureFFT = 8192
  1016. +++ [Prime95Custom] CpuSupportsAVX512 = 0
  1017. +++ [Prime95Custom] CpuSupportsAVX2 = 0
  1018. +++
  1019. +++ [AutomaticTestMode] createSystemRestorePoint = 1
  1020. +++ [AutomaticTestMode] enableAutomaticAdjustment = 1
  1021. +++ [AutomaticTestMode] waitBeforeAutomaticResume = 120
  1022. +++ [AutomaticTestMode] maxValue = 0
  1023. +++ [AutomaticTestMode] askForSystemRestorePointCreation = 0
  1024. +++ [AutomaticTestMode] enableResumeAfterUnexpectedExit = 1
  1025. +++ [AutomaticTestMode] incrementBy = 1
  1026. +++ [AutomaticTestMode] startValues = minimum
  1027. +++ [AutomaticTestMode] repeatCoreOnError = 1
  1028. +++ [AutomaticTestMode] setVoltageOnlyForTestedCore = 1
  1029. +++
  1030. +++ [Prime95] FFTSize = Huge
  1031. +++ [Prime95] mode = SSE
  1032. +++
  1033. +++ [Linpack] memory = 2gb
  1034. +++ [Linpack] version = 2018
  1035. +++ [Linpack] mode = MEDIUM
  1036. +++
  1037. +++ [General] runtimePerCore = auto
  1038. +++ [General] coresToIgnore =
  1039. +++ [General] maxIterations = 10
  1040. +++ [General] assignBothVirtualCoresForSingleThread = 0
  1041. +++ [General] useConfigFile =
  1042. +++ [General] flashOnError = 1
  1043. +++ [General] skipCoreOnError = 1
  1044. +++ [General] restartTestProgramForEachCore = 0
  1045. +++ [General] treatWheaWarningAsError = 1
  1046. +++ [General] stopOnError = 0
  1047. +++ [General] numberOfThreads = 1
  1048. +++ [General] delayBetweenCores = 15
  1049. +++ [General] stressTestProgram = ycruncher
  1050. +++ [General] lookForWheaErrors = 1
  1051. +++ [General] suspendPeriodically = 1
  1052. +++ [General] coreTestOrder = default
  1053. +++ [General] beepOnError = 1
  1054. +++
  1055. +++ --------------------------------------------------------------------------------
  1056. +++ --------------------------------------------------------------------------------
  1057. +++ --------------------------------------------------------------------------------
  1058. +++
  1059. +
  1060. + Operating System:
  1061. + OS: Microsoft Windows 11 Professionnel
  1062. + Version: 10.0.26100
  1063. + BuildNumber: 26100
  1064. + CSDVersion:
  1065. + CodeSet: 1252
  1066. + CountryCode: 33
  1067. + OSLanguage: 1036
  1068. + Locale: 040c (hex -> int -> 1036)
  1069. + Locale Name: French (France) (fr-FR)
  1070. + Free Memory: 55136 MB
  1071. + Script Root: C:\temp\CoreCycler-v0.11.0.0alpha1
  1072. +
  1073. + CPU Info:
  1074. + Manufacturer: AuthenticAMD
  1075. + Name: AMD Ryzen 9 9950X3D 16-Core Processor
  1076. + Caption: AMD64 Family 26 Model 68 Stepping 0
  1077. + NumberOfCores: 16
  1078. + NumberOfLogicalProcessors: 32
  1079. + MaxClockSpeed: 4300
  1080. + DeviceID: CPU0
  1081. +
  1082. + APIC IDs:
  1083. + CPU 0: ACPI ID = 0 -> Core 0 (SMT On)
  1084. + CPU 1: ACPI ID = 1 -> Core 0 (SMT On)
  1085. + CPU 2: ACPI ID = 2 -> Core 1 (SMT On)
  1086. + CPU 3: ACPI ID = 3 -> Core 1 (SMT On)
  1087. + CPU 4: ACPI ID = 4 -> Core 2 (SMT On)
  1088. + CPU 5: ACPI ID = 5 -> Core 2 (SMT On)
  1089. + CPU 6: ACPI ID = 6 -> Core 3 (SMT On)
  1090. + CPU 7: ACPI ID = 7 -> Core 3 (SMT On)
  1091. + CPU 8: ACPI ID = 8 -> Core 4 (SMT On)
  1092. + CPU 9: ACPI ID = 9 -> Core 4 (SMT On)
  1093. + CPU 10: ACPI ID = 10 -> Core 5 (SMT On)
  1094. + CPU 11: ACPI ID = 11 -> Core 5 (SMT On)
  1095. + CPU 12: ACPI ID = 12 -> Core 6 (SMT On)
  1096. + CPU 13: ACPI ID = 13 -> Core 6 (SMT On)
  1097. + CPU 14: ACPI ID = 14 -> Core 7 (SMT On)
  1098. + CPU 15: ACPI ID = 15 -> Core 7 (SMT On)
  1099. + CPU 16: ACPI ID = 16 -> Core 8 (SMT On)
  1100. + CPU 17: ACPI ID = 17 -> Core 8 (SMT On)
  1101. + CPU 18: ACPI ID = 18 -> Core 9 (SMT On)
  1102. + CPU 19: ACPI ID = 19 -> Core 9 (SMT On)
  1103. + CPU 20: ACPI ID = 20 -> Core 10 (SMT On)
  1104. + CPU 21: ACPI ID = 21 -> Core 10 (SMT On)
  1105. + CPU 22: ACPI ID = 22 -> Core 11 (SMT On)
  1106. + CPU 23: ACPI ID = 23 -> Core 11 (SMT On)
  1107. + CPU 24: ACPI ID = 24 -> Core 12 (SMT On)
  1108. + CPU 25: ACPI ID = 25 -> Core 12 (SMT On)
  1109. + CPU 26: ACPI ID = 26 -> Core 13 (SMT On)
  1110. + CPU 27: ACPI ID = 27 -> Core 13 (SMT On)
  1111. + CPU 28: ACPI ID = 28 -> Core 14 (SMT On)
  1112. + CPU 29: ACPI ID = 29 -> Core 14 (SMT On)
  1113. + CPU 30: ACPI ID = 30 -> Core 15 (SMT On)
  1114. + CPU 31: ACPI ID = 31 -> Core 15 (SMT On)
  1115. +++ Can we use the flush to disk functionality: True
  1116. +++ The script process id (PID): 6396
  1117. +++ The parent process id: 4444
  1118. +++ The parent main window handle: 655454
  1119. + Successfully created the shutdown block reason: (True)
  1120. + Initializing the stress test program
  1121. + Checking if 24-ZN5 ~ Komari.exe exists at:
  1122. + C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe
  1123. +++ Getting the result of the update check background job
  1124. +++ Messages from the update background job:
  1125. +++ Checking for updates...
  1126. +++ Started: 19:42:23
  1127. +++ The current version string: 0.11.0.0alpha1
  1128. +++ Int value of current version: 10999999999
  1129. +++ Reading the .updatecheck file:
  1130. +++ 1744831241
  1131. +++ 10000000000
  1132. +++ v0.10.0.0
  1133. +++ https://github.com/sp00n/CoreCycler/releases/tag/v0.10.0.0
  1134. +++
  1135. +++ Last checked timestamp: 1744831241
  1136. +++ Last checked version int: 10000000000
  1137. +++ Last checked version str: v0.10.0.0
  1138. +++ Last checked URL: https://github.com/sp00n/CoreCycler/releases/tag/v0.10.0.0
  1139. +++ Current timestamp: 1744832543
  1140. +++ Time since last check: 1302s (0.362h)
  1141. +++ Check interval: 86400s (24h)
  1142. +++ The check interval time has not yet been exceeded, do not initiate a new online check
  1143. +++ Not performing an online check
  1144. +++ Background Job Started: 19:42:23
  1145. +++ Background Job Ended: 19:42:23
  1146. +++ Background Job Runtime: 0.0469922
  1147. +++ Is there an update available: False
  1148. +++ Update Check Started (User Time): 19:42:25
  1149. +++ Update Check Ended (User Time): 19:42:25
  1150. +++ Update Check Runtime (User Time): 0.0106226
  1151. +++ Initializing Automatic Test Mode
  1152. +++ Are we admin: True
  1153. +++ We have admin rights, proceeding
  1154. +++ The Automatic Test Mode starting values from the settings:
  1155. +++ minimum
  1156. +++ Last System Restore Point time: 1744747323
  1157. +++ Current timestamp: 1744832546
  1158. +++ Time since last Restore Point: 85223s (23.673h)
  1159. +++ Creation interval: 86400s (24h)
  1160. + The System Restore Point creation interval time has not yet been exceeded, do not create a new one
  1161. + Automatic Test Mode with resuming after unexpected exit enabled
  1162. +++ Trying to add the Auto Mode startup task "\CoreCycler\\CoreCycler AutoMode Startup Task"
  1163. +++ Added the Automatic Test Mode startup task
  1164. + The starting value(s):
  1165. + -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  1166. +++ Removing the .automode file
  1167.  
  1168. ╔══════════════════════════════════════════════════════════════════════════════╗
  1169. ╟─────────┤ CoreCycler v0.11.0.0alpha1 started at 2025-04-16 19:42:25 ├────────╢
  1170. ╚══════════════════════════════════════════════════════════════════════════════╝
  1171.  
  1172. Log Level set to: ....................... 2 [Writing debug messages to log file]
  1173. Use the Windows Event Log: .............. ENABLED
  1174. Check for WHEA errors: .................. ENABLED
  1175. Stress test program: .................... Y-CRUNCHER
  1176. Selected test mode: ..................... 24-ZN5 ~ KOMARI
  1177. Selected y-cruncher tests: .............. BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  1178. Duration per test: ...................... 20
  1179. Detected processor: ..................... AMD Ryzen 9 9950X3D 16-Core Processor
  1180. Logical/Physical cores: ................. 32 logical / 16 physical cores
  1181. Hyperthreading / SMT is: ................ ENABLED
  1182. Selected number of threads: ............. 1
  1183. Assign both cores to stress thread: ..... DISABLED
  1184. Runtime per core: ....................... AUTOMATIC
  1185. Suspend periodically: ................... ENABLED
  1186. Restart for each core: .................. DISABLED
  1187. Test order of cores: .................... DEFAULT (ALTERNATE)
  1188. Number of iterations: ................... 10
  1189. Automatic Test Mode with resume: ........ ENABLED
  1190. Starting Curve Optimizer values: ........ -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50
  1191. Set voltage only for the tested core: ... ENABLED
  1192.  
  1193. ────────────────────────────────────────────────────────────────────────────────
  1194. The log files for this run are stored in:
  1195. C:\temp\CoreCycler-v0.11.0.0alpha1\logs\
  1196. - CoreCycler: CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
  1197. - y-cruncher: yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
  1198. ────────────────────────────────────────────────────────────────────────────────
  1199.  
  1200.  
  1201.  
  1202. ┌─────────────────────────────────┤ IMPORTANT ├────────────────────────────────┐
  1203. │ You have enabled the Automatic Test Mode with resume after reboot. │
  1204. │ This creates a Scheduled Task that is scheduled to run at the next logon, │
  1205. │ which will automatically resume the test process after a reboot / crash. │
  1206. │ │
  1207. │ In order to prevent the script from being started during a "regular" reboot, │
  1208. │ please abort the CoreCycler script only by using CTRL+C (or by letting it │
  1209. │ finish on its own). │
  1210. │ Do NOT just close the window before the script has had a chance to exit, │
  1211. │ otherwise the Scheduled Task will not be deleted! │
  1212. │ │
  1213. │ The name of the Scheduled Task is: │
  1214. │ "CoreCycler AutoMode Startup Task" and can be found within the │
  1215. │ "\CoreCycler\" folder of the Task Scheduler Library. │
  1216. └──────────────────────────────────────────────────────────────────────────────┘
  1217.  
  1218. ┌──────────────────────────────────────────────────────────────────────────────┐
  1219. │ Please note that the Curve Optimizer / voltage adjustments made here are not │
  1220. │ permanent and will be reverted once you restart the computer. │
  1221. │ So once you've found your final settings, you should add them to your BIOS. │
  1222. └──────────────────────────────────────────────────────────────────────────────┘
  1223.  
  1224.  
  1225. + Checking if we can and need to add the Event Log Source for CoreCycler
  1226. +++ The Event Log Source "CoreCycler" already exist, nothing to do
  1227. +++ Adding Event Log entry: script_started
  1228. +++ Adding the Windows Event Log entry:
  1229. +++ [EVENTLOG] CoreCycler has started
  1230. +++ [EVENTLOG]
  1231. +++ [EVENTLOG] The log files for this run are stored in:
  1232. +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
  1233. +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
  1234. +++ [EVENTLOG]
  1235. +++ [EVENTLOG] Stress test program: Y-CRUNCHER
  1236. +++ [EVENTLOG] Selected test mode: 24-ZN5 ~ KOMARI
  1237. +++ [EVENTLOG] Selected number of threads: 1
  1238. +++ [EVENTLOG] Assign both cores to stress thread: DISABLED
  1239. +++ [EVENTLOG] Runtime per core: AUTOMATIC
  1240. +++ [EVENTLOG] Suspend periodically: ENABLED
  1241. +++ [EVENTLOG] Restart for each core: DISABLED
  1242. +++ [EVENTLOG] Test order of cores: DEFAULT (ALTERNATE)
  1243. +++ [EVENTLOG] Number of iterations: 10
  1244. +++ [EVENTLOG]
  1245. + Starting the stress test program
  1246. + Starting y-cruncher
  1247. +++ Trying to start the stress test with the command:
  1248. +++ cmd /C start /MIN /AFFINITY 0xC "y-cruncher - 24-ZN5 ~ Komari.exe" "C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe" "C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe" priority:-1 config "C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\stressTest.cfg" /dlllog:"C:\temp\CoreCycler-v0.11.0.0alpha1\logs\yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log"
  1249. + Trying to get the stress test program main window handle
  1250. + Looking for these window names:
  1251. + ^.*WriteConsoleToWriteFileWrapper\.exe$, ^.*24-ZN5 ~ Komari\.exe$
  1252. + 19:42:27 - Window found
  1253. + Found the following window(s) with these names:
  1254. + - WinTitle: y-cruncher - 24-ZN5 ~ Komari.exe
  1255. + MainWindowHandle: 459018
  1256. + ProcessId: 9084
  1257. + Process Path: C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
  1258. + Process Path (PS): C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
  1259. + enableYCruncherLoggingWrapper has been set, special handling
  1260. + Filtering the windows for "*"C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe"*":
  1261. + - ProcessId: 9084
  1262. + searchForProcess: *"C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe"*
  1263. + CommandLine: "C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe" "C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe" priority:-1 config "C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\stressTest.cfg" /dlllog:"C:\temp\CoreCycler-v0.11.0.0alpha1\logs\yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log"
  1264. + hasMatch: True
  1265. +++ Found the following windows:
  1266. + - WinTitle: y-cruncher - 24-ZN5 ~ Komari.exe
  1267. + MainWindowHandle: 459018
  1268. + ProcessId: 9084
  1269. + Process Path: C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
  1270. + Process Path (PS): C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
  1271. + The process performing the stress test is NOT the same as the main window!
  1272. + Searching for process "24-ZN5 ~ Komari"...
  1273. + 19:42:27 - ... not found
  1274. + 19:42:28 - Found with ID: 14392
  1275. +++ The stress test process id: 14392
  1276. +++ The expected number of threads to find: 1
  1277. +++ Trying to get the threads that are running the stress test
  1278. +++ Trying to get the threads (loop: 0 - iteration: 1)
  1279. +++ Found the expected number of threads (1 = 1)
  1280. + Main window handle: 459018
  1281. + Main window process name: WriteConsoleToWriteFileWrapper
  1282. + Main window process ID: 9084
  1283. + Stress test process name: 24-ZN5 ~ Komari
  1284. + Stress test process ID: 14392
  1285. + Stress test thread IDs:
  1286. + All cores that could be tested:
  1287. + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
  1288. + The preliminary test order:
  1289. + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
  1290.  
  1291. 19:42:28 - Iteration 1
  1292. ════════════════════════════════════════════════════════════════════════════════
  1293. +++ The initial test order:
  1294. +++ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
  1295. +++ The initial number of available cores: 16
  1296. +++ The initial number of unique available cores: 16
  1297. + Alternating test order selected, building the test order array...
  1298. + The final test order:
  1299. + 0, 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  1300. +++ The number of available cores: 16
  1301. +++ The number of unique available cores: 16
  1302. +++ The number of cores with an error: 0
  1303. +++ The number of cores with a WHEA error: 0
  1304. +++ Trying to switch to a new core (1 of 16) [index 0 of 15]
  1305. + Still available cores:
  1306. + 0, 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  1307. + The selected core to test: 0
  1308. + Trying to avoid Core 0 / CPU 0, as this is mainly used by the OS
  1309. + Setting to CPU 1 instead, which is the second virtual CPU of Core 0
  1310. 19:42:28 - Set to Core 0 (CPU 1)
  1311. +++ Creating the .automode file
  1312. +++ Trying to flush the write cache to disk for drive: C
  1313. +++ Adding Event Log entry: core_started
  1314. +++ Adding the Windows Event Log entry:
  1315. +++ [EVENTLOG] Started testing Core 0 (CPU 1)
  1316. +++ The number of Processor Groups: 1
  1317. +++ The number of CPUs in the last group: 0
  1318. +++ The group ID of the CPU to set to: 0
  1319. +++ The number of processors in this group: 32
  1320. +++ The IDs of the CPUs in its own group: 1
  1321. +++ Calculated the group specific affinity as 2 [CPU 1, Group 0]
  1322. +++ All calculated group specific affinities: 2
  1323. +++ Found number of stress test threads: 1
  1324. +++ The original affinities array: 2
  1325. +++ The final affinities array: 2
  1326. +++ Processing stress test thread number 0
  1327. + Trying to set the affinity for thread ID: 14504
  1328. + - Processor Group: 0 | Affinity: 2
  1329. +++ Getting the thread handle for thread ID: 14504
  1330. +++ The returned thread handle: 5056
  1331. +++ Successfully set the group affinity for thread ID 14504 to 2 within group 0
  1332. + Setting the voltage for the currently tested core
  1333. + Trying to set the Curve Optimizer values
  1334. +++ The flag to only set the voltage for the currently tested core is enabled
  1335. +++ Currently tested core: 0
  1336. +++ The original values:
  1337. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  1338. +++ The modified values:
  1339. +++ -50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  1340. + The values to set:
  1341. + -50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  1342. +++ Curve Optimizer values successfuly set:
  1343. +++ Set logical core 0, physical core 0 offset to -50!
  1344. +++ Set logical core 1, physical core 1 offset to 0!
  1345. +++ Set logical core 2, physical core 2 offset to 0!
  1346. +++ Set logical core 3, physical core 3 offset to 0!
  1347. +++ Set logical core 4, physical core 4 offset to 0!
  1348. +++ Set logical core 5, physical core 5 offset to 0!
  1349. +++ Set logical core 6, physical core 6 offset to 0!
  1350. +++ Set logical core 7, physical core 7 offset to 0!
  1351. +++ Set logical core 8, physical core 8 offset to 0!
  1352. +++ Set logical core 9, physical core 9 offset to 0!
  1353. +++ Set logical core 10, physical core 10 offset to 0!
  1354. +++ Set logical core 11, physical core 11 offset to 0!
  1355. +++ Set logical core 12, physical core 12 offset to 0!
  1356. +++ Set logical core 13, physical core 13 offset to 0!
  1357. +++ Set logical core 14, physical core 14 offset to 0!
  1358. +++ Set logical core 15, physical core 15 offset to 0!
  1359. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  1360. Progress 1/16 | Iteration 1/10 | Runtime 00h 00m 05s
  1361. +++ The number of cores with an error so far: 0
  1362. +++ The number of cores with a WHEA error so far: 0
  1363. +++
  1364. +++ 19:42:30 - Tick 1 of max 8640
  1365. +++ Remaining max runtime: 86398s
  1366. +++ 19:42:39 - Suspending the stress test process for 1000 milliseconds
  1367. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1368. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1369. +++ Suspended: 5
  1370. +++ 19:42:40 - Resuming the stress test process
  1371. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1372. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1373. +++ Resumed: 5
  1374. +++ 19:42:41 - Getting new log file entries
  1375. +++ Getting new log entries starting at position 0 / Line 0
  1376. +++ The new log file entries:
  1377. +++ - [Line 1]
  1378. +++ - [Line 2]
  1379. +++ - [Line 3] 2025-04-16 19:42:27
  1380. +++ - [Line 4]
  1381. +++ - [Line 5] Checking processor/OS features...
  1382. +++ - [Line 6]
  1383. +++ - [Line 7] Required Features:
  1384. +++ - [Line 8] x64, ABM, BMI1, BMI2, ADX,
  1385. +++ - [Line 9] SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2,
  1386. +++ - [Line 10] AVX, FMA3, AVX2,
  1387. +++ - [Line 11] AVX512-(F/CD/VL/BW/DQ/IFMA/VBMI/VBMI2/GFNI)
  1388. +++ - [Line 12]
  1389. +++ - [Line 13]
  1390. +++ - [Line 14]
  1391. +++ - [Line 15] Parsing Core -> Handle Mappings...
  1392. +++ - [Line 16] Cores: 0-31
  1393. +++ - [Line 17]
  1394. +++ - [Line 18] Parsing NUMA -> Core Mappings...
  1395. +++ - [Line 19] Node 0: 0-15
  1396. +++ - [Line 20] Node 1: 16-31
  1397. +++ - [Line 21]
  1398. +++ - [Line 22] Parsing Processor Group -> Core Mappings...
  1399. +++ - [Line 23] Group 0: 0-31
  1400. +++ - [Line 24]
  1401. +++ - [Line 25]
  1402. +++ - [Line 26]
  1403. +++ - [Line 27] Component Stress Tester
  1404. +++ - [Line 28]
  1405. +++ - [Line 29] 1 Logical Cores: 1
  1406. +++ - [Line 30] 2 Memory: 13.9 MiB ( 13.9 MiB per thread )
  1407. +++ - [Line 31] 3 NUMA Mode: Local - Memory allocated from local thread.
  1408. +++ - [Line 32] 4/5 Time Limit: 20 seconds per test / Run Forever
  1409. +++ - [Line 33] 6 Stop on Error: Disabled
  1410. +++ - [Line 34]
  1411. +++ - [Line 35] 7/8 Enable All Tests / Disable All Tests
  1412. +++ - [Line 36] 9/10 Load/Save Configuration File
  1413. +++ - [Line 37]
  1414. +++ - [Line 38] # Tag Test Name Mem/Thread Component CPU------Mem
  1415. +++ - [Line 39] 11 BKT Basecase + Karatsuba 27.8 KiB Scalar Integer -|--------
  1416. +++ - [Line 40] 12 BBP BBP Digit Extraction small AVX512 Float |---------
  1417. +++ - [Line 41] 13 SFT Small In-Cache FFTv3 253 KiB AVX512 Float -|--------
  1418. +++ - [Line 42] 14 SFTv4 Small In-Cache FFTv4 237 KiB AVX512 Float -|--------
  1419. +++ - [Line 43] 15 SNT Small In-Cache N63 13.9 MiB AVX512 Integer --|-------
  1420. +++ - [Line 44] 16 SVT Small In-Cache VT3 10.3 MiB AVX512 Integer --|-------
  1421. +++ - [Line 45] 17 FFT Fast Fourier Transform (v3) 12.3 MiB AVX512 Float ---------|
  1422. +++ - [Line 46] 18 FFTv4 Fast Fourier Transform (v4) 13.6 MiB AVX512 Float ---------|
  1423. +++ - [Line 47] 19 N63 Classic NTT (v2) 13.9 MiB AVX512 Integer ------|---
  1424. +++ - [Line 48] 20 VT3 Vector Transform (v3) 13.1 MiB AVX512 Integer -------|--
  1425. +++ - [Line 49]
  1426. +++ - [Line 50] 0 Start Stress-Testing!
  1427. +++ - [Line 51]
  1428. +++ - [Line 52] Allocating Memory...
  1429. +++ - [Line 53] Core 2: 13.9 MiB node 0 (100%)
  1430. +++ - [Line 54]
  1431. +++ - [Line 55] Iteration: 0 Total Elapsed Time: 0.008 seconds ( 0.000 minutes )
  1432. +++ - [Line 56]
  1433. +++ - [Line 57]
  1434. +++ - [Line 58] Running BKT:
  1435. +++ New file position: 1888 / Line 58
  1436. +++ 19:42:41 - Automatic runtime per core selected
  1437. +++ No passed tests found yet, assuming we're at the very beginning of the run
  1438. +++ 19:42:41 - Checking for stress test errors
  1439. +++ Checking the new y-cruncher log entries...
  1440. +++ 19:42:41 - Looking for new WHEA errors
  1441. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1442. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1443. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1444. + No new WHEA error
  1445. + 19:42:41 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  1446. +++
  1447. +++ 19:42:41 - Tick 2 of max 8640
  1448. +++ Remaining max runtime: 86386s
  1449. +++ 19:42:50 - Suspending the stress test process for 1000 milliseconds
  1450. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1451. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1452. +++ Suspended: 5
  1453. +++ 19:42:51 - Resuming the stress test process
  1454. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1455. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1456. +++ Resumed: 5
  1457. +++ 19:42:53 - Getting new log file entries
  1458. +++ Getting new log entries starting at position 1888 / Line 58
  1459. +++ The new log file entries:
  1460. +++ - [Line 59]
  1461. +++ - [Line 60]
  1462. +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
  1463. +++ - [Line 62]
  1464. +++ - [Line 63]
  1465. +++ - [Line 64] Running BBP:
  1466. +++ New file position: 2122 / Line 64
  1467. +++ 19:42:53 - Automatic runtime per core selected
  1468. +++ The last passed test lines:
  1469. +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
  1470. +++ All found passed test lines:
  1471. +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
  1472. +++
  1473. +++ Checking line 61
  1474. +++ Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
  1475. +++ Line number of this entry: 61
  1476. +++ Line number of the previous entry: 0
  1477. +++ + Adding this line to the allTestLogEntries array
  1478. +++ Trying to get the passed test
  1479. +++ Looking for ->
  1480. +++ Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
  1481. +++
  1482. +++ Checked Line 61
  1483. +++ - The previous passed test - old:
  1484. +++ - The current passed test - new: BKT
  1485. +++ - All passed tests:
  1486. +++ - BKT
  1487. +++ - All unique passed tests:
  1488. +++ - BKT
  1489. + 19:42:53 - The last passed test: BKT
  1490. + The number of tests to run: 10
  1491. + The number of tests already run: 1
  1492. +++
  1493. +++ 19:42:53 - Checking for stress test errors
  1494. +++ Checking the new y-cruncher log entries...
  1495. +++ 19:42:53 - Looking for new WHEA errors
  1496. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1497. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1498. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1499. + No new WHEA error
  1500. + 19:42:53 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1501. +++
  1502. +++ 19:42:53 - Tick 3 of max 8640
  1503. +++ Remaining max runtime: 86375s
  1504. +++ 19:43:02 - Suspending the stress test process for 1000 milliseconds
  1505. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1506. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1507. +++ Suspended: 5
  1508. +++ 19:43:03 - Resuming the stress test process
  1509. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1510. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1511. +++ Resumed: 5
  1512. +++ 19:43:04 - Getting new log file entries
  1513. +++ No file size change for the log file
  1514. +++ 19:43:04 - Automatic runtime per core selected
  1515. +++ No new log file entries found
  1516. +++ 19:43:04 - Checking for stress test errors
  1517. +++ Checking the new y-cruncher log entries...
  1518. +++ 19:43:04 - Looking for new WHEA errors
  1519. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1520. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1521. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1522. + No new WHEA error
  1523. + 19:43:04 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  1524. +++
  1525. +++ 19:43:04 - Tick 4 of max 8640
  1526. +++ Remaining max runtime: 86364s
  1527. +++ 19:43:13 - Suspending the stress test process for 1000 milliseconds
  1528. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1529. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1530. +++ Suspended: 5
  1531. +++ 19:43:14 - Resuming the stress test process
  1532. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1533. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1534. +++ Resumed: 5
  1535. +++ 19:43:15 - Getting new log file entries
  1536. +++ Getting new log entries starting at position 2122 / Line 64
  1537. +++ The new log file entries:
  1538. +++ - [Line 65]
  1539. +++ - [Line 66]
  1540. +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  1541. +++ - [Line 68]
  1542. +++ - [Line 69]
  1543. +++ - [Line 70] Running SFT:
  1544. +++ New file position: 2357 / Line 70
  1545. +++ 19:43:15 - Automatic runtime per core selected
  1546. +++ The last passed test lines:
  1547. +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  1548. +++ All found passed test lines:
  1549. +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  1550. +++
  1551. +++ Checking line 67
  1552. +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  1553. +++ Line number of this entry: 67
  1554. +++ Line number of the previous entry: 0
  1555. +++ + Adding this line to the allTestLogEntries array
  1556. +++ Trying to get the passed test
  1557. +++ Looking for ->
  1558. +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  1559. +++
  1560. +++ Checked Line 67
  1561. +++ - The previous passed test - old: BKT
  1562. +++ - The current passed test - new: BBP
  1563. +++ - All passed tests:
  1564. +++ - BKT, BBP
  1565. +++ - All unique passed tests:
  1566. +++ - BKT, BBP
  1567. + 19:43:15 - The last passed test: BBP
  1568. + The number of tests to run: 10
  1569. + The number of tests already run: 2
  1570. +++
  1571. +++ 19:43:15 - Checking for stress test errors
  1572. +++ Checking the new y-cruncher log entries...
  1573. +++ 19:43:15 - Looking for new WHEA errors
  1574. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1575. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1576. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1577. + No new WHEA error
  1578. + 19:43:15 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1579. +++
  1580. +++ 19:43:15 - Tick 5 of max 8640
  1581. +++ Remaining max runtime: 86353s
  1582. +++ 19:43:24 - Suspending the stress test process for 1000 milliseconds
  1583. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1584. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1585. +++ Suspended: 5
  1586. +++ 19:43:25 - Resuming the stress test process
  1587. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1588. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1589. +++ Resumed: 5
  1590. +++ 19:43:26 - Getting new log file entries
  1591. +++ No file size change for the log file
  1592. +++ 19:43:26 - Automatic runtime per core selected
  1593. +++ No new log file entries found
  1594. +++ 19:43:26 - Checking for stress test errors
  1595. +++ Checking the new y-cruncher log entries...
  1596. +++ 19:43:26 - Looking for new WHEA errors
  1597. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1598. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1599. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1600. + No new WHEA error
  1601. + 19:43:26 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1602. +++
  1603. +++ 19:43:26 - Tick 6 of max 8640
  1604. +++ Remaining max runtime: 86341s
  1605. +++ 19:43:35 - Suspending the stress test process for 1000 milliseconds
  1606. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1607. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1608. +++ Suspended: 5
  1609. +++ 19:43:36 - Resuming the stress test process
  1610. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1611. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1612. +++ Resumed: 5
  1613. +++ 19:43:37 - Getting new log file entries
  1614. +++ Getting new log entries starting at position 2357 / Line 70
  1615. +++ The new log file entries:
  1616. +++ - [Line 71]
  1617. +++ - [Line 72]
  1618. +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  1619. +++ - [Line 74]
  1620. +++ - [Line 75]
  1621. +++ - [Line 76] Running SFTv4:
  1622. +++ New file position: 2593 / Line 76
  1623. +++ 19:43:37 - Automatic runtime per core selected
  1624. +++ The last passed test lines:
  1625. +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  1626. +++ All found passed test lines:
  1627. +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  1628. +++
  1629. +++ Checking line 73
  1630. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  1631. +++ Line number of this entry: 73
  1632. +++ Line number of the previous entry: 67
  1633. +++ + Adding this line to the allTestLogEntries array
  1634. +++ Trying to get the passed test
  1635. +++ Looking for ->
  1636. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  1637. +++
  1638. +++ Checked Line 73
  1639. +++ - The previous passed test - old: BBP
  1640. +++ - The current passed test - new: SFT
  1641. +++ - All passed tests:
  1642. +++ - BKT, BBP, SFT
  1643. +++ - All unique passed tests:
  1644. +++ - BKT, BBP, SFT
  1645. + 19:43:37 - The last passed test: SFT
  1646. + The number of tests to run: 10
  1647. + The number of tests already run: 3
  1648. +++
  1649. +++ 19:43:37 - Checking for stress test errors
  1650. +++ Checking the new y-cruncher log entries...
  1651. +++ 19:43:37 - Looking for new WHEA errors
  1652. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1653. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1654. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1655. + No new WHEA error
  1656. + 19:43:37 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  1657. +++
  1658. +++ 19:43:37 - Tick 7 of max 8640
  1659. +++ Remaining max runtime: 86330s
  1660. +++ 19:43:46 - Suspending the stress test process for 1000 milliseconds
  1661. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1662. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1663. +++ Suspended: 5
  1664. +++ 19:43:47 - Resuming the stress test process
  1665. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1666. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1667. +++ Resumed: 5
  1668. +++ 19:43:48 - Getting new log file entries
  1669. +++ No file size change for the log file
  1670. +++ 19:43:48 - Automatic runtime per core selected
  1671. +++ No new log file entries found
  1672. +++ 19:43:48 - Checking for stress test errors
  1673. +++ Checking the new y-cruncher log entries...
  1674. +++ 19:43:49 - Looking for new WHEA errors
  1675. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1676. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1677. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1678. + No new WHEA error
  1679. + 19:43:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1680. +++
  1681. +++ 19:43:49 - Tick 8 of max 8640
  1682. +++ Remaining max runtime: 86319s
  1683. +++ 19:43:58 - Suspending the stress test process for 1000 milliseconds
  1684. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1685. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1686. +++ Suspended: 5
  1687. +++ 19:43:59 - Resuming the stress test process
  1688. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1689. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1690. +++ Resumed: 5
  1691. +++ 19:44:00 - Getting new log file entries
  1692. +++ Getting new log entries starting at position 2593 / Line 76
  1693. +++ The new log file entries:
  1694. +++ - [Line 77]
  1695. +++ - [Line 78]
  1696. +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  1697. +++ - [Line 80]
  1698. +++ - [Line 81]
  1699. +++ - [Line 82] Running SNT:
  1700. +++ New file position: 2829 / Line 82
  1701. +++ 19:44:00 - Automatic runtime per core selected
  1702. +++ The last passed test lines:
  1703. +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  1704. +++ All found passed test lines:
  1705. +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  1706. +++
  1707. +++ Checking line 79
  1708. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  1709. +++ Line number of this entry: 79
  1710. +++ Line number of the previous entry: 73
  1711. +++ + Adding this line to the allTestLogEntries array
  1712. +++ Trying to get the passed test
  1713. +++ Looking for ->
  1714. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  1715. +++
  1716. +++ Checked Line 79
  1717. +++ - The previous passed test - old: SFT
  1718. +++ - The current passed test - new: SFTv4
  1719. +++ - All passed tests:
  1720. +++ - BKT, BBP, SFT, SFTv4
  1721. +++ - All unique passed tests:
  1722. +++ - BKT, BBP, SFT, SFTv4
  1723. + 19:44:00 - The last passed test: SFTv4
  1724. + The number of tests to run: 10
  1725. + The number of tests already run: 4
  1726. +++
  1727. +++ 19:44:00 - Checking for stress test errors
  1728. +++ Checking the new y-cruncher log entries...
  1729. +++ 19:44:00 - Looking for new WHEA errors
  1730. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1731. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1732. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1733. + No new WHEA error
  1734. + 19:44:00 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  1735. +++
  1736. +++ 19:44:00 - Tick 9 of max 8640
  1737. +++ Remaining max runtime: 86308s
  1738. +++ 19:44:09 - Suspending the stress test process for 1000 milliseconds
  1739. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1740. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1741. +++ Suspended: 5
  1742. +++ 19:44:10 - Resuming the stress test process
  1743. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1744. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1745. +++ Resumed: 5
  1746. +++ 19:44:11 - Getting new log file entries
  1747. +++ No file size change for the log file
  1748. +++ 19:44:11 - Automatic runtime per core selected
  1749. +++ No new log file entries found
  1750. +++ 19:44:11 - Checking for stress test errors
  1751. +++ Checking the new y-cruncher log entries...
  1752. +++ 19:44:11 - Looking for new WHEA errors
  1753. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1754. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1755. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1756. + No new WHEA error
  1757. + 19:44:11 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1758. +++
  1759. +++ 19:44:11 - Tick 10 of max 8640
  1760. +++ Remaining max runtime: 86297s
  1761. +++ 19:44:20 - Suspending the stress test process for 1000 milliseconds
  1762. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1763. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1764. +++ Suspended: 5
  1765. +++ 19:44:21 - Resuming the stress test process
  1766. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1767. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1768. +++ Resumed: 5
  1769. +++ 19:44:22 - Getting new log file entries
  1770. +++ Getting new log entries starting at position 2829 / Line 82
  1771. +++ The new log file entries:
  1772. +++ - [Line 83]
  1773. +++ - [Line 84]
  1774. +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  1775. +++ - [Line 86]
  1776. +++ - [Line 87]
  1777. +++ - [Line 88] Running SVT:
  1778. +++ New file position: 3063 / Line 88
  1779. +++ 19:44:22 - Automatic runtime per core selected
  1780. +++ The last passed test lines:
  1781. +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  1782. +++ All found passed test lines:
  1783. +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  1784. +++
  1785. +++ Checking line 85
  1786. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  1787. +++ Line number of this entry: 85
  1788. +++ Line number of the previous entry: 79
  1789. +++ + Adding this line to the allTestLogEntries array
  1790. +++ Trying to get the passed test
  1791. +++ Looking for ->
  1792. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  1793. +++
  1794. +++ Checked Line 85
  1795. +++ - The previous passed test - old: SFTv4
  1796. +++ - The current passed test - new: SNT
  1797. +++ - All passed tests:
  1798. +++ - BKT, BBP, SFT, SFTv4, SNT
  1799. +++ - All unique passed tests:
  1800. +++ - BKT, BBP, SFT, SFTv4, SNT
  1801. + 19:44:22 - The last passed test: SNT
  1802. + The number of tests to run: 10
  1803. + The number of tests already run: 5
  1804. +++
  1805. +++ 19:44:22 - Checking for stress test errors
  1806. +++ Checking the new y-cruncher log entries...
  1807. +++ 19:44:22 - Looking for new WHEA errors
  1808. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1809. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1810. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1811. + No new WHEA error
  1812. + 19:44:22 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1813. +++
  1814. +++ 19:44:22 - Tick 11 of max 8640
  1815. +++ Remaining max runtime: 86286s
  1816. +++ 19:44:31 - Suspending the stress test process for 1000 milliseconds
  1817. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1818. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1819. +++ Suspended: 5
  1820. +++ 19:44:32 - Resuming the stress test process
  1821. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1822. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1823. +++ Resumed: 5
  1824. +++ 19:44:33 - Getting new log file entries
  1825. +++ No file size change for the log file
  1826. +++ 19:44:33 - Automatic runtime per core selected
  1827. +++ No new log file entries found
  1828. +++ 19:44:33 - Checking for stress test errors
  1829. +++ Checking the new y-cruncher log entries...
  1830. +++ 19:44:33 - Looking for new WHEA errors
  1831. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1832. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1833. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1834. + No new WHEA error
  1835. + 19:44:33 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1836. +++
  1837. +++ 19:44:33 - Tick 12 of max 8640
  1838. +++ Remaining max runtime: 86274s
  1839. +++ 19:44:42 - Suspending the stress test process for 1000 milliseconds
  1840. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1841. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1842. +++ Suspended: 5
  1843. +++ 19:44:43 - Resuming the stress test process
  1844. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1845. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1846. +++ Resumed: 5
  1847. +++ 19:44:44 - Getting new log file entries
  1848. +++ Getting new log entries starting at position 3063 / Line 88
  1849. +++ The new log file entries:
  1850. +++ - [Line 89]
  1851. +++ - [Line 90]
  1852. +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
  1853. +++ - [Line 92]
  1854. +++ - [Line 93]
  1855. +++ - [Line 94] Running FFT:
  1856. +++ New file position: 3297 / Line 94
  1857. +++ 19:44:44 - Automatic runtime per core selected
  1858. +++ The last passed test lines:
  1859. +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
  1860. +++ All found passed test lines:
  1861. +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
  1862. +++
  1863. +++ Checking line 91
  1864. +++ Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
  1865. +++ Line number of this entry: 91
  1866. +++ Line number of the previous entry: 85
  1867. +++ + Adding this line to the allTestLogEntries array
  1868. +++ Trying to get the passed test
  1869. +++ Looking for ->
  1870. +++ Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
  1871. +++
  1872. +++ Checked Line 91
  1873. +++ - The previous passed test - old: SNT
  1874. +++ - The current passed test - new: SVT
  1875. +++ - All passed tests:
  1876. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  1877. +++ - All unique passed tests:
  1878. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  1879. + 19:44:44 - The last passed test: SVT
  1880. + The number of tests to run: 10
  1881. + The number of tests already run: 6
  1882. +++
  1883. +++ 19:44:44 - Checking for stress test errors
  1884. +++ Checking the new y-cruncher log entries...
  1885. +++ 19:44:44 - Looking for new WHEA errors
  1886. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1887. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1888. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1889. + No new WHEA error
  1890. + 19:44:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1891. +++
  1892. +++ 19:44:45 - Tick 13 of max 8640
  1893. +++ Remaining max runtime: 86263s
  1894. +++ 19:44:54 - Suspending the stress test process for 1000 milliseconds
  1895. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1896. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1897. +++ Suspended: 5
  1898. +++ 19:44:55 - Resuming the stress test process
  1899. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1900. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1901. +++ Resumed: 5
  1902. +++ 19:44:56 - Getting new log file entries
  1903. +++ No file size change for the log file
  1904. +++ 19:44:56 - Automatic runtime per core selected
  1905. +++ No new log file entries found
  1906. +++ 19:44:56 - Checking for stress test errors
  1907. +++ Checking the new y-cruncher log entries...
  1908. +++ 19:44:56 - Looking for new WHEA errors
  1909. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1910. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1911. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1912. + No new WHEA error
  1913. + 19:44:56 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1914. +++
  1915. +++ 19:44:56 - Tick 14 of max 8640
  1916. +++ Remaining max runtime: 86252s
  1917. +++ 19:45:05 - Suspending the stress test process for 1000 milliseconds
  1918. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1919. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1920. +++ Suspended: 5
  1921. +++ 19:45:06 - Resuming the stress test process
  1922. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1923. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1924. +++ Resumed: 5
  1925. +++ 19:45:07 - Getting new log file entries
  1926. +++ Getting new log entries starting at position 3297 / Line 94
  1927. +++ The new log file entries:
  1928. +++ - [Line 95]
  1929. +++ - [Line 96]
  1930. +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  1931. +++ - [Line 98]
  1932. +++ - [Line 99]
  1933. +++ - [Line 100] Running FFTv4:
  1934. +++ New file position: 3533 / Line 100
  1935. +++ 19:45:07 - Automatic runtime per core selected
  1936. +++ The last passed test lines:
  1937. +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  1938. +++ All found passed test lines:
  1939. +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  1940. +++
  1941. +++ Checking line 97
  1942. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  1943. +++ Line number of this entry: 97
  1944. +++ Line number of the previous entry: 91
  1945. +++ + Adding this line to the allTestLogEntries array
  1946. +++ Trying to get the passed test
  1947. +++ Looking for ->
  1948. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  1949. +++
  1950. +++ Checked Line 97
  1951. +++ - The previous passed test - old: SVT
  1952. +++ - The current passed test - new: FFT
  1953. +++ - All passed tests:
  1954. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  1955. +++ - All unique passed tests:
  1956. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  1957. + 19:45:07 - The last passed test: FFT
  1958. + The number of tests to run: 10
  1959. + The number of tests already run: 7
  1960. +++
  1961. +++ 19:45:07 - Checking for stress test errors
  1962. +++ Checking the new y-cruncher log entries...
  1963. +++ 19:45:07 - Looking for new WHEA errors
  1964. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1965. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1966. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1967. + No new WHEA error
  1968. + 19:45:07 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  1969. +++
  1970. +++ 19:45:07 - Tick 15 of max 8640
  1971. +++ Remaining max runtime: 86241s
  1972. +++ 19:45:16 - Suspending the stress test process for 1000 milliseconds
  1973. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1974. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1975. +++ Suspended: 5
  1976. +++ 19:45:17 - Resuming the stress test process
  1977. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  1978. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1979. +++ Resumed: 5
  1980. +++ 19:45:18 - Getting new log file entries
  1981. +++ No file size change for the log file
  1982. +++ 19:45:18 - Automatic runtime per core selected
  1983. +++ No new log file entries found
  1984. +++ 19:45:18 - Checking for stress test errors
  1985. +++ Checking the new y-cruncher log entries...
  1986. +++ 19:45:18 - Looking for new WHEA errors
  1987. +++ Core Start Date: 4/16/2025 7:42:28 PM
  1988. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  1989. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  1990. + No new WHEA error
  1991. + 19:45:18 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  1992. +++
  1993. +++ 19:45:18 - Tick 16 of max 8640
  1994. +++ Remaining max runtime: 86230s
  1995. +++ 19:45:27 - Suspending the stress test process for 1000 milliseconds
  1996. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  1997. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  1998. +++ Suspended: 5
  1999. +++ 19:45:28 - Resuming the stress test process
  2000. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2001. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2002. +++ Resumed: 5
  2003. +++ 19:45:29 - Getting new log file entries
  2004. +++ Getting new log entries starting at position 3533 / Line 100
  2005. +++ The new log file entries:
  2006. +++ - [Line 101]
  2007. +++ - [Line 102]
  2008. +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2009. +++ - [Line 104]
  2010. +++ - [Line 105]
  2011. +++ - [Line 106] Running N63:
  2012. +++ New file position: 3768 / Line 106
  2013. +++ 19:45:29 - Automatic runtime per core selected
  2014. +++ The last passed test lines:
  2015. +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2016. +++ All found passed test lines:
  2017. +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2018. +++
  2019. +++ Checking line 103
  2020. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2021. +++ Line number of this entry: 103
  2022. +++ Line number of the previous entry: 97
  2023. +++ + Adding this line to the allTestLogEntries array
  2024. +++ Trying to get the passed test
  2025. +++ Looking for ->
  2026. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2027. +++
  2028. +++ Checked Line 103
  2029. +++ - The previous passed test - old: FFT
  2030. +++ - The current passed test - new: FFTv4
  2031. +++ - All passed tests:
  2032. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  2033. +++ - All unique passed tests:
  2034. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  2035. + 19:45:29 - The last passed test: FFTv4
  2036. + The number of tests to run: 10
  2037. + The number of tests already run: 8
  2038. +++
  2039. +++ 19:45:29 - Checking for stress test errors
  2040. +++ Checking the new y-cruncher log entries...
  2041. +++ 19:45:29 - Looking for new WHEA errors
  2042. +++ Core Start Date: 4/16/2025 7:42:28 PM
  2043. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2044. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2045. + No new WHEA error
  2046. + 19:45:29 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  2047. +++
  2048. +++ 19:45:29 - Tick 17 of max 8640
  2049. +++ Remaining max runtime: 86218s
  2050. +++ 19:45:38 - Suspending the stress test process for 1000 milliseconds
  2051. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2052. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2053. +++ Suspended: 5
  2054. +++ 19:45:39 - Resuming the stress test process
  2055. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2056. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2057. +++ Resumed: 5
  2058. +++ 19:45:40 - Getting new log file entries
  2059. +++ No file size change for the log file
  2060. +++ 19:45:40 - Automatic runtime per core selected
  2061. +++ No new log file entries found
  2062. +++ 19:45:40 - Checking for stress test errors
  2063. +++ Checking the new y-cruncher log entries...
  2064. +++ 19:45:40 - Looking for new WHEA errors
  2065. +++ Core Start Date: 4/16/2025 7:42:28 PM
  2066. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2067. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2068. + No new WHEA error
  2069. + 19:45:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  2070. +++
  2071. +++ 19:45:41 - Tick 18 of max 8640
  2072. +++ Remaining max runtime: 86207s
  2073. +++ 19:45:50 - Suspending the stress test process for 1000 milliseconds
  2074. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2075. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2076. +++ Suspended: 5
  2077. +++ 19:45:51 - Resuming the stress test process
  2078. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2079. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2080. +++ Resumed: 5
  2081. +++ 19:45:52 - Getting new log file entries
  2082. +++ Getting new log entries starting at position 3768 / Line 106
  2083. +++ The new log file entries:
  2084. +++ - [Line 107]
  2085. +++ - [Line 108]
  2086. +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2087. +++ - [Line 110]
  2088. +++ - [Line 111]
  2089. +++ - [Line 112] Running VT3:
  2090. +++ New file position: 4002 / Line 112
  2091. +++ 19:45:52 - Automatic runtime per core selected
  2092. +++ The last passed test lines:
  2093. +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2094. +++ All found passed test lines:
  2095. +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2096. +++
  2097. +++ Checking line 109
  2098. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2099. +++ Line number of this entry: 109
  2100. +++ Line number of the previous entry: 103
  2101. +++ + Adding this line to the allTestLogEntries array
  2102. +++ Trying to get the passed test
  2103. +++ Looking for ->
  2104. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2105. +++
  2106. +++ Checked Line 109
  2107. +++ - The previous passed test - old: FFTv4
  2108. +++ - The current passed test - new: N63
  2109. +++ - All passed tests:
  2110. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  2111. +++ - All unique passed tests:
  2112. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  2113. + 19:45:52 - The last passed test: N63
  2114. + The number of tests to run: 10
  2115. + The number of tests already run: 9
  2116. +++
  2117. +++ 19:45:52 - Checking for stress test errors
  2118. +++ Checking the new y-cruncher log entries...
  2119. +++ 19:45:52 - Looking for new WHEA errors
  2120. +++ Core Start Date: 4/16/2025 7:42:28 PM
  2121. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2122. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2123. + No new WHEA error
  2124. + 19:45:52 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2125. +++
  2126. +++ 19:45:52 - Tick 19 of max 8640
  2127. +++ Remaining max runtime: 86196s
  2128. +++ 19:46:01 - Suspending the stress test process for 1000 milliseconds
  2129. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2130. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2131. +++ Suspended: 5
  2132. +++ 19:46:02 - Resuming the stress test process
  2133. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2134. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2135. +++ Resumed: 5
  2136. +++ 19:46:03 - Getting new log file entries
  2137. +++ No file size change for the log file
  2138. +++ 19:46:03 - Automatic runtime per core selected
  2139. +++ No new log file entries found
  2140. +++ 19:46:03 - Checking for stress test errors
  2141. +++ Checking the new y-cruncher log entries...
  2142. +++ 19:46:03 - Looking for new WHEA errors
  2143. +++ Core Start Date: 4/16/2025 7:42:28 PM
  2144. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2145. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2146. + No new WHEA error
  2147. + 19:46:03 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2148. +++
  2149. +++ 19:46:03 - Tick 20 of max 8640
  2150. +++ Remaining max runtime: 86185s
  2151. +++ 19:46:12 - Suspending the stress test process for 1000 milliseconds
  2152. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2153. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2154. +++ Suspended: 5
  2155. +++ 19:46:13 - Resuming the stress test process
  2156. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2157. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2158. +++ Resumed: 5
  2159. +++ 19:46:14 - Getting new log file entries
  2160. +++ Getting new log entries starting at position 4002 / Line 112
  2161. +++ The new log file entries:
  2162. +++ - [Line 113]
  2163. +++ - [Line 114]
  2164. +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  2165. +++ - [Line 116]
  2166. +++ - [Line 117] Iteration: 1 Total Elapsed Time: 219.661 seconds ( 3.661 minutes )
  2167. +++ - [Line 118]
  2168. +++ - [Line 119]
  2169. +++ - [Line 120] Running BKT:
  2170. +++ New file position: 4306 / Line 120
  2171. +++ 19:46:14 - Automatic runtime per core selected
  2172. +++ The last passed test lines:
  2173. +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  2174. +++ All found passed test lines:
  2175. +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  2176. +++
  2177. +++ Checking line 115
  2178. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  2179. +++ Line number of this entry: 115
  2180. +++ Line number of the previous entry: 109
  2181. +++ + Adding this line to the allTestLogEntries array
  2182. +++ Trying to get the passed test
  2183. +++ Looking for ->
  2184. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  2185. +++
  2186. +++ Checked Line 115
  2187. +++ - The previous passed test - old: N63
  2188. +++ - The current passed test - new: VT3
  2189. +++ - All passed tests:
  2190. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  2191. +++ - All unique passed tests:
  2192. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  2193. + 19:46:14 - The last passed test: VT3
  2194. + The number of tests to run: 10
  2195. + The number of tests already run: 10
  2196. +
  2197. + The number of unique test names matches the number of the selected test names!
  2198. Test completed in 00h 03m 46s
  2199. All tests have been run for this core, proceeding to the next one
  2200. +++ Adding Event Log entry: core_finished
  2201. +++ Adding the Windows Event Log entry:
  2202. +++ [EVENTLOG] Finished testing Core 0 (CPU 1)
  2203. +++ [EVENTLOG]
  2204. +++ [EVENTLOG] Test completed in 00h 03m 46s
  2205. +++ Trying to switch to a new core (2 of 16) [index 1 of 15]
  2206. + Still available cores:
  2207. + 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  2208. + The selected core to test: 8
  2209. 19:46:14 - Set to Core 8 (CPU 16)
  2210. +++ Creating the .automode file
  2211. +++ Trying to flush the write cache to disk for drive: C
  2212. +++ Adding Event Log entry: core_started
  2213. +++ Adding the Windows Event Log entry:
  2214. +++ [EVENTLOG] Started testing Core 8 (CPU 16)
  2215. +++ The number of Processor Groups: 1
  2216. +++ The number of CPUs in the last group: 0
  2217. +++ The group ID of the CPU to set to: 0
  2218. +++ The number of processors in this group: 32
  2219. +++ The IDs of the CPUs in its own group: 16
  2220. +++ Calculated the group specific affinity as 65536 [CPU 16, Group 0]
  2221. +++ All calculated group specific affinities: 65536
  2222. +++ Found number of stress test threads: 1
  2223. +++ The original affinities array: 65536
  2224. +++ The final affinities array: 65536
  2225. +++ Processing stress test thread number 0
  2226. + Trying to set the affinity for thread ID: 14504
  2227. + - Processor Group: 0 | Affinity: 65536
  2228. +++ Getting the thread handle for thread ID: 14504
  2229. +++ The returned thread handle: 2276
  2230. +++ Successfully set the group affinity for thread ID 14504 to 65536 within group 0
  2231. + Setting the voltage for the currently tested core
  2232. + Trying to set the Curve Optimizer values
  2233. +++ The flag to only set the voltage for the currently tested core is enabled
  2234. +++ Currently tested core: 8
  2235. +++ The original values:
  2236. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  2237. +++ The modified values:
  2238. +++ 0 0 0 0 0 0 0 0 -50 0 0 0 0 0 0 0
  2239. + The values to set:
  2240. + 0,0,0,0,0,0,0,0,-50,0,0,0,0,0,0,0
  2241. +++ Curve Optimizer values successfuly set:
  2242. +++ Set logical core 0, physical core 0 offset to 0!
  2243. +++ Set logical core 1, physical core 1 offset to 0!
  2244. +++ Set logical core 2, physical core 2 offset to 0!
  2245. +++ Set logical core 3, physical core 3 offset to 0!
  2246. +++ Set logical core 4, physical core 4 offset to 0!
  2247. +++ Set logical core 5, physical core 5 offset to 0!
  2248. +++ Set logical core 6, physical core 6 offset to 0!
  2249. +++ Set logical core 7, physical core 7 offset to 0!
  2250. +++ Set logical core 8, physical core 8 offset to -50!
  2251. +++ Set logical core 9, physical core 9 offset to 0!
  2252. +++ Set logical core 10, physical core 10 offset to 0!
  2253. +++ Set logical core 11, physical core 11 offset to 0!
  2254. +++ Set logical core 12, physical core 12 offset to 0!
  2255. +++ Set logical core 13, physical core 13 offset to 0!
  2256. +++ Set logical core 14, physical core 14 offset to 0!
  2257. +++ Set logical core 15, physical core 15 offset to 0!
  2258. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  2259. Progress 2/16 | Iteration 1/10 | Runtime 00h 03m 51s
  2260. +++ The number of cores with an error so far: 0
  2261. +++ The number of cores with a WHEA error so far: 0
  2262. +++
  2263. +++ 19:46:14 - Tick 1 of max 8640
  2264. +++ Remaining max runtime: 86400s
  2265. +++ 19:46:23 - Suspending the stress test process for 1000 milliseconds
  2266. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2267. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2268. +++ Suspended: 5
  2269. +++ 19:46:24 - Resuming the stress test process
  2270. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2271. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2272. +++ Resumed: 5
  2273. +++ 19:46:25 - Getting new log file entries
  2274. +++ No file size change for the log file
  2275. +++ 19:46:25 - Automatic runtime per core selected
  2276. +++ No new log file entries found
  2277. +++ 19:46:25 - Checking for stress test errors
  2278. +++ Checking the new y-cruncher log entries...
  2279. +++ 19:46:25 - Looking for new WHEA errors
  2280. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2281. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2282. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2283. + No new WHEA error
  2284. + 19:46:25 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2285. +++
  2286. +++ 19:46:25 - Tick 2 of max 8640
  2287. +++ Remaining max runtime: 86389s
  2288. +++ 19:46:34 - Suspending the stress test process for 1000 milliseconds
  2289. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2290. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2291. +++ Suspended: 5
  2292. +++ 19:46:36 - Resuming the stress test process
  2293. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2294. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2295. +++ Resumed: 5
  2296. +++ 19:46:37 - Getting new log file entries
  2297. +++ Getting new log entries starting at position 4306 / Line 120
  2298. +++ The new log file entries:
  2299. +++ - [Line 121]
  2300. +++ - [Line 122]
  2301. +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  2302. +++ - [Line 124]
  2303. +++ - [Line 125]
  2304. +++ - [Line 126] Running BBP:
  2305. +++ New file position: 4540 / Line 126
  2306. +++ 19:46:37 - Automatic runtime per core selected
  2307. +++ The last passed test lines:
  2308. +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  2309. +++ All found passed test lines:
  2310. +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  2311. +++
  2312. +++ Checking line 123
  2313. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  2314. +++ Line number of this entry: 123
  2315. +++ Line number of the previous entry: 115
  2316. +++ + Adding this line to the allTestLogEntries array
  2317. +++ Trying to get the passed test
  2318. +++ Looking for ->
  2319. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  2320. +++
  2321. +++ Checked Line 123
  2322. +++ - The previous passed test - old: VT3
  2323. +++ - The current passed test - new: BKT
  2324. +++ - All passed tests:
  2325. +++ - BKT
  2326. +++ - All unique passed tests:
  2327. +++ - BKT
  2328. + 19:46:37 - The last passed test: BKT
  2329. + The number of tests to run: 10
  2330. + The number of tests already run: 1
  2331. +++
  2332. +++ 19:46:37 - Checking for stress test errors
  2333. +++ Checking the new y-cruncher log entries...
  2334. +++ 19:46:37 - Looking for new WHEA errors
  2335. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2336. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2337. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2338. + No new WHEA error
  2339. + 19:46:37 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2340. +++
  2341. +++ 19:46:37 - Tick 3 of max 8640
  2342. +++ Remaining max runtime: 86377s
  2343. +++ 19:46:46 - Suspending the stress test process for 1000 milliseconds
  2344. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2345. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2346. +++ Suspended: 5
  2347. +++ 19:46:47 - Resuming the stress test process
  2348. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2349. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2350. +++ Resumed: 5
  2351. +++ 19:46:48 - Getting new log file entries
  2352. +++ No file size change for the log file
  2353. +++ 19:46:48 - Automatic runtime per core selected
  2354. +++ No new log file entries found
  2355. +++ 19:46:48 - Checking for stress test errors
  2356. +++ Checking the new y-cruncher log entries...
  2357. +++ 19:46:48 - Looking for new WHEA errors
  2358. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2359. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2360. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2361. + No new WHEA error
  2362. + 19:46:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2363. +++
  2364. +++ 19:46:48 - Tick 4 of max 8640
  2365. +++ Remaining max runtime: 86366s
  2366. +++ 19:46:57 - Suspending the stress test process for 1000 milliseconds
  2367. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2368. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2369. +++ Suspended: 5
  2370. +++ 19:46:58 - Resuming the stress test process
  2371. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2372. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2373. +++ Resumed: 5
  2374. +++ 19:46:59 - Getting new log file entries
  2375. +++ Getting new log entries starting at position 4540 / Line 126
  2376. +++ The new log file entries:
  2377. +++ - [Line 127]
  2378. +++ - [Line 128]
  2379. +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  2380. +++ - [Line 130]
  2381. +++ - [Line 131]
  2382. +++ - [Line 132] Running SFT:
  2383. +++ New file position: 4775 / Line 132
  2384. +++ 19:46:59 - Automatic runtime per core selected
  2385. +++ The last passed test lines:
  2386. +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  2387. +++ All found passed test lines:
  2388. +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  2389. +++
  2390. +++ Checking line 129
  2391. +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  2392. +++ Line number of this entry: 129
  2393. +++ Line number of the previous entry: 123
  2394. +++ + Adding this line to the allTestLogEntries array
  2395. +++ Trying to get the passed test
  2396. +++ Looking for ->
  2397. +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
  2398. +++
  2399. +++ Checked Line 129
  2400. +++ - The previous passed test - old: BKT
  2401. +++ - The current passed test - new: BBP
  2402. +++ - All passed tests:
  2403. +++ - BKT, BBP
  2404. +++ - All unique passed tests:
  2405. +++ - BKT, BBP
  2406. + 19:46:59 - The last passed test: BBP
  2407. + The number of tests to run: 10
  2408. + The number of tests already run: 2
  2409. +++
  2410. +++ 19:46:59 - Checking for stress test errors
  2411. +++ Checking the new y-cruncher log entries...
  2412. +++ 19:46:59 - Looking for new WHEA errors
  2413. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2414. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2415. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2416. + No new WHEA error
  2417. + 19:46:59 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2418. +++
  2419. +++ 19:46:59 - Tick 5 of max 8640
  2420. +++ Remaining max runtime: 86355s
  2421. +++ 19:47:08 - Suspending the stress test process for 1000 milliseconds
  2422. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2423. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2424. +++ Suspended: 5
  2425. +++ 19:47:09 - Resuming the stress test process
  2426. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2427. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2428. +++ Resumed: 5
  2429. +++ 19:47:10 - Getting new log file entries
  2430. +++ No file size change for the log file
  2431. +++ 19:47:10 - Automatic runtime per core selected
  2432. +++ No new log file entries found
  2433. +++ 19:47:10 - Checking for stress test errors
  2434. +++ Checking the new y-cruncher log entries...
  2435. +++ 19:47:10 - Looking for new WHEA errors
  2436. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2437. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2438. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2439. + No new WHEA error
  2440. + 19:47:10 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2441. +++
  2442. +++ 19:47:10 - Tick 6 of max 8640
  2443. +++ Remaining max runtime: 86344s
  2444. +++ 19:47:19 - Suspending the stress test process for 1000 milliseconds
  2445. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2446. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2447. +++ Suspended: 5
  2448. +++ 19:47:20 - Resuming the stress test process
  2449. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2450. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
  2451. +++ Resumed: 5
  2452. +++ 19:47:21 - Getting new log file entries
  2453. +++ Getting new log entries starting at position 4775 / Line 132
  2454. +++ The new log file entries:
  2455. +++ - [Line 133]
  2456. +++ - [Line 134]
  2457. +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  2458. +++ - [Line 136]
  2459. +++ - [Line 137]
  2460. +++ - [Line 138] Running SFTv4:
  2461. +++ New file position: 5011 / Line 138
  2462. +++ 19:47:21 - Automatic runtime per core selected
  2463. +++ The last passed test lines:
  2464. +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  2465. +++ All found passed test lines:
  2466. +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  2467. +++
  2468. +++ Checking line 135
  2469. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  2470. +++ Line number of this entry: 135
  2471. +++ Line number of the previous entry: 129
  2472. +++ + Adding this line to the allTestLogEntries array
  2473. +++ Trying to get the passed test
  2474. +++ Looking for ->
  2475. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  2476. +++
  2477. +++ Checked Line 135
  2478. +++ - The previous passed test - old: BBP
  2479. +++ - The current passed test - new: SFT
  2480. +++ - All passed tests:
  2481. +++ - BKT, BBP, SFT
  2482. +++ - All unique passed tests:
  2483. +++ - BKT, BBP, SFT
  2484. + 19:47:21 - The last passed test: SFT
  2485. + The number of tests to run: 10
  2486. + The number of tests already run: 3
  2487. +++
  2488. +++ 19:47:21 - Checking for stress test errors
  2489. +++ Checking the new y-cruncher log entries...
  2490. +++ 19:47:21 - Looking for new WHEA errors
  2491. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2492. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2493. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2494. + No new WHEA error
  2495. + 19:47:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2496. +++
  2497. +++ 19:47:21 - Tick 7 of max 8640
  2498. +++ Remaining max runtime: 86333s
  2499. +++ 19:47:30 - Suspending the stress test process for 1000 milliseconds
  2500. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2501. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2502. +++ Suspended: 6
  2503. +++ 19:47:31 - Resuming the stress test process
  2504. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2505. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2506. +++ Resumed: 6
  2507. +++ 19:47:32 - Getting new log file entries
  2508. +++ No file size change for the log file
  2509. +++ 19:47:32 - Automatic runtime per core selected
  2510. +++ No new log file entries found
  2511. +++ 19:47:32 - Checking for stress test errors
  2512. +++ Checking the new y-cruncher log entries...
  2513. +++ 19:47:32 - Looking for new WHEA errors
  2514. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2515. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2516. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2517. + No new WHEA error
  2518. + 19:47:32 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  2519. +++
  2520. +++ 19:47:33 - Tick 8 of max 8640
  2521. +++ Remaining max runtime: 86321s
  2522. +++ 19:47:42 - Suspending the stress test process for 1000 milliseconds
  2523. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2524. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2525. +++ Suspended: 6
  2526. +++ 19:47:43 - Resuming the stress test process
  2527. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2528. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2529. +++ Resumed: 6
  2530. +++ 19:47:44 - Getting new log file entries
  2531. +++ Getting new log entries starting at position 5011 / Line 138
  2532. +++ The new log file entries:
  2533. +++ - [Line 139]
  2534. +++ - [Line 140]
  2535. +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  2536. +++ - [Line 142]
  2537. +++ - [Line 143]
  2538. +++ - [Line 144] Running SNT:
  2539. +++ New file position: 5247 / Line 144
  2540. +++ 19:47:44 - Automatic runtime per core selected
  2541. +++ The last passed test lines:
  2542. +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  2543. +++ All found passed test lines:
  2544. +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  2545. +++
  2546. +++ Checking line 141
  2547. +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  2548. +++ Line number of this entry: 141
  2549. +++ Line number of the previous entry: 135
  2550. +++ + Adding this line to the allTestLogEntries array
  2551. +++ Trying to get the passed test
  2552. +++ Looking for ->
  2553. +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  2554. +++
  2555. +++ Checked Line 141
  2556. +++ - The previous passed test - old: SFT
  2557. +++ - The current passed test - new: SFTv4
  2558. +++ - All passed tests:
  2559. +++ - BKT, BBP, SFT, SFTv4
  2560. +++ - All unique passed tests:
  2561. +++ - BKT, BBP, SFT, SFTv4
  2562. + 19:47:44 - The last passed test: SFTv4
  2563. + The number of tests to run: 10
  2564. + The number of tests already run: 4
  2565. +++
  2566. +++ 19:47:44 - Checking for stress test errors
  2567. +++ Checking the new y-cruncher log entries...
  2568. +++ 19:47:44 - Looking for new WHEA errors
  2569. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2570. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2571. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2572. + No new WHEA error
  2573. + 19:47:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2574. +++
  2575. +++ 19:47:44 - Tick 9 of max 8640
  2576. +++ Remaining max runtime: 86310s
  2577. +++ 19:47:53 - Suspending the stress test process for 1000 milliseconds
  2578. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2579. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2580. +++ Suspended: 6
  2581. +++ 19:47:54 - Resuming the stress test process
  2582. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2583. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2584. +++ Resumed: 6
  2585. +++ 19:47:55 - Getting new log file entries
  2586. +++ No file size change for the log file
  2587. +++ 19:47:55 - Automatic runtime per core selected
  2588. +++ No new log file entries found
  2589. +++ 19:47:55 - Checking for stress test errors
  2590. +++ Checking the new y-cruncher log entries...
  2591. +++ 19:47:55 - Looking for new WHEA errors
  2592. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2593. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2594. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2595. + No new WHEA error
  2596. + 19:47:55 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2597. +++
  2598. +++ 19:47:55 - Tick 10 of max 8640
  2599. +++ Remaining max runtime: 86299s
  2600. +++ 19:48:04 - Suspending the stress test process for 1000 milliseconds
  2601. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2602. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2603. +++ Suspended: 6
  2604. +++ 19:48:05 - Resuming the stress test process
  2605. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2606. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2607. +++ Resumed: 6
  2608. +++ 19:48:06 - Getting new log file entries
  2609. +++ Getting new log entries starting at position 5247 / Line 144
  2610. +++ The new log file entries:
  2611. +++ - [Line 145]
  2612. +++ - [Line 146]
  2613. +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  2614. +++ - [Line 148]
  2615. +++ - [Line 149]
  2616. +++ - [Line 150] Running SVT:
  2617. +++ New file position: 5481 / Line 150
  2618. +++ 19:48:06 - Automatic runtime per core selected
  2619. +++ The last passed test lines:
  2620. +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  2621. +++ All found passed test lines:
  2622. +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  2623. +++
  2624. +++ Checking line 147
  2625. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  2626. +++ Line number of this entry: 147
  2627. +++ Line number of the previous entry: 141
  2628. +++ + Adding this line to the allTestLogEntries array
  2629. +++ Trying to get the passed test
  2630. +++ Looking for ->
  2631. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  2632. +++
  2633. +++ Checked Line 147
  2634. +++ - The previous passed test - old: SFTv4
  2635. +++ - The current passed test - new: SNT
  2636. +++ - All passed tests:
  2637. +++ - BKT, BBP, SFT, SFTv4, SNT
  2638. +++ - All unique passed tests:
  2639. +++ - BKT, BBP, SFT, SFTv4, SNT
  2640. + 19:48:06 - The last passed test: SNT
  2641. + The number of tests to run: 10
  2642. + The number of tests already run: 5
  2643. +++
  2644. +++ 19:48:06 - Checking for stress test errors
  2645. +++ Checking the new y-cruncher log entries...
  2646. +++ 19:48:06 - Looking for new WHEA errors
  2647. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2648. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2649. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2650. + No new WHEA error
  2651. + 19:48:06 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2652. +++
  2653. +++ 19:48:06 - Tick 11 of max 8640
  2654. +++ Remaining max runtime: 86288s
  2655. +++ 19:48:15 - Suspending the stress test process for 1000 milliseconds
  2656. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2657. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2658. +++ Suspended: 6
  2659. +++ 19:48:16 - Resuming the stress test process
  2660. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2661. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2662. +++ Resumed: 6
  2663. +++ 19:48:17 - Getting new log file entries
  2664. +++ No file size change for the log file
  2665. +++ 19:48:17 - Automatic runtime per core selected
  2666. +++ No new log file entries found
  2667. +++ 19:48:17 - Checking for stress test errors
  2668. +++ Checking the new y-cruncher log entries...
  2669. +++ 19:48:17 - Looking for new WHEA errors
  2670. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2671. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2672. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2673. + No new WHEA error
  2674. + 19:48:17 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  2675. +++
  2676. +++ 19:48:17 - Tick 12 of max 8640
  2677. +++ Remaining max runtime: 86277s
  2678. +++ 19:48:26 - Suspending the stress test process for 1000 milliseconds
  2679. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2680. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2681. +++ Suspended: 6
  2682. +++ 19:48:27 - Resuming the stress test process
  2683. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2684. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2685. +++ Resumed: 6
  2686. +++ 19:48:28 - Getting new log file entries
  2687. +++ Getting new log entries starting at position 5481 / Line 150
  2688. +++ The new log file entries:
  2689. +++ - [Line 151]
  2690. +++ - [Line 152]
  2691. +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  2692. +++ - [Line 154]
  2693. +++ - [Line 155]
  2694. +++ - [Line 156] Running FFT:
  2695. +++ New file position: 5715 / Line 156
  2696. +++ 19:48:28 - Automatic runtime per core selected
  2697. +++ The last passed test lines:
  2698. +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  2699. +++ All found passed test lines:
  2700. +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  2701. +++
  2702. +++ Checking line 153
  2703. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  2704. +++ Line number of this entry: 153
  2705. +++ Line number of the previous entry: 147
  2706. +++ + Adding this line to the allTestLogEntries array
  2707. +++ Trying to get the passed test
  2708. +++ Looking for ->
  2709. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  2710. +++
  2711. +++ Checked Line 153
  2712. +++ - The previous passed test - old: SNT
  2713. +++ - The current passed test - new: SVT
  2714. +++ - All passed tests:
  2715. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  2716. +++ - All unique passed tests:
  2717. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  2718. + 19:48:28 - The last passed test: SVT
  2719. + The number of tests to run: 10
  2720. + The number of tests already run: 6
  2721. +++
  2722. +++ 19:48:28 - Checking for stress test errors
  2723. +++ Checking the new y-cruncher log entries...
  2724. +++ 19:48:28 - Looking for new WHEA errors
  2725. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2726. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2727. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2728. + No new WHEA error
  2729. + 19:48:28 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2730. +++
  2731. +++ 19:48:29 - Tick 13 of max 8640
  2732. +++ Remaining max runtime: 86265s
  2733. +++ 19:48:38 - Suspending the stress test process for 1000 milliseconds
  2734. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2735. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2736. +++ Suspended: 6
  2737. +++ 19:48:39 - Resuming the stress test process
  2738. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2739. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2740. +++ Resumed: 6
  2741. +++ 19:48:40 - Getting new log file entries
  2742. +++ No file size change for the log file
  2743. +++ 19:48:40 - Automatic runtime per core selected
  2744. +++ No new log file entries found
  2745. +++ 19:48:40 - Checking for stress test errors
  2746. +++ Checking the new y-cruncher log entries...
  2747. +++ 19:48:40 - Looking for new WHEA errors
  2748. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2749. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2750. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2751. + No new WHEA error
  2752. + 19:48:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  2753. +++
  2754. +++ 19:48:40 - Tick 14 of max 8640
  2755. +++ Remaining max runtime: 86254s
  2756. +++ 19:48:49 - Suspending the stress test process for 1000 milliseconds
  2757. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2758. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2759. +++ Suspended: 6
  2760. +++ 19:48:50 - Resuming the stress test process
  2761. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2762. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2763. +++ Resumed: 6
  2764. +++ 19:48:51 - Getting new log file entries
  2765. +++ Getting new log entries starting at position 5715 / Line 156
  2766. +++ The new log file entries:
  2767. +++ - [Line 157]
  2768. +++ - [Line 158]
  2769. +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  2770. +++ - [Line 160]
  2771. +++ - [Line 161]
  2772. +++ - [Line 162] Running FFTv4:
  2773. +++ New file position: 5951 / Line 162
  2774. +++ 19:48:51 - Automatic runtime per core selected
  2775. +++ The last passed test lines:
  2776. +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  2777. +++ All found passed test lines:
  2778. +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  2779. +++
  2780. +++ Checking line 159
  2781. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  2782. +++ Line number of this entry: 159
  2783. +++ Line number of the previous entry: 153
  2784. +++ + Adding this line to the allTestLogEntries array
  2785. +++ Trying to get the passed test
  2786. +++ Looking for ->
  2787. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  2788. +++
  2789. +++ Checked Line 159
  2790. +++ - The previous passed test - old: SVT
  2791. +++ - The current passed test - new: FFT
  2792. +++ - All passed tests:
  2793. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  2794. +++ - All unique passed tests:
  2795. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  2796. + 19:48:51 - The last passed test: FFT
  2797. + The number of tests to run: 10
  2798. + The number of tests already run: 7
  2799. +++
  2800. +++ 19:48:51 - Checking for stress test errors
  2801. +++ Checking the new y-cruncher log entries...
  2802. +++ 19:48:51 - Looking for new WHEA errors
  2803. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2804. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2805. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2806. + No new WHEA error
  2807. + 19:48:51 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  2808. +++
  2809. +++ 19:48:51 - Tick 15 of max 8640
  2810. +++ Remaining max runtime: 86243s
  2811. +++ 19:49:00 - Suspending the stress test process for 1000 milliseconds
  2812. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2813. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2814. +++ Suspended: 6
  2815. +++ 19:49:01 - Resuming the stress test process
  2816. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2817. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2818. +++ Resumed: 6
  2819. +++ 19:49:02 - Getting new log file entries
  2820. +++ No file size change for the log file
  2821. +++ 19:49:02 - Automatic runtime per core selected
  2822. +++ No new log file entries found
  2823. +++ 19:49:02 - Checking for stress test errors
  2824. +++ Checking the new y-cruncher log entries...
  2825. +++ 19:49:02 - Looking for new WHEA errors
  2826. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2827. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2828. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2829. + No new WHEA error
  2830. + 19:49:02 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  2831. +++
  2832. +++ 19:49:02 - Tick 16 of max 8640
  2833. +++ Remaining max runtime: 86232s
  2834. +++ 19:49:11 - Suspending the stress test process for 1000 milliseconds
  2835. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2836. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2837. +++ Suspended: 6
  2838. +++ 19:49:12 - Resuming the stress test process
  2839. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2840. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2841. +++ Resumed: 6
  2842. +++ 19:49:13 - Getting new log file entries
  2843. +++ Getting new log entries starting at position 5951 / Line 162
  2844. +++ The new log file entries:
  2845. +++ - [Line 163]
  2846. +++ - [Line 164]
  2847. +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2848. +++ - [Line 166]
  2849. +++ - [Line 167]
  2850. +++ - [Line 168] Running N63:
  2851. +++ New file position: 6186 / Line 168
  2852. +++ 19:49:13 - Automatic runtime per core selected
  2853. +++ The last passed test lines:
  2854. +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2855. +++ All found passed test lines:
  2856. +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2857. +++
  2858. +++ Checking line 165
  2859. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2860. +++ Line number of this entry: 165
  2861. +++ Line number of the previous entry: 159
  2862. +++ + Adding this line to the allTestLogEntries array
  2863. +++ Trying to get the passed test
  2864. +++ Looking for ->
  2865. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  2866. +++
  2867. +++ Checked Line 165
  2868. +++ - The previous passed test - old: FFT
  2869. +++ - The current passed test - new: FFTv4
  2870. +++ - All passed tests:
  2871. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  2872. +++ - All unique passed tests:
  2873. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  2874. + 19:49:13 - The last passed test: FFTv4
  2875. + The number of tests to run: 10
  2876. + The number of tests already run: 8
  2877. +++
  2878. +++ 19:49:13 - Checking for stress test errors
  2879. +++ Checking the new y-cruncher log entries...
  2880. +++ 19:49:13 - Looking for new WHEA errors
  2881. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2882. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2883. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2884. + No new WHEA error
  2885. + 19:49:13 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  2886. +++
  2887. +++ 19:49:13 - Tick 17 of max 8640
  2888. +++ Remaining max runtime: 86221s
  2889. +++ 19:49:22 - Suspending the stress test process for 1000 milliseconds
  2890. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2891. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2892. +++ Suspended: 6
  2893. +++ 19:49:23 - Resuming the stress test process
  2894. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2895. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2896. +++ Resumed: 6
  2897. +++ 19:49:24 - Getting new log file entries
  2898. +++ No file size change for the log file
  2899. +++ 19:49:24 - Automatic runtime per core selected
  2900. +++ No new log file entries found
  2901. +++ 19:49:24 - Checking for stress test errors
  2902. +++ Checking the new y-cruncher log entries...
  2903. +++ 19:49:24 - Looking for new WHEA errors
  2904. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2905. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2906. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2907. + No new WHEA error
  2908. + 19:49:24 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2909. +++
  2910. +++ 19:49:25 - Tick 18 of max 8640
  2911. +++ Remaining max runtime: 86209s
  2912. +++ 19:49:34 - Suspending the stress test process for 1000 milliseconds
  2913. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2914. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2915. +++ Suspended: 6
  2916. +++ 19:49:35 - Resuming the stress test process
  2917. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2918. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2919. +++ Resumed: 6
  2920. +++ 19:49:36 - Getting new log file entries
  2921. +++ Getting new log entries starting at position 6186 / Line 168
  2922. +++ The new log file entries:
  2923. +++ - [Line 169]
  2924. +++ - [Line 170]
  2925. +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2926. +++ - [Line 172]
  2927. +++ - [Line 173]
  2928. +++ - [Line 174] Running VT3:
  2929. +++ New file position: 6420 / Line 174
  2930. +++ 19:49:36 - Automatic runtime per core selected
  2931. +++ The last passed test lines:
  2932. +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2933. +++ All found passed test lines:
  2934. +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2935. +++
  2936. +++ Checking line 171
  2937. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2938. +++ Line number of this entry: 171
  2939. +++ Line number of the previous entry: 165
  2940. +++ + Adding this line to the allTestLogEntries array
  2941. +++ Trying to get the passed test
  2942. +++ Looking for ->
  2943. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  2944. +++
  2945. +++ Checked Line 171
  2946. +++ - The previous passed test - old: FFTv4
  2947. +++ - The current passed test - new: N63
  2948. +++ - All passed tests:
  2949. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  2950. +++ - All unique passed tests:
  2951. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  2952. + 19:49:36 - The last passed test: N63
  2953. + The number of tests to run: 10
  2954. + The number of tests already run: 9
  2955. +++
  2956. +++ 19:49:36 - Checking for stress test errors
  2957. +++ Checking the new y-cruncher log entries...
  2958. +++ 19:49:36 - Looking for new WHEA errors
  2959. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2960. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2961. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2962. + No new WHEA error
  2963. + 19:49:36 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2964. +++
  2965. +++ 19:49:36 - Tick 19 of max 8640
  2966. +++ Remaining max runtime: 86198s
  2967. +++ 19:49:45 - Suspending the stress test process for 1000 milliseconds
  2968. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2969. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2970. +++ Suspended: 6
  2971. +++ 19:49:46 - Resuming the stress test process
  2972. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2973. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2974. +++ Resumed: 6
  2975. +++ 19:49:47 - Getting new log file entries
  2976. +++ No file size change for the log file
  2977. +++ 19:49:47 - Automatic runtime per core selected
  2978. +++ No new log file entries found
  2979. +++ 19:49:47 - Checking for stress test errors
  2980. +++ Checking the new y-cruncher log entries...
  2981. +++ 19:49:47 - Looking for new WHEA errors
  2982. +++ Core Start Date: 4/16/2025 7:46:14 PM
  2983. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  2984. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  2985. + No new WHEA error
  2986. + 19:49:47 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  2987. +++
  2988. +++ 19:49:47 - Tick 20 of max 8640
  2989. +++ Remaining max runtime: 86187s
  2990. +++ 19:49:56 - Suspending the stress test process for 1000 milliseconds
  2991. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  2992. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2993. +++ Suspended: 6
  2994. +++ 19:49:57 - Resuming the stress test process
  2995. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  2996. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  2997. +++ Resumed: 6
  2998. +++ 19:49:58 - Getting new log file entries
  2999. +++ Getting new log entries starting at position 6420 / Line 174
  3000. +++ The new log file entries:
  3001. +++ - [Line 175]
  3002. +++ - [Line 176]
  3003. +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  3004. +++ - [Line 178]
  3005. +++ - [Line 179] Iteration: 2 Total Elapsed Time: 440.321 seconds ( 7.339 minutes )
  3006. +++ - [Line 180]
  3007. +++ - [Line 181]
  3008. +++ - [Line 182] Running BKT:
  3009. +++ New file position: 6724 / Line 182
  3010. +++ 19:49:58 - Automatic runtime per core selected
  3011. +++ The last passed test lines:
  3012. +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  3013. +++ All found passed test lines:
  3014. +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  3015. +++
  3016. +++ Checking line 177
  3017. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  3018. +++ Line number of this entry: 177
  3019. +++ Line number of the previous entry: 171
  3020. +++ + Adding this line to the allTestLogEntries array
  3021. +++ Trying to get the passed test
  3022. +++ Looking for ->
  3023. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  3024. +++
  3025. +++ Checked Line 177
  3026. +++ - The previous passed test - old: N63
  3027. +++ - The current passed test - new: VT3
  3028. +++ - All passed tests:
  3029. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  3030. +++ - All unique passed tests:
  3031. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  3032. + 19:49:58 - The last passed test: VT3
  3033. + The number of tests to run: 10
  3034. + The number of tests already run: 10
  3035. +
  3036. + The number of unique test names matches the number of the selected test names!
  3037. Test completed in 00h 03m 43s
  3038. All tests have been run for this core, proceeding to the next one
  3039. +++ Adding Event Log entry: core_finished
  3040. +++ Adding the Windows Event Log entry:
  3041. +++ [EVENTLOG] Finished testing Core 8 (CPU 16)
  3042. +++ [EVENTLOG]
  3043. +++ [EVENTLOG] Test completed in 00h 03m 43s
  3044. +++ Trying to switch to a new core (3 of 16) [index 2 of 15]
  3045. + Still available cores:
  3046. + 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  3047. + The selected core to test: 1
  3048. 19:49:58 - Set to Core 1 (CPU 2)
  3049. +++ Creating the .automode file
  3050. +++ Trying to flush the write cache to disk for drive: C
  3051. +++ Adding Event Log entry: core_started
  3052. +++ Adding the Windows Event Log entry:
  3053. +++ [EVENTLOG] Started testing Core 1 (CPU 2)
  3054. +++ The number of Processor Groups: 1
  3055. +++ The number of CPUs in the last group: 0
  3056. +++ The group ID of the CPU to set to: 0
  3057. +++ The number of processors in this group: 32
  3058. +++ The IDs of the CPUs in its own group: 2
  3059. +++ Calculated the group specific affinity as 4 [CPU 2, Group 0]
  3060. +++ All calculated group specific affinities: 4
  3061. +++ Found number of stress test threads: 1
  3062. +++ The original affinities array: 4
  3063. +++ The final affinities array: 4
  3064. +++ Processing stress test thread number 0
  3065. + Trying to set the affinity for thread ID: 14504
  3066. + - Processor Group: 0 | Affinity: 4
  3067. +++ Getting the thread handle for thread ID: 14504
  3068. +++ The returned thread handle: 2704
  3069. +++ Successfully set the group affinity for thread ID 14504 to 4 within group 0
  3070. + Setting the voltage for the currently tested core
  3071. + Trying to set the Curve Optimizer values
  3072. +++ The flag to only set the voltage for the currently tested core is enabled
  3073. +++ Currently tested core: 1
  3074. +++ The original values:
  3075. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  3076. +++ The modified values:
  3077. +++ 0 -50 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  3078. + The values to set:
  3079. + 0,-50,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  3080. +++ Curve Optimizer values successfuly set:
  3081. +++ Set logical core 0, physical core 0 offset to 0!
  3082. +++ Set logical core 1, physical core 1 offset to -50!
  3083. +++ Set logical core 2, physical core 2 offset to 0!
  3084. +++ Set logical core 3, physical core 3 offset to 0!
  3085. +++ Set logical core 4, physical core 4 offset to 0!
  3086. +++ Set logical core 5, physical core 5 offset to 0!
  3087. +++ Set logical core 6, physical core 6 offset to 0!
  3088. +++ Set logical core 7, physical core 7 offset to 0!
  3089. +++ Set logical core 8, physical core 8 offset to 0!
  3090. +++ Set logical core 9, physical core 9 offset to 0!
  3091. +++ Set logical core 10, physical core 10 offset to 0!
  3092. +++ Set logical core 11, physical core 11 offset to 0!
  3093. +++ Set logical core 12, physical core 12 offset to 0!
  3094. +++ Set logical core 13, physical core 13 offset to 0!
  3095. +++ Set logical core 14, physical core 14 offset to 0!
  3096. +++ Set logical core 15, physical core 15 offset to 0!
  3097. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  3098. Progress 3/16 | Iteration 1/10 | Runtime 00h 07m 35s
  3099. +++ The number of cores with an error so far: 0
  3100. +++ The number of cores with a WHEA error so far: 0
  3101. +++
  3102. +++ 19:49:58 - Tick 1 of max 8640
  3103. +++ Remaining max runtime: 86400s
  3104. +++ 19:50:07 - Suspending the stress test process for 1000 milliseconds
  3105. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3106. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3107. +++ Suspended: 6
  3108. +++ 19:50:08 - Resuming the stress test process
  3109. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3110. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3111. +++ Resumed: 6
  3112. +++ 19:50:09 - Getting new log file entries
  3113. +++ No file size change for the log file
  3114. +++ 19:50:09 - Automatic runtime per core selected
  3115. +++ No new log file entries found
  3116. +++ 19:50:09 - Checking for stress test errors
  3117. +++ Checking the new y-cruncher log entries...
  3118. +++ 19:50:09 - Looking for new WHEA errors
  3119. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3120. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3121. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3122. + No new WHEA error
  3123. + 19:50:09 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3124. +++
  3125. +++ 19:50:10 - Tick 2 of max 8640
  3126. +++ Remaining max runtime: 86388s
  3127. +++ 19:50:19 - Suspending the stress test process for 1000 milliseconds
  3128. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3129. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3130. +++ Suspended: 6
  3131. +++ 19:50:20 - Resuming the stress test process
  3132. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3133. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3134. +++ Resumed: 6
  3135. +++ 19:50:21 - Getting new log file entries
  3136. +++ Getting new log entries starting at position 6724 / Line 182
  3137. +++ The new log file entries:
  3138. +++ - [Line 183]
  3139. +++ - [Line 184]
  3140. +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
  3141. +++ - [Line 186]
  3142. +++ - [Line 187]
  3143. +++ - [Line 188] Running BBP:
  3144. +++ New file position: 6958 / Line 188
  3145. +++ 19:50:21 - Automatic runtime per core selected
  3146. +++ The last passed test lines:
  3147. +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
  3148. +++ All found passed test lines:
  3149. +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
  3150. +++
  3151. +++ Checking line 185
  3152. +++ Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
  3153. +++ Line number of this entry: 185
  3154. +++ Line number of the previous entry: 177
  3155. +++ + Adding this line to the allTestLogEntries array
  3156. +++ Trying to get the passed test
  3157. +++ Looking for ->
  3158. +++ Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
  3159. +++
  3160. +++ Checked Line 185
  3161. +++ - The previous passed test - old: VT3
  3162. +++ - The current passed test - new: BKT
  3163. +++ - All passed tests:
  3164. +++ - BKT
  3165. +++ - All unique passed tests:
  3166. +++ - BKT
  3167. + 19:50:21 - The last passed test: BKT
  3168. + The number of tests to run: 10
  3169. + The number of tests already run: 1
  3170. +++
  3171. +++ 19:50:21 - Checking for stress test errors
  3172. +++ Checking the new y-cruncher log entries...
  3173. +++ 19:50:21 - Looking for new WHEA errors
  3174. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3175. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3176. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3177. + No new WHEA error
  3178. + 19:50:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3179. +++
  3180. +++ 19:50:21 - Tick 3 of max 8640
  3181. +++ Remaining max runtime: 86377s
  3182. +++ 19:50:30 - Suspending the stress test process for 1000 milliseconds
  3183. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3184. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3185. +++ Suspended: 6
  3186. +++ 19:50:31 - Resuming the stress test process
  3187. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3188. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3189. +++ Resumed: 6
  3190. +++ 19:50:32 - Getting new log file entries
  3191. +++ No file size change for the log file
  3192. +++ 19:50:32 - Automatic runtime per core selected
  3193. +++ No new log file entries found
  3194. +++ 19:50:32 - Checking for stress test errors
  3195. +++ Checking the new y-cruncher log entries...
  3196. +++ 19:50:32 - Looking for new WHEA errors
  3197. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3198. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3199. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3200. + No new WHEA error
  3201. + 19:50:32 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  3202. +++
  3203. +++ 19:50:32 - Tick 4 of max 8640
  3204. +++ Remaining max runtime: 86366s
  3205. +++ 19:50:41 - Suspending the stress test process for 1000 milliseconds
  3206. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3207. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3208. +++ Suspended: 6
  3209. +++ 19:50:42 - Resuming the stress test process
  3210. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3211. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3212. +++ Resumed: 6
  3213. +++ 19:50:43 - Getting new log file entries
  3214. +++ Getting new log entries starting at position 6958 / Line 188
  3215. +++ The new log file entries:
  3216. +++ - [Line 189]
  3217. +++ - [Line 190]
  3218. +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
  3219. +++ - [Line 192]
  3220. +++ - [Line 193]
  3221. +++ - [Line 194] Running SFT:
  3222. +++ New file position: 7193 / Line 194
  3223. +++ 19:50:43 - Automatic runtime per core selected
  3224. +++ The last passed test lines:
  3225. +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
  3226. +++ All found passed test lines:
  3227. +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
  3228. +++
  3229. +++ Checking line 191
  3230. +++ Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
  3231. +++ Line number of this entry: 191
  3232. +++ Line number of the previous entry: 185
  3233. +++ + Adding this line to the allTestLogEntries array
  3234. +++ Trying to get the passed test
  3235. +++ Looking for ->
  3236. +++ Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
  3237. +++
  3238. +++ Checked Line 191
  3239. +++ - The previous passed test - old: BKT
  3240. +++ - The current passed test - new: BBP
  3241. +++ - All passed tests:
  3242. +++ - BKT, BBP
  3243. +++ - All unique passed tests:
  3244. +++ - BKT, BBP
  3245. + 19:50:43 - The last passed test: BBP
  3246. + The number of tests to run: 10
  3247. + The number of tests already run: 2
  3248. +++
  3249. +++ 19:50:43 - Checking for stress test errors
  3250. +++ Checking the new y-cruncher log entries...
  3251. +++ 19:50:43 - Looking for new WHEA errors
  3252. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3253. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3254. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3255. + No new WHEA error
  3256. + 19:50:43 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  3257. +++
  3258. +++ 19:50:43 - Tick 5 of max 8640
  3259. +++ Remaining max runtime: 86355s
  3260. +++ 19:50:52 - Suspending the stress test process for 1000 milliseconds
  3261. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3262. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3263. +++ Suspended: 6
  3264. +++ 19:50:53 - Resuming the stress test process
  3265. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3266. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3267. +++ Resumed: 6
  3268. +++ 19:50:54 - Getting new log file entries
  3269. +++ No file size change for the log file
  3270. +++ 19:50:54 - Automatic runtime per core selected
  3271. +++ No new log file entries found
  3272. +++ 19:50:54 - Checking for stress test errors
  3273. +++ Checking the new y-cruncher log entries...
  3274. +++ 19:50:54 - Looking for new WHEA errors
  3275. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3276. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3277. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3278. + No new WHEA error
  3279. + 19:50:54 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  3280. +++
  3281. +++ 19:50:54 - Tick 6 of max 8640
  3282. +++ Remaining max runtime: 86344s
  3283. +++ 19:51:03 - Suspending the stress test process for 1000 milliseconds
  3284. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3285. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3286. +++ Suspended: 6
  3287. +++ 19:51:04 - Resuming the stress test process
  3288. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3289. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3290. +++ Resumed: 6
  3291. +++ 19:51:05 - Getting new log file entries
  3292. +++ Getting new log entries starting at position 7193 / Line 194
  3293. +++ The new log file entries:
  3294. +++ - [Line 195]
  3295. +++ - [Line 196]
  3296. +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
  3297. +++ - [Line 198]
  3298. +++ - [Line 199]
  3299. +++ - [Line 200] Running SFTv4:
  3300. +++ New file position: 7429 / Line 200
  3301. +++ 19:51:05 - Automatic runtime per core selected
  3302. +++ The last passed test lines:
  3303. +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
  3304. +++ All found passed test lines:
  3305. +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
  3306. +++
  3307. +++ Checking line 197
  3308. +++ Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
  3309. +++ Line number of this entry: 197
  3310. +++ Line number of the previous entry: 191
  3311. +++ + Adding this line to the allTestLogEntries array
  3312. +++ Trying to get the passed test
  3313. +++ Looking for ->
  3314. +++ Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
  3315. +++
  3316. +++ Checked Line 197
  3317. +++ - The previous passed test - old: BBP
  3318. +++ - The current passed test - new: SFT
  3319. +++ - All passed tests:
  3320. +++ - BKT, BBP, SFT
  3321. +++ - All unique passed tests:
  3322. +++ - BKT, BBP, SFT
  3323. + 19:51:05 - The last passed test: SFT
  3324. + The number of tests to run: 10
  3325. + The number of tests already run: 3
  3326. +++
  3327. +++ 19:51:05 - Checking for stress test errors
  3328. +++ Checking the new y-cruncher log entries...
  3329. +++ 19:51:05 - Looking for new WHEA errors
  3330. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3331. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3332. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3333. + No new WHEA error
  3334. + 19:51:05 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  3335. +++
  3336. +++ 19:51:06 - Tick 7 of max 8640
  3337. +++ Remaining max runtime: 86332s
  3338. +++ 19:51:15 - Suspending the stress test process for 1000 milliseconds
  3339. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3340. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3341. +++ Suspended: 6
  3342. +++ 19:51:16 - Resuming the stress test process
  3343. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3344. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3345. +++ Resumed: 6
  3346. +++ 19:51:17 - Getting new log file entries
  3347. +++ Getting new log entries starting at position 7429 / Line 200
  3348. +++ The new log file entries:
  3349. +++ - [Line 201]
  3350. +++ - [Line 202]
  3351. +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
  3352. +++ - [Line 204]
  3353. +++ - [Line 205]
  3354. +++ - [Line 206] Running SNT:
  3355. +++ New file position: 7665 / Line 206
  3356. +++ 19:51:17 - Automatic runtime per core selected
  3357. +++ The last passed test lines:
  3358. +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
  3359. +++ All found passed test lines:
  3360. +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
  3361. +++
  3362. +++ Checking line 203
  3363. +++ Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
  3364. +++ Line number of this entry: 203
  3365. +++ Line number of the previous entry: 197
  3366. +++ + Adding this line to the allTestLogEntries array
  3367. +++ Trying to get the passed test
  3368. +++ Looking for ->
  3369. +++ Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
  3370. +++
  3371. +++ Checked Line 203
  3372. +++ - The previous passed test - old: SFT
  3373. +++ - The current passed test - new: SFTv4
  3374. +++ - All passed tests:
  3375. +++ - BKT, BBP, SFT, SFTv4
  3376. +++ - All unique passed tests:
  3377. +++ - BKT, BBP, SFT, SFTv4
  3378. + 19:51:17 - The last passed test: SFTv4
  3379. + The number of tests to run: 10
  3380. + The number of tests already run: 4
  3381. +++
  3382. +++ 19:51:17 - Checking for stress test errors
  3383. +++ Checking the new y-cruncher log entries...
  3384. +++ 19:51:17 - Looking for new WHEA errors
  3385. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3386. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3387. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3388. + No new WHEA error
  3389. + 19:51:17 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3390. +++
  3391. +++ 19:51:17 - Tick 8 of max 8640
  3392. +++ Remaining max runtime: 86321s
  3393. +++ 19:51:26 - Suspending the stress test process for 1000 milliseconds
  3394. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3395. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3396. +++ Suspended: 6
  3397. +++ 19:51:27 - Resuming the stress test process
  3398. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3399. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3400. +++ Resumed: 6
  3401. +++ 19:51:28 - Getting new log file entries
  3402. +++ No file size change for the log file
  3403. +++ 19:51:28 - Automatic runtime per core selected
  3404. +++ No new log file entries found
  3405. +++ 19:51:28 - Checking for stress test errors
  3406. +++ Checking the new y-cruncher log entries...
  3407. +++ 19:51:28 - Looking for new WHEA errors
  3408. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3409. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3410. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3411. + No new WHEA error
  3412. + 19:51:28 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3413. +++
  3414. +++ 19:51:28 - Tick 9 of max 8640
  3415. +++ Remaining max runtime: 86310s
  3416. +++ 19:51:37 - Suspending the stress test process for 1000 milliseconds
  3417. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3418. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3419. +++ Suspended: 6
  3420. +++ 19:51:38 - Resuming the stress test process
  3421. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3422. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3423. +++ Resumed: 6
  3424. +++ 19:51:39 - Getting new log file entries
  3425. +++ Getting new log entries starting at position 7665 / Line 206
  3426. +++ The new log file entries:
  3427. +++ - [Line 207]
  3428. +++ - [Line 208]
  3429. +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
  3430. +++ - [Line 210]
  3431. +++ - [Line 211]
  3432. +++ - [Line 212] Running SVT:
  3433. +++ New file position: 7899 / Line 212
  3434. +++ 19:51:39 - Automatic runtime per core selected
  3435. +++ The last passed test lines:
  3436. +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
  3437. +++ All found passed test lines:
  3438. +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
  3439. +++
  3440. +++ Checking line 209
  3441. +++ Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
  3442. +++ Line number of this entry: 209
  3443. +++ Line number of the previous entry: 203
  3444. +++ + Adding this line to the allTestLogEntries array
  3445. +++ Trying to get the passed test
  3446. +++ Looking for ->
  3447. +++ Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
  3448. +++
  3449. +++ Checked Line 209
  3450. +++ - The previous passed test - old: SFTv4
  3451. +++ - The current passed test - new: SNT
  3452. +++ - All passed tests:
  3453. +++ - BKT, BBP, SFT, SFTv4, SNT
  3454. +++ - All unique passed tests:
  3455. +++ - BKT, BBP, SFT, SFTv4, SNT
  3456. + 19:51:39 - The last passed test: SNT
  3457. + The number of tests to run: 10
  3458. + The number of tests already run: 5
  3459. +++
  3460. +++ 19:51:39 - Checking for stress test errors
  3461. +++ Checking the new y-cruncher log entries...
  3462. +++ 19:51:39 - Looking for new WHEA errors
  3463. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3464. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3465. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3466. + No new WHEA error
  3467. + 19:51:39 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3468. +++
  3469. +++ 19:51:39 - Tick 10 of max 8640
  3470. +++ Remaining max runtime: 86299s
  3471. +++ 19:51:48 - Suspending the stress test process for 1000 milliseconds
  3472. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3473. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3474. +++ Suspended: 6
  3475. +++ 19:51:49 - Resuming the stress test process
  3476. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3477. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3478. +++ Resumed: 6
  3479. +++ 19:51:50 - Getting new log file entries
  3480. +++ No file size change for the log file
  3481. +++ 19:51:50 - Automatic runtime per core selected
  3482. +++ No new log file entries found
  3483. +++ 19:51:50 - Checking for stress test errors
  3484. +++ Checking the new y-cruncher log entries...
  3485. +++ 19:51:50 - Looking for new WHEA errors
  3486. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3487. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3488. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3489. + No new WHEA error
  3490. + 19:51:50 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3491. +++
  3492. +++ 19:51:50 - Tick 11 of max 8640
  3493. +++ Remaining max runtime: 86288s
  3494. +++ 19:51:59 - Suspending the stress test process for 1000 milliseconds
  3495. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3496. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3497. +++ Suspended: 6
  3498. +++ 19:52:00 - Resuming the stress test process
  3499. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3500. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3501. +++ Resumed: 6
  3502. +++ 19:52:01 - Getting new log file entries
  3503. +++ Getting new log entries starting at position 7899 / Line 212
  3504. +++ The new log file entries:
  3505. +++ - [Line 213]
  3506. +++ - [Line 214]
  3507. +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
  3508. +++ - [Line 216]
  3509. +++ - [Line 217]
  3510. +++ - [Line 218] Running FFT:
  3511. +++ New file position: 8132 / Line 218
  3512. +++ 19:52:01 - Automatic runtime per core selected
  3513. +++ The last passed test lines:
  3514. +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
  3515. +++ All found passed test lines:
  3516. +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
  3517. +++
  3518. +++ Checking line 215
  3519. +++ Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
  3520. +++ Line number of this entry: 215
  3521. +++ Line number of the previous entry: 209
  3522. +++ + Adding this line to the allTestLogEntries array
  3523. +++ Trying to get the passed test
  3524. +++ Looking for ->
  3525. +++ Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
  3526. +++
  3527. +++ Checked Line 215
  3528. +++ - The previous passed test - old: SNT
  3529. +++ - The current passed test - new: SVT
  3530. +++ - All passed tests:
  3531. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  3532. +++ - All unique passed tests:
  3533. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  3534. + 19:52:01 - The last passed test: SVT
  3535. + The number of tests to run: 10
  3536. + The number of tests already run: 6
  3537. +++
  3538. +++ 19:52:01 - Checking for stress test errors
  3539. +++ Checking the new y-cruncher log entries...
  3540. +++ 19:52:01 - Looking for new WHEA errors
  3541. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3542. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3543. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3544. + No new WHEA error
  3545. + 19:52:01 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3546. +++
  3547. +++ 19:52:02 - Tick 12 of max 8640
  3548. +++ Remaining max runtime: 86276s
  3549. +++ 19:52:11 - Suspending the stress test process for 1000 milliseconds
  3550. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3551. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3552. +++ Suspended: 6
  3553. +++ 19:52:12 - Resuming the stress test process
  3554. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3555. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3556. +++ Resumed: 6
  3557. +++ 19:52:13 - Getting new log file entries
  3558. +++ No file size change for the log file
  3559. +++ 19:52:13 - Automatic runtime per core selected
  3560. +++ No new log file entries found
  3561. +++ 19:52:13 - Checking for stress test errors
  3562. +++ Checking the new y-cruncher log entries...
  3563. +++ 19:52:13 - Looking for new WHEA errors
  3564. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3565. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3566. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3567. + No new WHEA error
  3568. + 19:52:13 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3569. +++
  3570. +++ 19:52:13 - Tick 13 of max 8640
  3571. +++ Remaining max runtime: 86265s
  3572. +++ 19:52:22 - Suspending the stress test process for 1000 milliseconds
  3573. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3574. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3575. +++ Suspended: 6
  3576. +++ 19:52:23 - Resuming the stress test process
  3577. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3578. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3579. +++ Resumed: 6
  3580. +++ 19:52:24 - Getting new log file entries
  3581. +++ Getting new log entries starting at position 8132 / Line 218
  3582. +++ The new log file entries:
  3583. +++ - [Line 219]
  3584. +++ - [Line 220]
  3585. +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
  3586. +++ - [Line 222]
  3587. +++ - [Line 223]
  3588. +++ - [Line 224] Running FFTv4:
  3589. +++ New file position: 8367 / Line 224
  3590. +++ 19:52:24 - Automatic runtime per core selected
  3591. +++ The last passed test lines:
  3592. +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
  3593. +++ All found passed test lines:
  3594. +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
  3595. +++
  3596. +++ Checking line 221
  3597. +++ Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
  3598. +++ Line number of this entry: 221
  3599. +++ Line number of the previous entry: 215
  3600. +++ + Adding this line to the allTestLogEntries array
  3601. +++ Trying to get the passed test
  3602. +++ Looking for ->
  3603. +++ Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
  3604. +++
  3605. +++ Checked Line 221
  3606. +++ - The previous passed test - old: SVT
  3607. +++ - The current passed test - new: FFT
  3608. +++ - All passed tests:
  3609. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  3610. +++ - All unique passed tests:
  3611. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  3612. + 19:52:24 - The last passed test: FFT
  3613. + The number of tests to run: 10
  3614. + The number of tests already run: 7
  3615. +++
  3616. +++ 19:52:24 - Checking for stress test errors
  3617. +++ Checking the new y-cruncher log entries...
  3618. +++ 19:52:24 - Looking for new WHEA errors
  3619. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3620. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3621. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3622. + No new WHEA error
  3623. + 19:52:24 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3624. +++
  3625. +++ 19:52:24 - Tick 14 of max 8640
  3626. +++ Remaining max runtime: 86254s
  3627. +++ 19:52:33 - Suspending the stress test process for 1000 milliseconds
  3628. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3629. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3630. +++ Suspended: 6
  3631. +++ 19:52:34 - Resuming the stress test process
  3632. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3633. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3634. +++ Resumed: 6
  3635. +++ 19:52:35 - Getting new log file entries
  3636. +++ No file size change for the log file
  3637. +++ 19:52:35 - Automatic runtime per core selected
  3638. +++ No new log file entries found
  3639. +++ 19:52:35 - Checking for stress test errors
  3640. +++ Checking the new y-cruncher log entries...
  3641. +++ 19:52:35 - Looking for new WHEA errors
  3642. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3643. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3644. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3645. + No new WHEA error
  3646. + 19:52:35 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3647. +++
  3648. +++ 19:52:35 - Tick 15 of max 8640
  3649. +++ Remaining max runtime: 86243s
  3650. +++ 19:52:44 - Suspending the stress test process for 1000 milliseconds
  3651. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3652. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3653. +++ Suspended: 6
  3654. +++ 19:52:45 - Resuming the stress test process
  3655. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3656. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3657. +++ Resumed: 6
  3658. +++ 19:52:46 - Getting new log file entries
  3659. +++ Getting new log entries starting at position 8367 / Line 224
  3660. +++ The new log file entries:
  3661. +++ - [Line 225]
  3662. +++ - [Line 226]
  3663. +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  3664. +++ - [Line 228]
  3665. +++ - [Line 229]
  3666. +++ - [Line 230] Running N63:
  3667. +++ New file position: 8603 / Line 230
  3668. +++ 19:52:46 - Automatic runtime per core selected
  3669. +++ The last passed test lines:
  3670. +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  3671. +++ All found passed test lines:
  3672. +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  3673. +++
  3674. +++ Checking line 227
  3675. +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  3676. +++ Line number of this entry: 227
  3677. +++ Line number of the previous entry: 221
  3678. +++ + Adding this line to the allTestLogEntries array
  3679. +++ Trying to get the passed test
  3680. +++ Looking for ->
  3681. +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  3682. +++
  3683. +++ Checked Line 227
  3684. +++ - The previous passed test - old: FFT
  3685. +++ - The current passed test - new: FFTv4
  3686. +++ - All passed tests:
  3687. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  3688. +++ - All unique passed tests:
  3689. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  3690. + 19:52:46 - The last passed test: FFTv4
  3691. + The number of tests to run: 10
  3692. + The number of tests already run: 8
  3693. +++
  3694. +++ 19:52:46 - Checking for stress test errors
  3695. +++ Checking the new y-cruncher log entries...
  3696. +++ 19:52:46 - Looking for new WHEA errors
  3697. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3698. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3699. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3700. + No new WHEA error
  3701. + 19:52:46 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3702. +++
  3703. +++ 19:52:46 - Tick 16 of max 8640
  3704. +++ Remaining max runtime: 86232s
  3705. +++ 19:52:55 - Suspending the stress test process for 1000 milliseconds
  3706. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3707. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3708. +++ Suspended: 6
  3709. +++ 19:52:56 - Resuming the stress test process
  3710. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3711. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3712. +++ Resumed: 6
  3713. +++ 19:52:57 - Getting new log file entries
  3714. +++ No file size change for the log file
  3715. +++ 19:52:57 - Automatic runtime per core selected
  3716. +++ No new log file entries found
  3717. +++ 19:52:57 - Checking for stress test errors
  3718. +++ Checking the new y-cruncher log entries...
  3719. +++ 19:52:57 - Looking for new WHEA errors
  3720. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3721. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3722. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3723. + No new WHEA error
  3724. + 19:52:57 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3725. +++
  3726. +++ 19:52:58 - Tick 17 of max 8640
  3727. +++ Remaining max runtime: 86220s
  3728. +++ 19:53:07 - Suspending the stress test process for 1000 milliseconds
  3729. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3730. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3731. +++ Suspended: 6
  3732. +++ 19:53:08 - Resuming the stress test process
  3733. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3734. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3735. +++ Resumed: 6
  3736. +++ 19:53:09 - Getting new log file entries
  3737. +++ Getting new log entries starting at position 8603 / Line 230
  3738. +++ The new log file entries:
  3739. +++ - [Line 231]
  3740. +++ - [Line 232]
  3741. +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
  3742. +++ - [Line 234]
  3743. +++ - [Line 235]
  3744. +++ - [Line 236] Running VT3:
  3745. +++ New file position: 8837 / Line 236
  3746. +++ 19:53:09 - Automatic runtime per core selected
  3747. +++ The last passed test lines:
  3748. +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
  3749. +++ All found passed test lines:
  3750. +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
  3751. +++
  3752. +++ Checking line 233
  3753. +++ Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
  3754. +++ Line number of this entry: 233
  3755. +++ Line number of the previous entry: 227
  3756. +++ + Adding this line to the allTestLogEntries array
  3757. +++ Trying to get the passed test
  3758. +++ Looking for ->
  3759. +++ Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
  3760. +++
  3761. +++ Checked Line 233
  3762. +++ - The previous passed test - old: FFTv4
  3763. +++ - The current passed test - new: N63
  3764. +++ - All passed tests:
  3765. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  3766. +++ - All unique passed tests:
  3767. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  3768. + 19:53:09 - The last passed test: N63
  3769. + The number of tests to run: 10
  3770. + The number of tests already run: 9
  3771. +++
  3772. +++ 19:53:09 - Checking for stress test errors
  3773. +++ Checking the new y-cruncher log entries...
  3774. +++ 19:53:09 - Looking for new WHEA errors
  3775. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3776. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3777. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3778. + No new WHEA error
  3779. + 19:53:09 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  3780. +++
  3781. +++ 19:53:09 - Tick 18 of max 8640
  3782. +++ Remaining max runtime: 86209s
  3783. +++ 19:53:18 - Suspending the stress test process for 1000 milliseconds
  3784. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3785. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3786. +++ Suspended: 6
  3787. +++ 19:53:19 - Resuming the stress test process
  3788. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3789. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3790. +++ Resumed: 6
  3791. +++ 19:53:20 - Getting new log file entries
  3792. +++ No file size change for the log file
  3793. +++ 19:53:20 - Automatic runtime per core selected
  3794. +++ No new log file entries found
  3795. +++ 19:53:20 - Checking for stress test errors
  3796. +++ Checking the new y-cruncher log entries...
  3797. +++ 19:53:20 - Looking for new WHEA errors
  3798. +++ Core Start Date: 4/16/2025 7:49:58 PM
  3799. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3800. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3801. + No new WHEA error
  3802. + 19:53:20 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  3803. +++
  3804. +++ 19:53:20 - Tick 19 of max 8640
  3805. +++ Remaining max runtime: 86198s
  3806. +++ 19:53:29 - Suspending the stress test process for 1000 milliseconds
  3807. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3808. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3809. +++ Suspended: 6
  3810. +++ 19:53:30 - Resuming the stress test process
  3811. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3812. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3813. +++ Resumed: 6
  3814. +++ 19:53:31 - Getting new log file entries
  3815. +++ Getting new log entries starting at position 8837 / Line 236
  3816. +++ The new log file entries:
  3817. +++ - [Line 237]
  3818. +++ - [Line 238]
  3819. +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
  3820. +++ - [Line 240]
  3821. +++ - [Line 241] Iteration: 3 Total Elapsed Time: 660.265 seconds ( 11.004 minutes )
  3822. +++ - [Line 242]
  3823. +++ - [Line 243]
  3824. +++ - [Line 244] Running BKT:
  3825. +++ New file position: 9142 / Line 244
  3826. +++ 19:53:31 - Automatic runtime per core selected
  3827. +++ The last passed test lines:
  3828. +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
  3829. +++ All found passed test lines:
  3830. +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
  3831. +++
  3832. +++ Checking line 239
  3833. +++ Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
  3834. +++ Line number of this entry: 239
  3835. +++ Line number of the previous entry: 233
  3836. +++ + Adding this line to the allTestLogEntries array
  3837. +++ Trying to get the passed test
  3838. +++ Looking for ->
  3839. +++ Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
  3840. +++
  3841. +++ Checked Line 239
  3842. +++ - The previous passed test - old: N63
  3843. +++ - The current passed test - new: VT3
  3844. +++ - All passed tests:
  3845. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  3846. +++ - All unique passed tests:
  3847. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  3848. + 19:53:31 - The last passed test: VT3
  3849. + The number of tests to run: 10
  3850. + The number of tests already run: 10
  3851. +
  3852. + The number of unique test names matches the number of the selected test names!
  3853. Test completed in 00h 03m 33s
  3854. All tests have been run for this core, proceeding to the next one
  3855. +++ Adding Event Log entry: core_finished
  3856. +++ Adding the Windows Event Log entry:
  3857. +++ [EVENTLOG] Finished testing Core 1 (CPU 2)
  3858. +++ [EVENTLOG]
  3859. +++ [EVENTLOG] Test completed in 00h 03m 33s
  3860. +++ Trying to switch to a new core (4 of 16) [index 3 of 15]
  3861. + Still available cores:
  3862. + 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  3863. + The selected core to test: 9
  3864. 19:53:31 - Set to Core 9 (CPU 18)
  3865. +++ Creating the .automode file
  3866. +++ Trying to flush the write cache to disk for drive: C
  3867. +++ Adding Event Log entry: core_started
  3868. +++ Adding the Windows Event Log entry:
  3869. +++ [EVENTLOG] Started testing Core 9 (CPU 18)
  3870. +++ The number of Processor Groups: 1
  3871. +++ The number of CPUs in the last group: 0
  3872. +++ The group ID of the CPU to set to: 0
  3873. +++ The number of processors in this group: 32
  3874. +++ The IDs of the CPUs in its own group: 18
  3875. +++ Calculated the group specific affinity as 262144 [CPU 18, Group 0]
  3876. +++ All calculated group specific affinities: 262144
  3877. +++ Found number of stress test threads: 1
  3878. +++ The original affinities array: 262144
  3879. +++ The final affinities array: 262144
  3880. +++ Processing stress test thread number 0
  3881. + Trying to set the affinity for thread ID: 14504
  3882. + - Processor Group: 0 | Affinity: 262144
  3883. +++ Getting the thread handle for thread ID: 14504
  3884. +++ The returned thread handle: 2496
  3885. +++ Successfully set the group affinity for thread ID 14504 to 262144 within group 0
  3886. + Setting the voltage for the currently tested core
  3887. + Trying to set the Curve Optimizer values
  3888. +++ The flag to only set the voltage for the currently tested core is enabled
  3889. +++ Currently tested core: 9
  3890. +++ The original values:
  3891. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  3892. +++ The modified values:
  3893. +++ 0 0 0 0 0 0 0 0 0 -50 0 0 0 0 0 0
  3894. + The values to set:
  3895. + 0,0,0,0,0,0,0,0,0,-50,0,0,0,0,0,0
  3896. +++ Curve Optimizer values successfuly set:
  3897. +++ Set logical core 0, physical core 0 offset to 0!
  3898. +++ Set logical core 1, physical core 1 offset to 0!
  3899. +++ Set logical core 2, physical core 2 offset to 0!
  3900. +++ Set logical core 3, physical core 3 offset to 0!
  3901. +++ Set logical core 4, physical core 4 offset to 0!
  3902. +++ Set logical core 5, physical core 5 offset to 0!
  3903. +++ Set logical core 6, physical core 6 offset to 0!
  3904. +++ Set logical core 7, physical core 7 offset to 0!
  3905. +++ Set logical core 8, physical core 8 offset to 0!
  3906. +++ Set logical core 9, physical core 9 offset to -50!
  3907. +++ Set logical core 10, physical core 10 offset to 0!
  3908. +++ Set logical core 11, physical core 11 offset to 0!
  3909. +++ Set logical core 12, physical core 12 offset to 0!
  3910. +++ Set logical core 13, physical core 13 offset to 0!
  3911. +++ Set logical core 14, physical core 14 offset to 0!
  3912. +++ Set logical core 15, physical core 15 offset to 0!
  3913. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  3914. Progress 4/16 | Iteration 1/10 | Runtime 00h 11m 08s
  3915. +++ The number of cores with an error so far: 0
  3916. +++ The number of cores with a WHEA error so far: 0
  3917. +++
  3918. +++ 19:53:31 - Tick 1 of max 8640
  3919. +++ Remaining max runtime: 86400s
  3920. +++ 19:53:40 - Suspending the stress test process for 1000 milliseconds
  3921. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3922. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3923. +++ Suspended: 6
  3924. +++ 19:53:42 - Resuming the stress test process
  3925. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3926. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3927. +++ Resumed: 6
  3928. +++ 19:53:43 - Getting new log file entries
  3929. +++ No file size change for the log file
  3930. +++ 19:53:43 - Automatic runtime per core selected
  3931. +++ No new log file entries found
  3932. +++ 19:53:43 - Checking for stress test errors
  3933. +++ Checking the new y-cruncher log entries...
  3934. +++ 19:53:43 - Looking for new WHEA errors
  3935. +++ Core Start Date: 4/16/2025 7:53:31 PM
  3936. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3937. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3938. + No new WHEA error
  3939. + 19:53:43 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3940. +++
  3941. +++ 19:53:43 - Tick 2 of max 8640
  3942. +++ Remaining max runtime: 86388s
  3943. +++ 19:53:52 - Suspending the stress test process for 1000 milliseconds
  3944. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  3945. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3946. +++ Suspended: 6
  3947. +++ 19:53:53 - Resuming the stress test process
  3948. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  3949. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  3950. +++ Resumed: 6
  3951. +++ 19:53:54 - Getting new log file entries
  3952. +++ Getting new log entries starting at position 9142 / Line 244
  3953. +++ The new log file entries:
  3954. +++ - [Line 245]
  3955. +++ - [Line 246]
  3956. +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  3957. +++ - [Line 248]
  3958. +++ - [Line 249]
  3959. +++ - [Line 250] Running BBP:
  3960. +++ New file position: 9376 / Line 250
  3961. +++ 19:53:54 - Automatic runtime per core selected
  3962. +++ The last passed test lines:
  3963. +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  3964. +++ All found passed test lines:
  3965. +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  3966. +++
  3967. +++ Checking line 247
  3968. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  3969. +++ Line number of this entry: 247
  3970. +++ Line number of the previous entry: 239
  3971. +++ + Adding this line to the allTestLogEntries array
  3972. +++ Trying to get the passed test
  3973. +++ Looking for ->
  3974. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  3975. +++
  3976. +++ Checked Line 247
  3977. +++ - The previous passed test - old: VT3
  3978. +++ - The current passed test - new: BKT
  3979. +++ - All passed tests:
  3980. +++ - BKT
  3981. +++ - All unique passed tests:
  3982. +++ - BKT
  3983. + 19:53:54 - The last passed test: BKT
  3984. + The number of tests to run: 10
  3985. + The number of tests already run: 1
  3986. +++
  3987. +++ 19:53:54 - Checking for stress test errors
  3988. +++ Checking the new y-cruncher log entries...
  3989. +++ 19:53:54 - Looking for new WHEA errors
  3990. +++ Core Start Date: 4/16/2025 7:53:31 PM
  3991. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  3992. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  3993. + No new WHEA error
  3994. + 19:53:54 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  3995. +++
  3996. +++ 19:53:54 - Tick 3 of max 8640
  3997. +++ Remaining max runtime: 86377s
  3998. +++ 19:54:03 - Suspending the stress test process for 1000 milliseconds
  3999. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4000. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4001. +++ Suspended: 6
  4002. +++ 19:54:04 - Resuming the stress test process
  4003. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4004. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4005. +++ Resumed: 6
  4006. +++ 19:54:05 - Getting new log file entries
  4007. +++ No file size change for the log file
  4008. +++ 19:54:05 - Automatic runtime per core selected
  4009. +++ No new log file entries found
  4010. +++ 19:54:05 - Checking for stress test errors
  4011. +++ Checking the new y-cruncher log entries...
  4012. +++ 19:54:05 - Looking for new WHEA errors
  4013. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4014. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4015. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4016. + No new WHEA error
  4017. + 19:54:05 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4018. +++
  4019. +++ 19:54:05 - Tick 4 of max 8640
  4020. +++ Remaining max runtime: 86366s
  4021. +++ 19:54:14 - Suspending the stress test process for 1000 milliseconds
  4022. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4023. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4024. +++ Suspended: 6
  4025. +++ 19:54:15 - Resuming the stress test process
  4026. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4027. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4028. +++ Resumed: 6
  4029. +++ 19:54:16 - Getting new log file entries
  4030. +++ Getting new log entries starting at position 9376 / Line 250
  4031. +++ The new log file entries:
  4032. +++ - [Line 251]
  4033. +++ - [Line 252]
  4034. +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4035. +++ - [Line 254]
  4036. +++ - [Line 255]
  4037. +++ - [Line 256] Running SFT:
  4038. +++ New file position: 9611 / Line 256
  4039. +++ 19:54:16 - Automatic runtime per core selected
  4040. +++ The last passed test lines:
  4041. +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4042. +++ All found passed test lines:
  4043. +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4044. +++
  4045. +++ Checking line 253
  4046. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4047. +++ Line number of this entry: 253
  4048. +++ Line number of the previous entry: 247
  4049. +++ + Adding this line to the allTestLogEntries array
  4050. +++ Trying to get the passed test
  4051. +++ Looking for ->
  4052. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4053. +++
  4054. +++ Checked Line 253
  4055. +++ - The previous passed test - old: BKT
  4056. +++ - The current passed test - new: BBP
  4057. +++ - All passed tests:
  4058. +++ - BKT, BBP
  4059. +++ - All unique passed tests:
  4060. +++ - BKT, BBP
  4061. + 19:54:16 - The last passed test: BBP
  4062. + The number of tests to run: 10
  4063. + The number of tests already run: 2
  4064. +++
  4065. +++ 19:54:16 - Checking for stress test errors
  4066. +++ Checking the new y-cruncher log entries...
  4067. +++ 19:54:16 - Looking for new WHEA errors
  4068. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4069. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4070. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4071. + No new WHEA error
  4072. + 19:54:16 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4073. +++
  4074. +++ 19:54:16 - Tick 5 of max 8640
  4075. +++ Remaining max runtime: 86355s
  4076. +++ 19:54:25 - Suspending the stress test process for 1000 milliseconds
  4077. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4078. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4079. +++ Suspended: 6
  4080. +++ 19:54:26 - Resuming the stress test process
  4081. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4082. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4083. +++ Resumed: 6
  4084. +++ 19:54:27 - Getting new log file entries
  4085. +++ No file size change for the log file
  4086. +++ 19:54:27 - Automatic runtime per core selected
  4087. +++ No new log file entries found
  4088. +++ 19:54:27 - Checking for stress test errors
  4089. +++ Checking the new y-cruncher log entries...
  4090. +++ 19:54:27 - Looking for new WHEA errors
  4091. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4092. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4093. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4094. + No new WHEA error
  4095. + 19:54:27 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4096. +++
  4097. +++ 19:54:27 - Tick 6 of max 8640
  4098. +++ Remaining max runtime: 86344s
  4099. +++ 19:54:36 - Suspending the stress test process for 1000 milliseconds
  4100. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4101. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4102. +++ Suspended: 6
  4103. +++ 19:54:37 - Resuming the stress test process
  4104. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4105. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4106. +++ Resumed: 6
  4107. +++ 19:54:38 - Getting new log file entries
  4108. +++ Getting new log entries starting at position 9611 / Line 256
  4109. +++ The new log file entries:
  4110. +++ - [Line 257]
  4111. +++ - [Line 258]
  4112. +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
  4113. +++ - [Line 260]
  4114. +++ - [Line 261]
  4115. +++ - [Line 262] Running SFTv4:
  4116. +++ New file position: 9847 / Line 262
  4117. +++ 19:54:38 - Automatic runtime per core selected
  4118. +++ The last passed test lines:
  4119. +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
  4120. +++ All found passed test lines:
  4121. +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
  4122. +++
  4123. +++ Checking line 259
  4124. +++ Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
  4125. +++ Line number of this entry: 259
  4126. +++ Line number of the previous entry: 253
  4127. +++ + Adding this line to the allTestLogEntries array
  4128. +++ Trying to get the passed test
  4129. +++ Looking for ->
  4130. +++ Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
  4131. +++
  4132. +++ Checked Line 259
  4133. +++ - The previous passed test - old: BBP
  4134. +++ - The current passed test - new: SFT
  4135. +++ - All passed tests:
  4136. +++ - BKT, BBP, SFT
  4137. +++ - All unique passed tests:
  4138. +++ - BKT, BBP, SFT
  4139. + 19:54:38 - The last passed test: SFT
  4140. + The number of tests to run: 10
  4141. + The number of tests already run: 3
  4142. +++
  4143. +++ 19:54:38 - Checking for stress test errors
  4144. +++ Checking the new y-cruncher log entries...
  4145. +++ 19:54:38 - Looking for new WHEA errors
  4146. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4147. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4148. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4149. + No new WHEA error
  4150. + 19:54:38 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4151. +++
  4152. +++ 19:54:39 - Tick 7 of max 8640
  4153. +++ Remaining max runtime: 86332s
  4154. +++ 19:54:48 - Suspending the stress test process for 1000 milliseconds
  4155. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4156. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4157. +++ Suspended: 6
  4158. +++ 19:54:49 - Resuming the stress test process
  4159. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4160. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4161. +++ Resumed: 6
  4162. +++ 19:54:50 - Getting new log file entries
  4163. +++ No file size change for the log file
  4164. +++ 19:54:50 - Automatic runtime per core selected
  4165. +++ No new log file entries found
  4166. +++ 19:54:50 - Checking for stress test errors
  4167. +++ Checking the new y-cruncher log entries...
  4168. +++ 19:54:50 - Looking for new WHEA errors
  4169. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4170. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4171. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4172. + No new WHEA error
  4173. + 19:54:50 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4174. +++
  4175. +++ 19:54:50 - Tick 8 of max 8640
  4176. +++ Remaining max runtime: 86321s
  4177. +++ 19:54:59 - Suspending the stress test process for 1000 milliseconds
  4178. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4179. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4180. +++ Suspended: 6
  4181. +++ 19:55:00 - Resuming the stress test process
  4182. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4183. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4184. +++ Resumed: 6
  4185. +++ 19:55:01 - Getting new log file entries
  4186. +++ Getting new log entries starting at position 9847 / Line 262
  4187. +++ The new log file entries:
  4188. +++ - [Line 263]
  4189. +++ - [Line 264]
  4190. +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  4191. +++ - [Line 266]
  4192. +++ - [Line 267]
  4193. +++ - [Line 268] Running SNT:
  4194. +++ New file position: 10083 / Line 268
  4195. +++ 19:55:01 - Automatic runtime per core selected
  4196. +++ The last passed test lines:
  4197. +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  4198. +++ All found passed test lines:
  4199. +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  4200. +++
  4201. +++ Checking line 265
  4202. +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  4203. +++ Line number of this entry: 265
  4204. +++ Line number of the previous entry: 259
  4205. +++ + Adding this line to the allTestLogEntries array
  4206. +++ Trying to get the passed test
  4207. +++ Looking for ->
  4208. +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
  4209. +++
  4210. +++ Checked Line 265
  4211. +++ - The previous passed test - old: SFT
  4212. +++ - The current passed test - new: SFTv4
  4213. +++ - All passed tests:
  4214. +++ - BKT, BBP, SFT, SFTv4
  4215. +++ - All unique passed tests:
  4216. +++ - BKT, BBP, SFT, SFTv4
  4217. + 19:55:01 - The last passed test: SFTv4
  4218. + The number of tests to run: 10
  4219. + The number of tests already run: 4
  4220. +++
  4221. +++ 19:55:01 - Checking for stress test errors
  4222. +++ Checking the new y-cruncher log entries...
  4223. +++ 19:55:01 - Looking for new WHEA errors
  4224. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4225. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4226. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4227. + No new WHEA error
  4228. + 19:55:01 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4229. +++
  4230. +++ 19:55:01 - Tick 9 of max 8640
  4231. +++ Remaining max runtime: 86310s
  4232. +++ 19:55:10 - Suspending the stress test process for 1000 milliseconds
  4233. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4234. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4235. +++ Suspended: 6
  4236. +++ 19:55:11 - Resuming the stress test process
  4237. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4238. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4239. +++ Resumed: 6
  4240. +++ 19:55:12 - Getting new log file entries
  4241. +++ No file size change for the log file
  4242. +++ 19:55:12 - Automatic runtime per core selected
  4243. +++ No new log file entries found
  4244. +++ 19:55:12 - Checking for stress test errors
  4245. +++ Checking the new y-cruncher log entries...
  4246. +++ 19:55:12 - Looking for new WHEA errors
  4247. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4248. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4249. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4250. + No new WHEA error
  4251. + 19:55:12 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4252. +++
  4253. +++ 19:55:12 - Tick 10 of max 8640
  4254. +++ Remaining max runtime: 86299s
  4255. +++ 19:55:21 - Suspending the stress test process for 1000 milliseconds
  4256. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4257. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4258. +++ Suspended: 6
  4259. +++ 19:55:22 - Resuming the stress test process
  4260. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4261. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4262. +++ Resumed: 6
  4263. +++ 19:55:23 - Getting new log file entries
  4264. +++ Getting new log entries starting at position 10083 / Line 268
  4265. +++ The new log file entries:
  4266. +++ - [Line 269]
  4267. +++ - [Line 270]
  4268. +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  4269. +++ - [Line 272]
  4270. +++ - [Line 273]
  4271. +++ - [Line 274] Running SVT:
  4272. +++ New file position: 10317 / Line 274
  4273. +++ 19:55:23 - Automatic runtime per core selected
  4274. +++ The last passed test lines:
  4275. +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  4276. +++ All found passed test lines:
  4277. +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  4278. +++
  4279. +++ Checking line 271
  4280. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  4281. +++ Line number of this entry: 271
  4282. +++ Line number of the previous entry: 265
  4283. +++ + Adding this line to the allTestLogEntries array
  4284. +++ Trying to get the passed test
  4285. +++ Looking for ->
  4286. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  4287. +++
  4288. +++ Checked Line 271
  4289. +++ - The previous passed test - old: SFTv4
  4290. +++ - The current passed test - new: SNT
  4291. +++ - All passed tests:
  4292. +++ - BKT, BBP, SFT, SFTv4, SNT
  4293. +++ - All unique passed tests:
  4294. +++ - BKT, BBP, SFT, SFTv4, SNT
  4295. + 19:55:23 - The last passed test: SNT
  4296. + The number of tests to run: 10
  4297. + The number of tests already run: 5
  4298. +++
  4299. +++ 19:55:23 - Checking for stress test errors
  4300. +++ Checking the new y-cruncher log entries...
  4301. +++ 19:55:23 - Looking for new WHEA errors
  4302. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4303. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4304. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4305. + No new WHEA error
  4306. + 19:55:23 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  4307. +++
  4308. +++ 19:55:23 - Tick 11 of max 8640
  4309. +++ Remaining max runtime: 86288s
  4310. +++ 19:55:32 - Suspending the stress test process for 1000 milliseconds
  4311. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4312. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4313. +++ Suspended: 6
  4314. +++ 19:55:33 - Resuming the stress test process
  4315. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4316. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4317. +++ Resumed: 6
  4318. +++ 19:55:34 - Getting new log file entries
  4319. +++ No file size change for the log file
  4320. +++ 19:55:34 - Automatic runtime per core selected
  4321. +++ No new log file entries found
  4322. +++ 19:55:34 - Checking for stress test errors
  4323. +++ Checking the new y-cruncher log entries...
  4324. +++ 19:55:34 - Looking for new WHEA errors
  4325. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4326. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4327. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4328. + No new WHEA error
  4329. + 19:55:34 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4330. +++
  4331. +++ 19:55:35 - Tick 12 of max 8640
  4332. +++ Remaining max runtime: 86277s
  4333. +++ 19:55:44 - Suspending the stress test process for 1000 milliseconds
  4334. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4335. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4336. +++ Suspended: 6
  4337. +++ 19:55:45 - Resuming the stress test process
  4338. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4339. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4340. +++ Resumed: 6
  4341. +++ 19:55:46 - Getting new log file entries
  4342. +++ Getting new log entries starting at position 10317 / Line 274
  4343. +++ The new log file entries:
  4344. +++ - [Line 275]
  4345. +++ - [Line 276]
  4346. +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  4347. +++ - [Line 278]
  4348. +++ - [Line 279]
  4349. +++ - [Line 280] Running FFT:
  4350. +++ New file position: 10551 / Line 280
  4351. +++ 19:55:46 - Automatic runtime per core selected
  4352. +++ The last passed test lines:
  4353. +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  4354. +++ All found passed test lines:
  4355. +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  4356. +++
  4357. +++ Checking line 277
  4358. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  4359. +++ Line number of this entry: 277
  4360. +++ Line number of the previous entry: 271
  4361. +++ + Adding this line to the allTestLogEntries array
  4362. +++ Trying to get the passed test
  4363. +++ Looking for ->
  4364. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  4365. +++
  4366. +++ Checked Line 277
  4367. +++ - The previous passed test - old: SNT
  4368. +++ - The current passed test - new: SVT
  4369. +++ - All passed tests:
  4370. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  4371. +++ - All unique passed tests:
  4372. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  4373. + 19:55:46 - The last passed test: SVT
  4374. + The number of tests to run: 10
  4375. + The number of tests already run: 6
  4376. +++
  4377. +++ 19:55:46 - Checking for stress test errors
  4378. +++ Checking the new y-cruncher log entries...
  4379. +++ 19:55:46 - Looking for new WHEA errors
  4380. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4381. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4382. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4383. + No new WHEA error
  4384. + 19:55:46 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4385. +++
  4386. +++ 19:55:46 - Tick 13 of max 8640
  4387. +++ Remaining max runtime: 86265s
  4388. +++ 19:55:55 - Suspending the stress test process for 1000 milliseconds
  4389. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4390. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4391. +++ Suspended: 6
  4392. +++ 19:55:56 - Resuming the stress test process
  4393. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4394. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4395. +++ Resumed: 6
  4396. +++ 19:55:57 - Getting new log file entries
  4397. +++ No file size change for the log file
  4398. +++ 19:55:57 - Automatic runtime per core selected
  4399. +++ No new log file entries found
  4400. +++ 19:55:57 - Checking for stress test errors
  4401. +++ Checking the new y-cruncher log entries...
  4402. +++ 19:55:57 - Looking for new WHEA errors
  4403. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4404. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4405. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4406. + No new WHEA error
  4407. + 19:55:57 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4408. +++
  4409. +++ 19:55:57 - Tick 14 of max 8640
  4410. +++ Remaining max runtime: 86254s
  4411. +++ 19:56:06 - Suspending the stress test process for 1000 milliseconds
  4412. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4413. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4414. +++ Suspended: 6
  4415. +++ 19:56:07 - Resuming the stress test process
  4416. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4417. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4418. +++ Resumed: 6
  4419. +++ 19:56:08 - Getting new log file entries
  4420. +++ Getting new log entries starting at position 10551 / Line 280
  4421. +++ The new log file entries:
  4422. +++ - [Line 281]
  4423. +++ - [Line 282]
  4424. +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
  4425. +++ - [Line 284]
  4426. +++ - [Line 285]
  4427. +++ - [Line 286] Running FFTv4:
  4428. +++ New file position: 10787 / Line 286
  4429. +++ 19:56:08 - Automatic runtime per core selected
  4430. +++ The last passed test lines:
  4431. +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
  4432. +++ All found passed test lines:
  4433. +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
  4434. +++
  4435. +++ Checking line 283
  4436. +++ Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
  4437. +++ Line number of this entry: 283
  4438. +++ Line number of the previous entry: 277
  4439. +++ + Adding this line to the allTestLogEntries array
  4440. +++ Trying to get the passed test
  4441. +++ Looking for ->
  4442. +++ Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
  4443. +++
  4444. +++ Checked Line 283
  4445. +++ - The previous passed test - old: SVT
  4446. +++ - The current passed test - new: FFT
  4447. +++ - All passed tests:
  4448. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  4449. +++ - All unique passed tests:
  4450. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  4451. + 19:56:08 - The last passed test: FFT
  4452. + The number of tests to run: 10
  4453. + The number of tests already run: 7
  4454. +++
  4455. +++ 19:56:08 - Checking for stress test errors
  4456. +++ Checking the new y-cruncher log entries...
  4457. +++ 19:56:08 - Looking for new WHEA errors
  4458. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4459. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4460. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4461. + No new WHEA error
  4462. + 19:56:08 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4463. +++
  4464. +++ 19:56:08 - Tick 15 of max 8640
  4465. +++ Remaining max runtime: 86243s
  4466. +++ 19:56:17 - Suspending the stress test process for 1000 milliseconds
  4467. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4468. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4469. +++ Suspended: 6
  4470. +++ 19:56:18 - Resuming the stress test process
  4471. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4472. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4473. +++ Resumed: 6
  4474. +++ 19:56:19 - Getting new log file entries
  4475. +++ No file size change for the log file
  4476. +++ 19:56:19 - Automatic runtime per core selected
  4477. +++ No new log file entries found
  4478. +++ 19:56:19 - Checking for stress test errors
  4479. +++ Checking the new y-cruncher log entries...
  4480. +++ 19:56:19 - Looking for new WHEA errors
  4481. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4482. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4483. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4484. + No new WHEA error
  4485. + 19:56:19 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4486. +++
  4487. +++ 19:56:19 - Tick 16 of max 8640
  4488. +++ Remaining max runtime: 86232s
  4489. +++ 19:56:28 - Suspending the stress test process for 1000 milliseconds
  4490. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4491. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4492. +++ Suspended: 6
  4493. +++ 19:56:29 - Resuming the stress test process
  4494. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4495. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4496. +++ Resumed: 6
  4497. +++ 19:56:30 - Getting new log file entries
  4498. +++ Getting new log entries starting at position 10787 / Line 286
  4499. +++ The new log file entries:
  4500. +++ - [Line 287]
  4501. +++ - [Line 288]
  4502. +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  4503. +++ - [Line 290]
  4504. +++ - [Line 291]
  4505. +++ - [Line 292] Running N63:
  4506. +++ New file position: 11023 / Line 292
  4507. +++ 19:56:30 - Automatic runtime per core selected
  4508. +++ The last passed test lines:
  4509. +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  4510. +++ All found passed test lines:
  4511. +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  4512. +++
  4513. +++ Checking line 289
  4514. +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  4515. +++ Line number of this entry: 289
  4516. +++ Line number of the previous entry: 283
  4517. +++ + Adding this line to the allTestLogEntries array
  4518. +++ Trying to get the passed test
  4519. +++ Looking for ->
  4520. +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
  4521. +++
  4522. +++ Checked Line 289
  4523. +++ - The previous passed test - old: FFT
  4524. +++ - The current passed test - new: FFTv4
  4525. +++ - All passed tests:
  4526. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  4527. +++ - All unique passed tests:
  4528. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  4529. + 19:56:30 - The last passed test: FFTv4
  4530. + The number of tests to run: 10
  4531. + The number of tests already run: 8
  4532. +++
  4533. +++ 19:56:30 - Checking for stress test errors
  4534. +++ Checking the new y-cruncher log entries...
  4535. +++ 19:56:30 - Looking for new WHEA errors
  4536. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4537. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4538. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4539. + No new WHEA error
  4540. + 19:56:30 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  4541. +++
  4542. +++ 19:56:30 - Tick 17 of max 8640
  4543. +++ Remaining max runtime: 86221s
  4544. +++ 19:56:39 - Suspending the stress test process for 1000 milliseconds
  4545. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4546. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4547. +++ Suspended: 6
  4548. +++ 19:56:40 - Resuming the stress test process
  4549. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4550. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4551. +++ Resumed: 6
  4552. +++ 19:56:42 - Getting new log file entries
  4553. +++ No file size change for the log file
  4554. +++ 19:56:42 - Automatic runtime per core selected
  4555. +++ No new log file entries found
  4556. +++ 19:56:42 - Checking for stress test errors
  4557. +++ Checking the new y-cruncher log entries...
  4558. +++ 19:56:42 - Looking for new WHEA errors
  4559. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4560. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4561. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4562. + No new WHEA error
  4563. + 19:56:42 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4564. +++
  4565. +++ 19:56:42 - Tick 18 of max 8640
  4566. +++ Remaining max runtime: 86209s
  4567. +++ 19:56:51 - Suspending the stress test process for 1000 milliseconds
  4568. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4569. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4570. +++ Suspended: 6
  4571. +++ 19:56:52 - Resuming the stress test process
  4572. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4573. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4574. +++ Resumed: 6
  4575. +++ 19:56:53 - Getting new log file entries
  4576. +++ Getting new log entries starting at position 11023 / Line 292
  4577. +++ The new log file entries:
  4578. +++ - [Line 293]
  4579. +++ - [Line 294]
  4580. +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  4581. +++ - [Line 296]
  4582. +++ - [Line 297]
  4583. +++ - [Line 298] Running VT3:
  4584. +++ New file position: 11257 / Line 298
  4585. +++ 19:56:53 - Automatic runtime per core selected
  4586. +++ The last passed test lines:
  4587. +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  4588. +++ All found passed test lines:
  4589. +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  4590. +++
  4591. +++ Checking line 295
  4592. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  4593. +++ Line number of this entry: 295
  4594. +++ Line number of the previous entry: 289
  4595. +++ + Adding this line to the allTestLogEntries array
  4596. +++ Trying to get the passed test
  4597. +++ Looking for ->
  4598. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  4599. +++
  4600. +++ Checked Line 295
  4601. +++ - The previous passed test - old: FFTv4
  4602. +++ - The current passed test - new: N63
  4603. +++ - All passed tests:
  4604. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  4605. +++ - All unique passed tests:
  4606. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  4607. + 19:56:53 - The last passed test: N63
  4608. + The number of tests to run: 10
  4609. + The number of tests already run: 9
  4610. +++
  4611. +++ 19:56:53 - Checking for stress test errors
  4612. +++ Checking the new y-cruncher log entries...
  4613. +++ 19:56:53 - Looking for new WHEA errors
  4614. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4615. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4616. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4617. + No new WHEA error
  4618. + 19:56:53 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4619. +++
  4620. +++ 19:56:53 - Tick 19 of max 8640
  4621. +++ Remaining max runtime: 86198s
  4622. +++ 19:57:02 - Suspending the stress test process for 1000 milliseconds
  4623. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4624. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4625. +++ Suspended: 6
  4626. +++ 19:57:03 - Resuming the stress test process
  4627. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4628. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4629. +++ Resumed: 6
  4630. +++ 19:57:04 - Getting new log file entries
  4631. +++ No file size change for the log file
  4632. +++ 19:57:04 - Automatic runtime per core selected
  4633. +++ No new log file entries found
  4634. +++ 19:57:04 - Checking for stress test errors
  4635. +++ Checking the new y-cruncher log entries...
  4636. +++ 19:57:04 - Looking for new WHEA errors
  4637. +++ Core Start Date: 4/16/2025 7:53:31 PM
  4638. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4639. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4640. + No new WHEA error
  4641. + 19:57:04 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4642. +++
  4643. +++ 19:57:04 - Tick 20 of max 8640
  4644. +++ Remaining max runtime: 86187s
  4645. +++ 19:57:13 - Suspending the stress test process for 1000 milliseconds
  4646. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4647. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4648. +++ Suspended: 6
  4649. +++ 19:57:14 - Resuming the stress test process
  4650. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4651. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4652. +++ Resumed: 6
  4653. +++ 19:57:15 - Getting new log file entries
  4654. +++ Getting new log entries starting at position 11257 / Line 298
  4655. +++ The new log file entries:
  4656. +++ - [Line 299]
  4657. +++ - [Line 300]
  4658. +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  4659. +++ - [Line 302]
  4660. +++ - [Line 303] Iteration: 4 Total Elapsed Time: 880.837 seconds ( 14.681 minutes )
  4661. +++ - [Line 304]
  4662. +++ - [Line 305]
  4663. +++ - [Line 306] Running BKT:
  4664. +++ New file position: 11562 / Line 306
  4665. +++ 19:57:15 - Automatic runtime per core selected
  4666. +++ The last passed test lines:
  4667. +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  4668. +++ All found passed test lines:
  4669. +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  4670. +++
  4671. +++ Checking line 301
  4672. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  4673. +++ Line number of this entry: 301
  4674. +++ Line number of the previous entry: 295
  4675. +++ + Adding this line to the allTestLogEntries array
  4676. +++ Trying to get the passed test
  4677. +++ Looking for ->
  4678. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  4679. +++
  4680. +++ Checked Line 301
  4681. +++ - The previous passed test - old: N63
  4682. +++ - The current passed test - new: VT3
  4683. +++ - All passed tests:
  4684. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  4685. +++ - All unique passed tests:
  4686. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  4687. + 19:57:15 - The last passed test: VT3
  4688. + The number of tests to run: 10
  4689. + The number of tests already run: 10
  4690. +
  4691. + The number of unique test names matches the number of the selected test names!
  4692. Test completed in 00h 03m 44s
  4693. All tests have been run for this core, proceeding to the next one
  4694. +++ Adding Event Log entry: core_finished
  4695. +++ Adding the Windows Event Log entry:
  4696. +++ [EVENTLOG] Finished testing Core 9 (CPU 18)
  4697. +++ [EVENTLOG]
  4698. +++ [EVENTLOG] Test completed in 00h 03m 44s
  4699. +++ Trying to switch to a new core (5 of 16) [index 4 of 15]
  4700. + Still available cores:
  4701. + 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  4702. + The selected core to test: 2
  4703. 19:57:15 - Set to Core 2 (CPU 4)
  4704. +++ Creating the .automode file
  4705. +++ Trying to flush the write cache to disk for drive: C
  4706. +++ Adding Event Log entry: core_started
  4707. +++ Adding the Windows Event Log entry:
  4708. +++ [EVENTLOG] Started testing Core 2 (CPU 4)
  4709. +++ The number of Processor Groups: 1
  4710. +++ The number of CPUs in the last group: 0
  4711. +++ The group ID of the CPU to set to: 0
  4712. +++ The number of processors in this group: 32
  4713. +++ The IDs of the CPUs in its own group: 4
  4714. +++ Calculated the group specific affinity as 16 [CPU 4, Group 0]
  4715. +++ All calculated group specific affinities: 16
  4716. +++ Found number of stress test threads: 1
  4717. +++ The original affinities array: 16
  4718. +++ The final affinities array: 16
  4719. +++ Processing stress test thread number 0
  4720. + Trying to set the affinity for thread ID: 14504
  4721. + - Processor Group: 0 | Affinity: 16
  4722. +++ Getting the thread handle for thread ID: 14504
  4723. +++ The returned thread handle: 2436
  4724. +++ Successfully set the group affinity for thread ID 14504 to 16 within group 0
  4725. + Setting the voltage for the currently tested core
  4726. + Trying to set the Curve Optimizer values
  4727. +++ The flag to only set the voltage for the currently tested core is enabled
  4728. +++ Currently tested core: 2
  4729. +++ The original values:
  4730. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  4731. +++ The modified values:
  4732. +++ 0 0 -50 0 0 0 0 0 0 0 0 0 0 0 0 0
  4733. + The values to set:
  4734. + 0,0,-50,0,0,0,0,0,0,0,0,0,0,0,0,0
  4735. +++ Curve Optimizer values successfuly set:
  4736. +++ Set logical core 0, physical core 0 offset to 0!
  4737. +++ Set logical core 1, physical core 1 offset to 0!
  4738. +++ Set logical core 2, physical core 2 offset to -50!
  4739. +++ Set logical core 3, physical core 3 offset to 0!
  4740. +++ Set logical core 4, physical core 4 offset to 0!
  4741. +++ Set logical core 5, physical core 5 offset to 0!
  4742. +++ Set logical core 6, physical core 6 offset to 0!
  4743. +++ Set logical core 7, physical core 7 offset to 0!
  4744. +++ Set logical core 8, physical core 8 offset to 0!
  4745. +++ Set logical core 9, physical core 9 offset to 0!
  4746. +++ Set logical core 10, physical core 10 offset to 0!
  4747. +++ Set logical core 11, physical core 11 offset to 0!
  4748. +++ Set logical core 12, physical core 12 offset to 0!
  4749. +++ Set logical core 13, physical core 13 offset to 0!
  4750. +++ Set logical core 14, physical core 14 offset to 0!
  4751. +++ Set logical core 15, physical core 15 offset to 0!
  4752. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  4753. Progress 5/16 | Iteration 1/10 | Runtime 00h 14m 52s
  4754. +++ The number of cores with an error so far: 0
  4755. +++ The number of cores with a WHEA error so far: 0
  4756. +++
  4757. +++ 19:57:15 - Tick 1 of max 8640
  4758. +++ Remaining max runtime: 86400s
  4759. +++ 19:57:24 - Suspending the stress test process for 1000 milliseconds
  4760. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4761. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4762. +++ Suspended: 6
  4763. +++ 19:57:25 - Resuming the stress test process
  4764. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4765. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4766. +++ Resumed: 6
  4767. +++ 19:57:26 - Getting new log file entries
  4768. +++ No file size change for the log file
  4769. +++ 19:57:26 - Automatic runtime per core selected
  4770. +++ No new log file entries found
  4771. +++ 19:57:26 - Checking for stress test errors
  4772. +++ Checking the new y-cruncher log entries...
  4773. +++ 19:57:26 - Looking for new WHEA errors
  4774. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4775. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4776. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4777. + No new WHEA error
  4778. + 19:57:26 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4779. +++
  4780. +++ 19:57:27 - Tick 2 of max 8640
  4781. +++ Remaining max runtime: 86388s
  4782. +++ 19:57:36 - Suspending the stress test process for 1000 milliseconds
  4783. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4784. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4785. +++ Suspended: 6
  4786. +++ 19:57:37 - Resuming the stress test process
  4787. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4788. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4789. +++ Resumed: 6
  4790. +++ 19:57:38 - Getting new log file entries
  4791. +++ Getting new log entries starting at position 11562 / Line 306
  4792. +++ The new log file entries:
  4793. +++ - [Line 307]
  4794. +++ - [Line 308]
  4795. +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  4796. +++ - [Line 310]
  4797. +++ - [Line 311]
  4798. +++ - [Line 312] Running BBP:
  4799. +++ New file position: 11796 / Line 312
  4800. +++ 19:57:38 - Automatic runtime per core selected
  4801. +++ The last passed test lines:
  4802. +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  4803. +++ All found passed test lines:
  4804. +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  4805. +++
  4806. +++ Checking line 309
  4807. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  4808. +++ Line number of this entry: 309
  4809. +++ Line number of the previous entry: 301
  4810. +++ + Adding this line to the allTestLogEntries array
  4811. +++ Trying to get the passed test
  4812. +++ Looking for ->
  4813. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  4814. +++
  4815. +++ Checked Line 309
  4816. +++ - The previous passed test - old: VT3
  4817. +++ - The current passed test - new: BKT
  4818. +++ - All passed tests:
  4819. +++ - BKT
  4820. +++ - All unique passed tests:
  4821. +++ - BKT
  4822. + 19:57:38 - The last passed test: BKT
  4823. + The number of tests to run: 10
  4824. + The number of tests already run: 1
  4825. +++
  4826. +++ 19:57:38 - Checking for stress test errors
  4827. +++ Checking the new y-cruncher log entries...
  4828. +++ 19:57:38 - Looking for new WHEA errors
  4829. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4830. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4831. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4832. + No new WHEA error
  4833. + 19:57:38 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4834. +++
  4835. +++ 19:57:38 - Tick 3 of max 8640
  4836. +++ Remaining max runtime: 86377s
  4837. +++ 19:57:47 - Suspending the stress test process for 1000 milliseconds
  4838. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4839. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4840. +++ Suspended: 6
  4841. +++ 19:57:48 - Resuming the stress test process
  4842. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4843. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4844. +++ Resumed: 6
  4845. +++ 19:57:49 - Getting new log file entries
  4846. +++ No file size change for the log file
  4847. +++ 19:57:49 - Automatic runtime per core selected
  4848. +++ No new log file entries found
  4849. +++ 19:57:49 - Checking for stress test errors
  4850. +++ Checking the new y-cruncher log entries...
  4851. +++ 19:57:49 - Looking for new WHEA errors
  4852. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4853. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4854. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4855. + No new WHEA error
  4856. + 19:57:49 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4857. +++
  4858. +++ 19:57:49 - Tick 4 of max 8640
  4859. +++ Remaining max runtime: 86366s
  4860. +++ 19:57:58 - Suspending the stress test process for 1000 milliseconds
  4861. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4862. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4863. +++ Suspended: 6
  4864. +++ 19:57:59 - Resuming the stress test process
  4865. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4866. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4867. +++ Resumed: 6
  4868. +++ 19:58:00 - Getting new log file entries
  4869. +++ Getting new log entries starting at position 11796 / Line 312
  4870. +++ The new log file entries:
  4871. +++ - [Line 313]
  4872. +++ - [Line 314]
  4873. +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4874. +++ - [Line 316]
  4875. +++ - [Line 317]
  4876. +++ - [Line 318] Running SFT:
  4877. +++ New file position: 12031 / Line 318
  4878. +++ 19:58:00 - Automatic runtime per core selected
  4879. +++ The last passed test lines:
  4880. +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4881. +++ All found passed test lines:
  4882. +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4883. +++
  4884. +++ Checking line 315
  4885. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4886. +++ Line number of this entry: 315
  4887. +++ Line number of the previous entry: 309
  4888. +++ + Adding this line to the allTestLogEntries array
  4889. +++ Trying to get the passed test
  4890. +++ Looking for ->
  4891. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  4892. +++
  4893. +++ Checked Line 315
  4894. +++ - The previous passed test - old: BKT
  4895. +++ - The current passed test - new: BBP
  4896. +++ - All passed tests:
  4897. +++ - BKT, BBP
  4898. +++ - All unique passed tests:
  4899. +++ - BKT, BBP
  4900. + 19:58:00 - The last passed test: BBP
  4901. + The number of tests to run: 10
  4902. + The number of tests already run: 2
  4903. +++
  4904. +++ 19:58:00 - Checking for stress test errors
  4905. +++ Checking the new y-cruncher log entries...
  4906. +++ 19:58:00 - Looking for new WHEA errors
  4907. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4908. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4909. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4910. + No new WHEA error
  4911. + 19:58:00 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  4912. +++
  4913. +++ 19:58:00 - Tick 5 of max 8640
  4914. +++ Remaining max runtime: 86355s
  4915. +++ 19:58:09 - Suspending the stress test process for 1000 milliseconds
  4916. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4917. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4918. +++ Suspended: 6
  4919. +++ 19:58:10 - Resuming the stress test process
  4920. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4921. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4922. +++ Resumed: 6
  4923. +++ 19:58:11 - Getting new log file entries
  4924. +++ No file size change for the log file
  4925. +++ 19:58:11 - Automatic runtime per core selected
  4926. +++ No new log file entries found
  4927. +++ 19:58:11 - Checking for stress test errors
  4928. +++ Checking the new y-cruncher log entries...
  4929. +++ 19:58:11 - Looking for new WHEA errors
  4930. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4931. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4932. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4933. + No new WHEA error
  4934. + 19:58:11 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4935. +++
  4936. +++ 19:58:11 - Tick 6 of max 8640
  4937. +++ Remaining max runtime: 86344s
  4938. +++ 19:58:20 - Suspending the stress test process for 1000 milliseconds
  4939. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4940. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4941. +++ Suspended: 6
  4942. +++ 19:58:21 - Resuming the stress test process
  4943. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4944. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4945. +++ Resumed: 6
  4946. +++ 19:58:22 - Getting new log file entries
  4947. +++ Getting new log entries starting at position 12031 / Line 318
  4948. +++ The new log file entries:
  4949. +++ - [Line 319]
  4950. +++ - [Line 320]
  4951. +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  4952. +++ - [Line 322]
  4953. +++ - [Line 323]
  4954. +++ - [Line 324] Running SFTv4:
  4955. +++ New file position: 12267 / Line 324
  4956. +++ 19:58:22 - Automatic runtime per core selected
  4957. +++ The last passed test lines:
  4958. +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  4959. +++ All found passed test lines:
  4960. +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  4961. +++
  4962. +++ Checking line 321
  4963. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  4964. +++ Line number of this entry: 321
  4965. +++ Line number of the previous entry: 315
  4966. +++ + Adding this line to the allTestLogEntries array
  4967. +++ Trying to get the passed test
  4968. +++ Looking for ->
  4969. +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
  4970. +++
  4971. +++ Checked Line 321
  4972. +++ - The previous passed test - old: BBP
  4973. +++ - The current passed test - new: SFT
  4974. +++ - All passed tests:
  4975. +++ - BKT, BBP, SFT
  4976. +++ - All unique passed tests:
  4977. +++ - BKT, BBP, SFT
  4978. + 19:58:22 - The last passed test: SFT
  4979. + The number of tests to run: 10
  4980. + The number of tests already run: 3
  4981. +++
  4982. +++ 19:58:22 - Checking for stress test errors
  4983. +++ Checking the new y-cruncher log entries...
  4984. +++ 19:58:22 - Looking for new WHEA errors
  4985. +++ Core Start Date: 4/16/2025 7:57:15 PM
  4986. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  4987. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  4988. + No new WHEA error
  4989. + 19:58:22 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  4990. +++
  4991. +++ 19:58:22 - Tick 7 of max 8640
  4992. +++ Remaining max runtime: 86333s
  4993. +++ 19:58:31 - Suspending the stress test process for 1000 milliseconds
  4994. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  4995. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  4996. +++ Suspended: 6
  4997. +++ 19:58:32 - Resuming the stress test process
  4998. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  4999. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5000. +++ Resumed: 6
  5001. +++ 19:58:34 - Getting new log file entries
  5002. +++ No file size change for the log file
  5003. +++ 19:58:34 - Automatic runtime per core selected
  5004. +++ No new log file entries found
  5005. +++ 19:58:34 - Checking for stress test errors
  5006. +++ Checking the new y-cruncher log entries...
  5007. +++ 19:58:34 - Looking for new WHEA errors
  5008. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5009. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5010. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5011. + No new WHEA error
  5012. + 19:58:34 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5013. +++
  5014. +++ 19:58:34 - Tick 8 of max 8640
  5015. +++ Remaining max runtime: 86321s
  5016. +++ 19:58:43 - Suspending the stress test process for 1000 milliseconds
  5017. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5018. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5019. +++ Suspended: 6
  5020. +++ 19:58:44 - Resuming the stress test process
  5021. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5022. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5023. +++ Resumed: 6
  5024. +++ 19:58:45 - Getting new log file entries
  5025. +++ Getting new log entries starting at position 12267 / Line 324
  5026. +++ The new log file entries:
  5027. +++ - [Line 325]
  5028. +++ - [Line 326]
  5029. +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5030. +++ - [Line 328]
  5031. +++ - [Line 329]
  5032. +++ - [Line 330] Running SNT:
  5033. +++ New file position: 12503 / Line 330
  5034. +++ 19:58:45 - Automatic runtime per core selected
  5035. +++ The last passed test lines:
  5036. +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5037. +++ All found passed test lines:
  5038. +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5039. +++
  5040. +++ Checking line 327
  5041. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5042. +++ Line number of this entry: 327
  5043. +++ Line number of the previous entry: 321
  5044. +++ + Adding this line to the allTestLogEntries array
  5045. +++ Trying to get the passed test
  5046. +++ Looking for ->
  5047. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5048. +++
  5049. +++ Checked Line 327
  5050. +++ - The previous passed test - old: SFT
  5051. +++ - The current passed test - new: SFTv4
  5052. +++ - All passed tests:
  5053. +++ - BKT, BBP, SFT, SFTv4
  5054. +++ - All unique passed tests:
  5055. +++ - BKT, BBP, SFT, SFTv4
  5056. + 19:58:45 - The last passed test: SFTv4
  5057. + The number of tests to run: 10
  5058. + The number of tests already run: 4
  5059. +++
  5060. +++ 19:58:45 - Checking for stress test errors
  5061. +++ Checking the new y-cruncher log entries...
  5062. +++ 19:58:45 - Looking for new WHEA errors
  5063. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5064. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5065. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5066. + No new WHEA error
  5067. + 19:58:45 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  5068. +++
  5069. +++ 19:58:45 - Tick 9 of max 8640
  5070. +++ Remaining max runtime: 86310s
  5071. +++ 19:58:54 - Suspending the stress test process for 1000 milliseconds
  5072. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5073. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5074. +++ Suspended: 6
  5075. +++ 19:58:55 - Resuming the stress test process
  5076. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5077. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5078. +++ Resumed: 6
  5079. +++ 19:58:56 - Getting new log file entries
  5080. +++ No file size change for the log file
  5081. +++ 19:58:56 - Automatic runtime per core selected
  5082. +++ No new log file entries found
  5083. +++ 19:58:56 - Checking for stress test errors
  5084. +++ Checking the new y-cruncher log entries...
  5085. +++ 19:58:56 - Looking for new WHEA errors
  5086. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5087. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5088. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5089. + No new WHEA error
  5090. + 19:58:56 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5091. +++
  5092. +++ 19:58:56 - Tick 10 of max 8640
  5093. +++ Remaining max runtime: 86299s
  5094. +++ 19:59:05 - Suspending the stress test process for 1000 milliseconds
  5095. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5096. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5097. +++ Suspended: 6
  5098. +++ 19:59:06 - Resuming the stress test process
  5099. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5100. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5101. +++ Resumed: 6
  5102. +++ 19:59:07 - Getting new log file entries
  5103. +++ Getting new log entries starting at position 12503 / Line 330
  5104. +++ The new log file entries:
  5105. +++ - [Line 331]
  5106. +++ - [Line 332]
  5107. +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5108. +++ - [Line 334]
  5109. +++ - [Line 335]
  5110. +++ - [Line 336] Running SVT:
  5111. +++ New file position: 12737 / Line 336
  5112. +++ 19:59:07 - Automatic runtime per core selected
  5113. +++ The last passed test lines:
  5114. +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5115. +++ All found passed test lines:
  5116. +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5117. +++
  5118. +++ Checking line 333
  5119. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5120. +++ Line number of this entry: 333
  5121. +++ Line number of the previous entry: 327
  5122. +++ + Adding this line to the allTestLogEntries array
  5123. +++ Trying to get the passed test
  5124. +++ Looking for ->
  5125. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5126. +++
  5127. +++ Checked Line 333
  5128. +++ - The previous passed test - old: SFTv4
  5129. +++ - The current passed test - new: SNT
  5130. +++ - All passed tests:
  5131. +++ - BKT, BBP, SFT, SFTv4, SNT
  5132. +++ - All unique passed tests:
  5133. +++ - BKT, BBP, SFT, SFTv4, SNT
  5134. + 19:59:07 - The last passed test: SNT
  5135. + The number of tests to run: 10
  5136. + The number of tests already run: 5
  5137. +++
  5138. +++ 19:59:07 - Checking for stress test errors
  5139. +++ Checking the new y-cruncher log entries...
  5140. +++ 19:59:07 - Looking for new WHEA errors
  5141. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5142. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5143. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5144. + No new WHEA error
  5145. + 19:59:07 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5146. +++
  5147. +++ 19:59:07 - Tick 11 of max 8640
  5148. +++ Remaining max runtime: 86288s
  5149. +++ 19:59:16 - Suspending the stress test process for 1000 milliseconds
  5150. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5151. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5152. +++ Suspended: 6
  5153. +++ 19:59:17 - Resuming the stress test process
  5154. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5155. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5156. +++ Resumed: 6
  5157. +++ 19:59:18 - Getting new log file entries
  5158. +++ No file size change for the log file
  5159. +++ 19:59:18 - Automatic runtime per core selected
  5160. +++ No new log file entries found
  5161. +++ 19:59:18 - Checking for stress test errors
  5162. +++ Checking the new y-cruncher log entries...
  5163. +++ 19:59:18 - Looking for new WHEA errors
  5164. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5165. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5166. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5167. + No new WHEA error
  5168. + 19:59:18 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5169. +++
  5170. +++ 19:59:18 - Tick 12 of max 8640
  5171. +++ Remaining max runtime: 86277s
  5172. +++ 19:59:27 - Suspending the stress test process for 1000 milliseconds
  5173. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5174. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5175. +++ Suspended: 6
  5176. +++ 19:59:28 - Resuming the stress test process
  5177. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5178. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5179. +++ Resumed: 6
  5180. +++ 19:59:29 - Getting new log file entries
  5181. +++ Getting new log entries starting at position 12737 / Line 336
  5182. +++ The new log file entries:
  5183. +++ - [Line 337]
  5184. +++ - [Line 338]
  5185. +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  5186. +++ - [Line 340]
  5187. +++ - [Line 341]
  5188. +++ - [Line 342] Running FFT:
  5189. +++ New file position: 12971 / Line 342
  5190. +++ 19:59:29 - Automatic runtime per core selected
  5191. +++ The last passed test lines:
  5192. +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  5193. +++ All found passed test lines:
  5194. +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  5195. +++
  5196. +++ Checking line 339
  5197. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  5198. +++ Line number of this entry: 339
  5199. +++ Line number of the previous entry: 333
  5200. +++ + Adding this line to the allTestLogEntries array
  5201. +++ Trying to get the passed test
  5202. +++ Looking for ->
  5203. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  5204. +++
  5205. +++ Checked Line 339
  5206. +++ - The previous passed test - old: SNT
  5207. +++ - The current passed test - new: SVT
  5208. +++ - All passed tests:
  5209. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  5210. +++ - All unique passed tests:
  5211. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  5212. + 19:59:29 - The last passed test: SVT
  5213. + The number of tests to run: 10
  5214. + The number of tests already run: 6
  5215. +++
  5216. +++ 19:59:29 - Checking for stress test errors
  5217. +++ Checking the new y-cruncher log entries...
  5218. +++ 19:59:29 - Looking for new WHEA errors
  5219. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5220. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5221. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5222. + No new WHEA error
  5223. + 19:59:29 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5224. +++
  5225. +++ 19:59:30 - Tick 13 of max 8640
  5226. +++ Remaining max runtime: 86265s
  5227. +++ 19:59:39 - Suspending the stress test process for 1000 milliseconds
  5228. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5229. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5230. +++ Suspended: 6
  5231. +++ 19:59:40 - Resuming the stress test process
  5232. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5233. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5234. +++ Resumed: 6
  5235. +++ 19:59:41 - Getting new log file entries
  5236. +++ No file size change for the log file
  5237. +++ 19:59:41 - Automatic runtime per core selected
  5238. +++ No new log file entries found
  5239. +++ 19:59:41 - Checking for stress test errors
  5240. +++ Checking the new y-cruncher log entries...
  5241. +++ 19:59:41 - Looking for new WHEA errors
  5242. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5243. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5244. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5245. + No new WHEA error
  5246. + 19:59:41 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  5247. +++
  5248. +++ 19:59:41 - Tick 14 of max 8640
  5249. +++ Remaining max runtime: 86254s
  5250. +++ 19:59:50 - Suspending the stress test process for 1000 milliseconds
  5251. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5252. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5253. +++ Suspended: 6
  5254. +++ 19:59:51 - Resuming the stress test process
  5255. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5256. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5257. +++ Resumed: 6
  5258. +++ 19:59:52 - Getting new log file entries
  5259. +++ Getting new log entries starting at position 12971 / Line 342
  5260. +++ The new log file entries:
  5261. +++ - [Line 343]
  5262. +++ - [Line 344]
  5263. +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  5264. +++ - [Line 346]
  5265. +++ - [Line 347]
  5266. +++ - [Line 348] Running FFTv4:
  5267. +++ New file position: 13207 / Line 348
  5268. +++ 19:59:52 - Automatic runtime per core selected
  5269. +++ The last passed test lines:
  5270. +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  5271. +++ All found passed test lines:
  5272. +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  5273. +++
  5274. +++ Checking line 345
  5275. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  5276. +++ Line number of this entry: 345
  5277. +++ Line number of the previous entry: 339
  5278. +++ + Adding this line to the allTestLogEntries array
  5279. +++ Trying to get the passed test
  5280. +++ Looking for ->
  5281. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  5282. +++
  5283. +++ Checked Line 345
  5284. +++ - The previous passed test - old: SVT
  5285. +++ - The current passed test - new: FFT
  5286. +++ - All passed tests:
  5287. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  5288. +++ - All unique passed tests:
  5289. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  5290. + 19:59:52 - The last passed test: FFT
  5291. + The number of tests to run: 10
  5292. + The number of tests already run: 7
  5293. +++
  5294. +++ 19:59:52 - Checking for stress test errors
  5295. +++ Checking the new y-cruncher log entries...
  5296. +++ 19:59:52 - Looking for new WHEA errors
  5297. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5298. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5299. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5300. + No new WHEA error
  5301. + 19:59:52 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  5302. +++
  5303. +++ 19:59:52 - Tick 15 of max 8640
  5304. +++ Remaining max runtime: 86243s
  5305. +++ 20:00:01 - Suspending the stress test process for 1000 milliseconds
  5306. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5307. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5308. +++ Suspended: 6
  5309. +++ 20:00:02 - Resuming the stress test process
  5310. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5311. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5312. +++ Resumed: 6
  5313. +++ 20:00:03 - Getting new log file entries
  5314. +++ No file size change for the log file
  5315. +++ 20:00:03 - Automatic runtime per core selected
  5316. +++ No new log file entries found
  5317. +++ 20:00:03 - Checking for stress test errors
  5318. +++ Checking the new y-cruncher log entries...
  5319. +++ 20:00:03 - Looking for new WHEA errors
  5320. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5321. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5322. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5323. + No new WHEA error
  5324. + 20:00:03 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5325. +++
  5326. +++ 20:00:03 - Tick 16 of max 8640
  5327. +++ Remaining max runtime: 86232s
  5328. +++ 20:00:12 - Suspending the stress test process for 1000 milliseconds
  5329. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5330. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5331. +++ Suspended: 6
  5332. +++ 20:00:13 - Resuming the stress test process
  5333. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5334. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5335. +++ Resumed: 6
  5336. +++ 20:00:14 - Getting new log file entries
  5337. +++ Getting new log entries starting at position 13207 / Line 348
  5338. +++ The new log file entries:
  5339. +++ - [Line 349]
  5340. +++ - [Line 350]
  5341. +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  5342. +++ - [Line 352]
  5343. +++ - [Line 353]
  5344. +++ - [Line 354] Running N63:
  5345. +++ New file position: 13442 / Line 354
  5346. +++ 20:00:14 - Automatic runtime per core selected
  5347. +++ The last passed test lines:
  5348. +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  5349. +++ All found passed test lines:
  5350. +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  5351. +++
  5352. +++ Checking line 351
  5353. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  5354. +++ Line number of this entry: 351
  5355. +++ Line number of the previous entry: 345
  5356. +++ + Adding this line to the allTestLogEntries array
  5357. +++ Trying to get the passed test
  5358. +++ Looking for ->
  5359. +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
  5360. +++
  5361. +++ Checked Line 351
  5362. +++ - The previous passed test - old: FFT
  5363. +++ - The current passed test - new: FFTv4
  5364. +++ - All passed tests:
  5365. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  5366. +++ - All unique passed tests:
  5367. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  5368. + 20:00:14 - The last passed test: FFTv4
  5369. + The number of tests to run: 10
  5370. + The number of tests already run: 8
  5371. +++
  5372. +++ 20:00:14 - Checking for stress test errors
  5373. +++ Checking the new y-cruncher log entries...
  5374. +++ 20:00:14 - Looking for new WHEA errors
  5375. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5376. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5377. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5378. + No new WHEA error
  5379. + 20:00:14 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5380. +++
  5381. +++ 20:00:14 - Tick 17 of max 8640
  5382. +++ Remaining max runtime: 86221s
  5383. +++ 20:00:23 - Suspending the stress test process for 1000 milliseconds
  5384. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5385. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5386. +++ Suspended: 6
  5387. +++ 20:00:24 - Resuming the stress test process
  5388. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5389. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5390. +++ Resumed: 6
  5391. +++ 20:00:25 - Getting new log file entries
  5392. +++ No file size change for the log file
  5393. +++ 20:00:25 - Automatic runtime per core selected
  5394. +++ No new log file entries found
  5395. +++ 20:00:25 - Checking for stress test errors
  5396. +++ Checking the new y-cruncher log entries...
  5397. +++ 20:00:25 - Looking for new WHEA errors
  5398. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5399. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5400. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5401. + No new WHEA error
  5402. + 20:00:25 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5403. +++
  5404. +++ 20:00:26 - Tick 18 of max 8640
  5405. +++ Remaining max runtime: 86210s
  5406. +++ 20:00:35 - Suspending the stress test process for 1000 milliseconds
  5407. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5408. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5409. +++ Suspended: 6
  5410. +++ 20:00:36 - Resuming the stress test process
  5411. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5412. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5413. +++ Resumed: 6
  5414. +++ 20:00:37 - Getting new log file entries
  5415. +++ Getting new log entries starting at position 13442 / Line 354
  5416. +++ The new log file entries:
  5417. +++ - [Line 355]
  5418. +++ - [Line 356]
  5419. +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  5420. +++ - [Line 358]
  5421. +++ - [Line 359]
  5422. +++ - [Line 360] Running VT3:
  5423. +++ New file position: 13676 / Line 360
  5424. +++ 20:00:37 - Automatic runtime per core selected
  5425. +++ The last passed test lines:
  5426. +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  5427. +++ All found passed test lines:
  5428. +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  5429. +++
  5430. +++ Checking line 357
  5431. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  5432. +++ Line number of this entry: 357
  5433. +++ Line number of the previous entry: 351
  5434. +++ + Adding this line to the allTestLogEntries array
  5435. +++ Trying to get the passed test
  5436. +++ Looking for ->
  5437. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  5438. +++
  5439. +++ Checked Line 357
  5440. +++ - The previous passed test - old: FFTv4
  5441. +++ - The current passed test - new: N63
  5442. +++ - All passed tests:
  5443. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  5444. +++ - All unique passed tests:
  5445. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  5446. + 20:00:37 - The last passed test: N63
  5447. + The number of tests to run: 10
  5448. + The number of tests already run: 9
  5449. +++
  5450. +++ 20:00:37 - Checking for stress test errors
  5451. +++ Checking the new y-cruncher log entries...
  5452. +++ 20:00:37 - Looking for new WHEA errors
  5453. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5454. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5455. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5456. + No new WHEA error
  5457. + 20:00:37 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  5458. +++
  5459. +++ 20:00:37 - Tick 19 of max 8640
  5460. +++ Remaining max runtime: 86198s
  5461. +++ 20:00:46 - Suspending the stress test process for 1000 milliseconds
  5462. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5463. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5464. +++ Suspended: 6
  5465. +++ 20:00:47 - Resuming the stress test process
  5466. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5467. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5468. +++ Resumed: 6
  5469. +++ 20:00:48 - Getting new log file entries
  5470. +++ No file size change for the log file
  5471. +++ 20:00:48 - Automatic runtime per core selected
  5472. +++ No new log file entries found
  5473. +++ 20:00:48 - Checking for stress test errors
  5474. +++ Checking the new y-cruncher log entries...
  5475. +++ 20:00:48 - Looking for new WHEA errors
  5476. +++ Core Start Date: 4/16/2025 7:57:15 PM
  5477. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5478. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5479. + No new WHEA error
  5480. + 20:00:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5481. +++
  5482. +++ 20:00:48 - Tick 20 of max 8640
  5483. +++ Remaining max runtime: 86187s
  5484. +++ 20:00:57 - Suspending the stress test process for 1000 milliseconds
  5485. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5486. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5487. +++ Suspended: 6
  5488. +++ 20:00:58 - Resuming the stress test process
  5489. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5490. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5491. +++ Resumed: 6
  5492. +++ 20:00:59 - Getting new log file entries
  5493. +++ Getting new log entries starting at position 13676 / Line 360
  5494. +++ The new log file entries:
  5495. +++ - [Line 361]
  5496. +++ - [Line 362]
  5497. +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  5498. +++ - [Line 364]
  5499. +++ - [Line 365] Iteration: 5 Total Elapsed Time: 1101.445 seconds ( 18.357 minutes )
  5500. +++ - [Line 366]
  5501. +++ - [Line 367]
  5502. +++ - [Line 368] Running BKT:
  5503. +++ New file position: 13982 / Line 368
  5504. +++ 20:00:59 - Automatic runtime per core selected
  5505. +++ The last passed test lines:
  5506. +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  5507. +++ All found passed test lines:
  5508. +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  5509. +++
  5510. +++ Checking line 363
  5511. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  5512. +++ Line number of this entry: 363
  5513. +++ Line number of the previous entry: 357
  5514. +++ + Adding this line to the allTestLogEntries array
  5515. +++ Trying to get the passed test
  5516. +++ Looking for ->
  5517. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  5518. +++
  5519. +++ Checked Line 363
  5520. +++ - The previous passed test - old: N63
  5521. +++ - The current passed test - new: VT3
  5522. +++ - All passed tests:
  5523. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  5524. +++ - All unique passed tests:
  5525. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  5526. + 20:00:59 - The last passed test: VT3
  5527. + The number of tests to run: 10
  5528. + The number of tests already run: 10
  5529. +
  5530. + The number of unique test names matches the number of the selected test names!
  5531. Test completed in 00h 03m 43s
  5532. All tests have been run for this core, proceeding to the next one
  5533. +++ Adding Event Log entry: core_finished
  5534. +++ Adding the Windows Event Log entry:
  5535. +++ [EVENTLOG] Finished testing Core 2 (CPU 4)
  5536. +++ [EVENTLOG]
  5537. +++ [EVENTLOG] Test completed in 00h 03m 43s
  5538. +++ Trying to switch to a new core (6 of 16) [index 5 of 15]
  5539. + Still available cores:
  5540. + 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  5541. + The selected core to test: 10
  5542. 20:00:59 - Set to Core 10 (CPU 20)
  5543. +++ Creating the .automode file
  5544. +++ Trying to flush the write cache to disk for drive: C
  5545. +++ Adding Event Log entry: core_started
  5546. +++ Adding the Windows Event Log entry:
  5547. +++ [EVENTLOG] Started testing Core 10 (CPU 20)
  5548. +++ The number of Processor Groups: 1
  5549. +++ The number of CPUs in the last group: 0
  5550. +++ The group ID of the CPU to set to: 0
  5551. +++ The number of processors in this group: 32
  5552. +++ The IDs of the CPUs in its own group: 20
  5553. +++ Calculated the group specific affinity as 1048576 [CPU 20, Group 0]
  5554. +++ All calculated group specific affinities: 1048576
  5555. +++ Found number of stress test threads: 1
  5556. +++ The original affinities array: 1048576
  5557. +++ The final affinities array: 1048576
  5558. +++ Processing stress test thread number 0
  5559. + Trying to set the affinity for thread ID: 14504
  5560. + - Processor Group: 0 | Affinity: 1048576
  5561. +++ Getting the thread handle for thread ID: 14504
  5562. +++ The returned thread handle: 2332
  5563. +++ Successfully set the group affinity for thread ID 14504 to 1048576 within group 0
  5564. + Setting the voltage for the currently tested core
  5565. + Trying to set the Curve Optimizer values
  5566. +++ The flag to only set the voltage for the currently tested core is enabled
  5567. +++ Currently tested core: 10
  5568. +++ The original values:
  5569. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  5570. +++ The modified values:
  5571. +++ 0 0 0 0 0 0 0 0 0 0 -50 0 0 0 0 0
  5572. + The values to set:
  5573. + 0,0,0,0,0,0,0,0,0,0,-50,0,0,0,0,0
  5574. +++ Curve Optimizer values successfuly set:
  5575. +++ Set logical core 0, physical core 0 offset to 0!
  5576. +++ Set logical core 1, physical core 1 offset to 0!
  5577. +++ Set logical core 2, physical core 2 offset to 0!
  5578. +++ Set logical core 3, physical core 3 offset to 0!
  5579. +++ Set logical core 4, physical core 4 offset to 0!
  5580. +++ Set logical core 5, physical core 5 offset to 0!
  5581. +++ Set logical core 6, physical core 6 offset to 0!
  5582. +++ Set logical core 7, physical core 7 offset to 0!
  5583. +++ Set logical core 8, physical core 8 offset to 0!
  5584. +++ Set logical core 9, physical core 9 offset to 0!
  5585. +++ Set logical core 10, physical core 10 offset to -50!
  5586. +++ Set logical core 11, physical core 11 offset to 0!
  5587. +++ Set logical core 12, physical core 12 offset to 0!
  5588. +++ Set logical core 13, physical core 13 offset to 0!
  5589. +++ Set logical core 14, physical core 14 offset to 0!
  5590. +++ Set logical core 15, physical core 15 offset to 0!
  5591. Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
  5592. Progress 6/16 | Iteration 1/10 | Runtime 00h 18m 36s
  5593. +++ The number of cores with an error so far: 0
  5594. +++ The number of cores with a WHEA error so far: 0
  5595. +++
  5596. +++ 20:00:59 - Tick 1 of max 8640
  5597. +++ Remaining max runtime: 86400s
  5598. +++ 20:01:08 - Suspending the stress test process for 1000 milliseconds
  5599. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5600. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5601. +++ Suspended: 6
  5602. +++ 20:01:09 - Resuming the stress test process
  5603. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5604. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5605. +++ Resumed: 6
  5606. +++ 20:01:10 - Getting new log file entries
  5607. +++ No file size change for the log file
  5608. +++ 20:01:10 - Automatic runtime per core selected
  5609. +++ No new log file entries found
  5610. +++ 20:01:10 - Checking for stress test errors
  5611. +++ Checking the new y-cruncher log entries...
  5612. +++ 20:01:10 - Looking for new WHEA errors
  5613. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5614. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5615. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5616. + No new WHEA error
  5617. + 20:01:10 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5618. +++
  5619. +++ 20:01:10 - Tick 2 of max 8640
  5620. +++ Remaining max runtime: 86389s
  5621. +++ 20:01:19 - Suspending the stress test process for 1000 milliseconds
  5622. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5623. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5624. +++ Suspended: 6
  5625. +++ 20:01:20 - Resuming the stress test process
  5626. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5627. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5628. +++ Resumed: 6
  5629. +++ 20:01:21 - Getting new log file entries
  5630. +++ Getting new log entries starting at position 13982 / Line 368
  5631. +++ The new log file entries:
  5632. +++ - [Line 369]
  5633. +++ - [Line 370]
  5634. +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  5635. +++ - [Line 372]
  5636. +++ - [Line 373]
  5637. +++ - [Line 374] Running BBP:
  5638. +++ New file position: 14216 / Line 374
  5639. +++ 20:01:21 - Automatic runtime per core selected
  5640. +++ The last passed test lines:
  5641. +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  5642. +++ All found passed test lines:
  5643. +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  5644. +++
  5645. +++ Checking line 371
  5646. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  5647. +++ Line number of this entry: 371
  5648. +++ Line number of the previous entry: 363
  5649. +++ + Adding this line to the allTestLogEntries array
  5650. +++ Trying to get the passed test
  5651. +++ Looking for ->
  5652. +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
  5653. +++
  5654. +++ Checked Line 371
  5655. +++ - The previous passed test - old: VT3
  5656. +++ - The current passed test - new: BKT
  5657. +++ - All passed tests:
  5658. +++ - BKT
  5659. +++ - All unique passed tests:
  5660. +++ - BKT
  5661. + 20:01:21 - The last passed test: BKT
  5662. + The number of tests to run: 10
  5663. + The number of tests already run: 1
  5664. +++
  5665. +++ 20:01:21 - Checking for stress test errors
  5666. +++ Checking the new y-cruncher log entries...
  5667. +++ 20:01:22 - Looking for new WHEA errors
  5668. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5669. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5670. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5671. + No new WHEA error
  5672. + 20:01:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5673. +++
  5674. +++ 20:01:22 - Tick 3 of max 8640
  5675. +++ Remaining max runtime: 86377s
  5676. +++ 20:01:31 - Suspending the stress test process for 1000 milliseconds
  5677. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5678. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5679. +++ Suspended: 6
  5680. +++ 20:01:32 - Resuming the stress test process
  5681. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5682. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5683. +++ Resumed: 6
  5684. +++ 20:01:33 - Getting new log file entries
  5685. +++ No file size change for the log file
  5686. +++ 20:01:33 - Automatic runtime per core selected
  5687. +++ No new log file entries found
  5688. +++ 20:01:33 - Checking for stress test errors
  5689. +++ Checking the new y-cruncher log entries...
  5690. +++ 20:01:33 - Looking for new WHEA errors
  5691. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5692. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5693. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5694. + No new WHEA error
  5695. + 20:01:33 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5696. +++
  5697. +++ 20:01:33 - Tick 4 of max 8640
  5698. +++ Remaining max runtime: 86366s
  5699. +++ 20:01:42 - Suspending the stress test process for 1000 milliseconds
  5700. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5701. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5702. +++ Suspended: 6
  5703. +++ 20:01:43 - Resuming the stress test process
  5704. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5705. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5706. +++ Resumed: 6
  5707. +++ 20:01:44 - Getting new log file entries
  5708. +++ Getting new log entries starting at position 14216 / Line 374
  5709. +++ The new log file entries:
  5710. +++ - [Line 375]
  5711. +++ - [Line 376]
  5712. +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  5713. +++ - [Line 378]
  5714. +++ - [Line 379]
  5715. +++ - [Line 380] Running SFT:
  5716. +++ New file position: 14451 / Line 380
  5717. +++ 20:01:44 - Automatic runtime per core selected
  5718. +++ The last passed test lines:
  5719. +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  5720. +++ All found passed test lines:
  5721. +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  5722. +++
  5723. +++ Checking line 377
  5724. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  5725. +++ Line number of this entry: 377
  5726. +++ Line number of the previous entry: 371
  5727. +++ + Adding this line to the allTestLogEntries array
  5728. +++ Trying to get the passed test
  5729. +++ Looking for ->
  5730. +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
  5731. +++
  5732. +++ Checked Line 377
  5733. +++ - The previous passed test - old: BKT
  5734. +++ - The current passed test - new: BBP
  5735. +++ - All passed tests:
  5736. +++ - BKT, BBP
  5737. +++ - All unique passed tests:
  5738. +++ - BKT, BBP
  5739. + 20:01:44 - The last passed test: BBP
  5740. + The number of tests to run: 10
  5741. + The number of tests already run: 2
  5742. +++
  5743. +++ 20:01:44 - Checking for stress test errors
  5744. +++ Checking the new y-cruncher log entries...
  5745. +++ 20:01:44 - Looking for new WHEA errors
  5746. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5747. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5748. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5749. + No new WHEA error
  5750. + 20:01:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5751. +++
  5752. +++ 20:01:44 - Tick 5 of max 8640
  5753. +++ Remaining max runtime: 86355s
  5754. +++ 20:01:53 - Suspending the stress test process for 1000 milliseconds
  5755. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5756. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5757. +++ Suspended: 6
  5758. +++ 20:01:54 - Resuming the stress test process
  5759. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5760. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5761. +++ Resumed: 6
  5762. +++ 20:01:55 - Getting new log file entries
  5763. +++ No file size change for the log file
  5764. +++ 20:01:55 - Automatic runtime per core selected
  5765. +++ No new log file entries found
  5766. +++ 20:01:55 - Checking for stress test errors
  5767. +++ Checking the new y-cruncher log entries...
  5768. +++ 20:01:55 - Looking for new WHEA errors
  5769. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5770. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5771. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5772. + No new WHEA error
  5773. + 20:01:55 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  5774. +++
  5775. +++ 20:01:55 - Tick 6 of max 8640
  5776. +++ Remaining max runtime: 86344s
  5777. +++ 20:02:04 - Suspending the stress test process for 1000 milliseconds
  5778. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5779. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5780. +++ Suspended: 6
  5781. +++ 20:02:05 - Resuming the stress test process
  5782. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5783. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5784. +++ Resumed: 6
  5785. +++ 20:02:06 - Getting new log file entries
  5786. +++ Getting new log entries starting at position 14451 / Line 380
  5787. +++ The new log file entries:
  5788. +++ - [Line 381]
  5789. +++ - [Line 382]
  5790. +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
  5791. +++ - [Line 384]
  5792. +++ - [Line 385]
  5793. +++ - [Line 386] Running SFTv4:
  5794. +++ New file position: 14687 / Line 386
  5795. +++ 20:02:06 - Automatic runtime per core selected
  5796. +++ The last passed test lines:
  5797. +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
  5798. +++ All found passed test lines:
  5799. +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
  5800. +++
  5801. +++ Checking line 383
  5802. +++ Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
  5803. +++ Line number of this entry: 383
  5804. +++ Line number of the previous entry: 377
  5805. +++ + Adding this line to the allTestLogEntries array
  5806. +++ Trying to get the passed test
  5807. +++ Looking for ->
  5808. +++ Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
  5809. +++
  5810. +++ Checked Line 383
  5811. +++ - The previous passed test - old: BBP
  5812. +++ - The current passed test - new: SFT
  5813. +++ - All passed tests:
  5814. +++ - BKT, BBP, SFT
  5815. +++ - All unique passed tests:
  5816. +++ - BKT, BBP, SFT
  5817. + 20:02:06 - The last passed test: SFT
  5818. + The number of tests to run: 10
  5819. + The number of tests already run: 3
  5820. +++
  5821. +++ 20:02:06 - Checking for stress test errors
  5822. +++ Checking the new y-cruncher log entries...
  5823. +++ 20:02:06 - Looking for new WHEA errors
  5824. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5825. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5826. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5827. + No new WHEA error
  5828. + 20:02:06 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  5829. +++
  5830. +++ 20:02:06 - Tick 7 of max 8640
  5831. +++ Remaining max runtime: 86333s
  5832. +++ 20:02:15 - Suspending the stress test process for 1000 milliseconds
  5833. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5834. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5835. +++ Suspended: 6
  5836. +++ 20:02:16 - Resuming the stress test process
  5837. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5838. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5839. +++ Resumed: 6
  5840. +++ 20:02:17 - Getting new log file entries
  5841. +++ No file size change for the log file
  5842. +++ 20:02:17 - Automatic runtime per core selected
  5843. +++ No new log file entries found
  5844. +++ 20:02:17 - Checking for stress test errors
  5845. +++ Checking the new y-cruncher log entries...
  5846. +++ 20:02:17 - Looking for new WHEA errors
  5847. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5848. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5849. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5850. + No new WHEA error
  5851. + 20:02:17 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  5852. +++
  5853. +++ 20:02:18 - Tick 8 of max 8640
  5854. +++ Remaining max runtime: 86321s
  5855. +++ 20:02:27 - Suspending the stress test process for 1000 milliseconds
  5856. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5857. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5858. +++ Suspended: 6
  5859. +++ 20:02:28 - Resuming the stress test process
  5860. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5861. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5862. +++ Resumed: 6
  5863. +++ 20:02:29 - Getting new log file entries
  5864. +++ Getting new log entries starting at position 14687 / Line 386
  5865. +++ The new log file entries:
  5866. +++ - [Line 387]
  5867. +++ - [Line 388]
  5868. +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5869. +++ - [Line 390]
  5870. +++ - [Line 391]
  5871. +++ - [Line 392] Running SNT:
  5872. +++ New file position: 14923 / Line 392
  5873. +++ 20:02:29 - Automatic runtime per core selected
  5874. +++ The last passed test lines:
  5875. +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5876. +++ All found passed test lines:
  5877. +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5878. +++
  5879. +++ Checking line 389
  5880. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5881. +++ Line number of this entry: 389
  5882. +++ Line number of the previous entry: 383
  5883. +++ + Adding this line to the allTestLogEntries array
  5884. +++ Trying to get the passed test
  5885. +++ Looking for ->
  5886. +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
  5887. +++
  5888. +++ Checked Line 389
  5889. +++ - The previous passed test - old: SFT
  5890. +++ - The current passed test - new: SFTv4
  5891. +++ - All passed tests:
  5892. +++ - BKT, BBP, SFT, SFTv4
  5893. +++ - All unique passed tests:
  5894. +++ - BKT, BBP, SFT, SFTv4
  5895. + 20:02:29 - The last passed test: SFTv4
  5896. + The number of tests to run: 10
  5897. + The number of tests already run: 4
  5898. +++
  5899. +++ 20:02:29 - Checking for stress test errors
  5900. +++ Checking the new y-cruncher log entries...
  5901. +++ 20:02:29 - Looking for new WHEA errors
  5902. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5903. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5904. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5905. + No new WHEA error
  5906. + 20:02:29 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5907. +++
  5908. +++ 20:02:29 - Tick 9 of max 8640
  5909. +++ Remaining max runtime: 86310s
  5910. +++ 20:02:38 - Suspending the stress test process for 1000 milliseconds
  5911. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5912. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5913. +++ Suspended: 6
  5914. +++ 20:02:39 - Resuming the stress test process
  5915. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5916. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5917. +++ Resumed: 6
  5918. +++ 20:02:40 - Getting new log file entries
  5919. +++ Getting new log entries starting at position 14923 / Line 392
  5920. +++ The new log file entries:
  5921. +++ - [Line 393]
  5922. +++ - [Line 394]
  5923. +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5924. +++ - [Line 396]
  5925. +++ - [Line 397]
  5926. +++ - [Line 398] Running SVT:
  5927. +++ New file position: 15157 / Line 398
  5928. +++ 20:02:40 - Automatic runtime per core selected
  5929. +++ The last passed test lines:
  5930. +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5931. +++ All found passed test lines:
  5932. +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5933. +++
  5934. +++ Checking line 395
  5935. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5936. +++ Line number of this entry: 395
  5937. +++ Line number of the previous entry: 389
  5938. +++ + Adding this line to the allTestLogEntries array
  5939. +++ Trying to get the passed test
  5940. +++ Looking for ->
  5941. +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
  5942. +++
  5943. +++ Checked Line 395
  5944. +++ - The previous passed test - old: SFTv4
  5945. +++ - The current passed test - new: SNT
  5946. +++ - All passed tests:
  5947. +++ - BKT, BBP, SFT, SFTv4, SNT
  5948. +++ - All unique passed tests:
  5949. +++ - BKT, BBP, SFT, SFTv4, SNT
  5950. + 20:02:40 - The last passed test: SNT
  5951. + The number of tests to run: 10
  5952. + The number of tests already run: 5
  5953. +++
  5954. +++ 20:02:40 - Checking for stress test errors
  5955. +++ Checking the new y-cruncher log entries...
  5956. +++ 20:02:40 - Looking for new WHEA errors
  5957. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5958. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5959. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5960. + No new WHEA error
  5961. + 20:02:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  5962. +++
  5963. +++ 20:02:40 - Tick 10 of max 8640
  5964. +++ Remaining max runtime: 86299s
  5965. +++ 20:02:49 - Suspending the stress test process for 1000 milliseconds
  5966. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5967. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5968. +++ Suspended: 6
  5969. +++ 20:02:50 - Resuming the stress test process
  5970. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5971. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5972. +++ Resumed: 6
  5973. +++ 20:02:51 - Getting new log file entries
  5974. +++ No file size change for the log file
  5975. +++ 20:02:51 - Automatic runtime per core selected
  5976. +++ No new log file entries found
  5977. +++ 20:02:51 - Checking for stress test errors
  5978. +++ Checking the new y-cruncher log entries...
  5979. +++ 20:02:51 - Looking for new WHEA errors
  5980. +++ Core Start Date: 4/16/2025 8:00:59 PM
  5981. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  5982. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  5983. + No new WHEA error
  5984. + 20:02:51 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  5985. +++
  5986. +++ 20:02:51 - Tick 11 of max 8640
  5987. +++ Remaining max runtime: 86288s
  5988. +++ 20:03:00 - Suspending the stress test process for 1000 milliseconds
  5989. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  5990. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5991. +++ Suspended: 6
  5992. +++ 20:03:01 - Resuming the stress test process
  5993. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  5994. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  5995. +++ Resumed: 6
  5996. +++ 20:03:02 - Getting new log file entries
  5997. +++ Getting new log entries starting at position 15157 / Line 398
  5998. +++ The new log file entries:
  5999. +++ - [Line 399]
  6000. +++ - [Line 400]
  6001. +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  6002. +++ - [Line 402]
  6003. +++ - [Line 403]
  6004. +++ - [Line 404] Running FFT:
  6005. +++ New file position: 15391 / Line 404
  6006. +++ 20:03:02 - Automatic runtime per core selected
  6007. +++ The last passed test lines:
  6008. +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  6009. +++ All found passed test lines:
  6010. +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  6011. +++
  6012. +++ Checking line 401
  6013. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  6014. +++ Line number of this entry: 401
  6015. +++ Line number of the previous entry: 395
  6016. +++ + Adding this line to the allTestLogEntries array
  6017. +++ Trying to get the passed test
  6018. +++ Looking for ->
  6019. +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
  6020. +++
  6021. +++ Checked Line 401
  6022. +++ - The previous passed test - old: SNT
  6023. +++ - The current passed test - new: SVT
  6024. +++ - All passed tests:
  6025. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  6026. +++ - All unique passed tests:
  6027. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
  6028. + 20:03:02 - The last passed test: SVT
  6029. + The number of tests to run: 10
  6030. + The number of tests already run: 6
  6031. +++
  6032. +++ 20:03:02 - Checking for stress test errors
  6033. +++ Checking the new y-cruncher log entries...
  6034. +++ 20:03:02 - Looking for new WHEA errors
  6035. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6036. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6037. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6038. + No new WHEA error
  6039. + 20:03:02 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  6040. +++
  6041. +++ 20:03:02 - Tick 12 of max 8640
  6042. +++ Remaining max runtime: 86277s
  6043. +++ 20:03:11 - Suspending the stress test process for 1000 milliseconds
  6044. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6045. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6046. +++ Suspended: 6
  6047. +++ 20:03:12 - Resuming the stress test process
  6048. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6049. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6050. +++ Resumed: 6
  6051. +++ 20:03:13 - Getting new log file entries
  6052. +++ No file size change for the log file
  6053. +++ 20:03:13 - Automatic runtime per core selected
  6054. +++ No new log file entries found
  6055. +++ 20:03:13 - Checking for stress test errors
  6056. +++ Checking the new y-cruncher log entries...
  6057. +++ 20:03:13 - Looking for new WHEA errors
  6058. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6059. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6060. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6061. + No new WHEA error
  6062. + 20:03:13 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  6063. +++
  6064. +++ 20:03:13 - Tick 13 of max 8640
  6065. +++ Remaining max runtime: 86265s
  6066. +++ 20:03:22 - Suspending the stress test process for 1000 milliseconds
  6067. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6068. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6069. +++ Suspended: 6
  6070. +++ 20:03:24 - Resuming the stress test process
  6071. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6072. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6073. +++ Resumed: 6
  6074. +++ 20:03:25 - Getting new log file entries
  6075. +++ Getting new log entries starting at position 15391 / Line 404
  6076. +++ The new log file entries:
  6077. +++ - [Line 405]
  6078. +++ - [Line 406]
  6079. +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  6080. +++ - [Line 408]
  6081. +++ - [Line 409]
  6082. +++ - [Line 410] Running FFTv4:
  6083. +++ New file position: 15627 / Line 410
  6084. +++ 20:03:25 - Automatic runtime per core selected
  6085. +++ The last passed test lines:
  6086. +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  6087. +++ All found passed test lines:
  6088. +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  6089. +++
  6090. +++ Checking line 407
  6091. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  6092. +++ Line number of this entry: 407
  6093. +++ Line number of the previous entry: 401
  6094. +++ + Adding this line to the allTestLogEntries array
  6095. +++ Trying to get the passed test
  6096. +++ Looking for ->
  6097. +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
  6098. +++
  6099. +++ Checked Line 407
  6100. +++ - The previous passed test - old: SVT
  6101. +++ - The current passed test - new: FFT
  6102. +++ - All passed tests:
  6103. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  6104. +++ - All unique passed tests:
  6105. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
  6106. + 20:03:25 - The last passed test: FFT
  6107. + The number of tests to run: 10
  6108. + The number of tests already run: 7
  6109. +++
  6110. +++ 20:03:25 - Checking for stress test errors
  6111. +++ Checking the new y-cruncher log entries...
  6112. +++ 20:03:25 - Looking for new WHEA errors
  6113. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6114. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6115. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6116. + No new WHEA error
  6117. + 20:03:25 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  6118. +++
  6119. +++ 20:03:25 - Tick 14 of max 8640
  6120. +++ Remaining max runtime: 86254s
  6121. +++ 20:03:34 - Suspending the stress test process for 1000 milliseconds
  6122. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6123. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6124. +++ Suspended: 6
  6125. +++ 20:03:35 - Resuming the stress test process
  6126. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6127. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6128. +++ Resumed: 6
  6129. +++ 20:03:36 - Getting new log file entries
  6130. +++ No file size change for the log file
  6131. +++ 20:03:36 - Automatic runtime per core selected
  6132. +++ No new log file entries found
  6133. +++ 20:03:36 - Checking for stress test errors
  6134. +++ Checking the new y-cruncher log entries...
  6135. +++ 20:03:36 - Looking for new WHEA errors
  6136. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6137. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6138. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6139. + No new WHEA error
  6140. + 20:03:36 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  6141. +++
  6142. +++ 20:03:36 - Tick 15 of max 8640
  6143. +++ Remaining max runtime: 86243s
  6144. +++ 20:03:45 - Suspending the stress test process for 1000 milliseconds
  6145. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6146. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6147. +++ Suspended: 6
  6148. +++ 20:03:46 - Resuming the stress test process
  6149. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6150. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6151. +++ Resumed: 6
  6152. +++ 20:03:47 - Getting new log file entries
  6153. +++ Getting new log entries starting at position 15627 / Line 410
  6154. +++ The new log file entries:
  6155. +++ - [Line 411]
  6156. +++ - [Line 412]
  6157. +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
  6158. +++ - [Line 414]
  6159. +++ - [Line 415]
  6160. +++ - [Line 416] Running N63:
  6161. +++ New file position: 15863 / Line 416
  6162. +++ 20:03:47 - Automatic runtime per core selected
  6163. +++ The last passed test lines:
  6164. +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
  6165. +++ All found passed test lines:
  6166. +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
  6167. +++
  6168. +++ Checking line 413
  6169. +++ Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
  6170. +++ Line number of this entry: 413
  6171. +++ Line number of the previous entry: 407
  6172. +++ + Adding this line to the allTestLogEntries array
  6173. +++ Trying to get the passed test
  6174. +++ Looking for ->
  6175. +++ Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
  6176. +++
  6177. +++ Checked Line 413
  6178. +++ - The previous passed test - old: FFT
  6179. +++ - The current passed test - new: FFTv4
  6180. +++ - All passed tests:
  6181. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  6182. +++ - All unique passed tests:
  6183. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
  6184. + 20:03:47 - The last passed test: FFTv4
  6185. + The number of tests to run: 10
  6186. + The number of tests already run: 8
  6187. +++
  6188. +++ 20:03:47 - Checking for stress test errors
  6189. +++ Checking the new y-cruncher log entries...
  6190. +++ 20:03:47 - Looking for new WHEA errors
  6191. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6192. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6193. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6194. + No new WHEA error
  6195. + 20:03:47 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
  6196. +++
  6197. +++ 20:03:47 - Tick 16 of max 8640
  6198. +++ Remaining max runtime: 86232s
  6199. +++ 20:03:56 - Suspending the stress test process for 1000 milliseconds
  6200. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6201. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6202. +++ Suspended: 6
  6203. +++ 20:03:57 - Resuming the stress test process
  6204. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6205. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6206. +++ Resumed: 6
  6207. +++ 20:03:58 - Getting new log file entries
  6208. +++ No file size change for the log file
  6209. +++ 20:03:58 - Automatic runtime per core selected
  6210. +++ No new log file entries found
  6211. +++ 20:03:58 - Checking for stress test errors
  6212. +++ Checking the new y-cruncher log entries...
  6213. +++ 20:03:58 - Looking for new WHEA errors
  6214. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6215. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6216. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6217. + No new WHEA error
  6218. + 20:03:58 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  6219. +++
  6220. +++ 20:03:58 - Tick 17 of max 8640
  6221. +++ Remaining max runtime: 86221s
  6222. +++ 20:04:07 - Suspending the stress test process for 1000 milliseconds
  6223. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6224. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6225. +++ Suspended: 6
  6226. +++ 20:04:08 - Resuming the stress test process
  6227. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6228. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6229. +++ Resumed: 6
  6230. +++ 20:04:09 - Getting new log file entries
  6231. +++ Getting new log entries starting at position 15863 / Line 416
  6232. +++ The new log file entries:
  6233. +++ - [Line 417]
  6234. +++ - [Line 418]
  6235. +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  6236. +++ - [Line 420]
  6237. +++ - [Line 421]
  6238. +++ - [Line 422] Running VT3:
  6239. +++ New file position: 16097 / Line 422
  6240. +++ 20:04:09 - Automatic runtime per core selected
  6241. +++ The last passed test lines:
  6242. +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  6243. +++ All found passed test lines:
  6244. +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  6245. +++
  6246. +++ Checking line 419
  6247. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  6248. +++ Line number of this entry: 419
  6249. +++ Line number of the previous entry: 413
  6250. +++ + Adding this line to the allTestLogEntries array
  6251. +++ Trying to get the passed test
  6252. +++ Looking for ->
  6253. +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
  6254. +++
  6255. +++ Checked Line 419
  6256. +++ - The previous passed test - old: FFTv4
  6257. +++ - The current passed test - new: N63
  6258. +++ - All passed tests:
  6259. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  6260. +++ - All unique passed tests:
  6261. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
  6262. + 20:04:09 - The last passed test: N63
  6263. + The number of tests to run: 10
  6264. + The number of tests already run: 9
  6265. +++
  6266. +++ 20:04:09 - Checking for stress test errors
  6267. +++ Checking the new y-cruncher log entries...
  6268. +++ 20:04:09 - Looking for new WHEA errors
  6269. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6270. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6271. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6272. + No new WHEA error
  6273. + 20:04:09 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
  6274. +++
  6275. +++ 20:04:09 - Tick 18 of max 8640
  6276. +++ Remaining max runtime: 86210s
  6277. +++ 20:04:18 - Suspending the stress test process for 1000 milliseconds
  6278. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6279. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6280. +++ Suspended: 6
  6281. +++ 20:04:19 - Resuming the stress test process
  6282. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6283. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6284. +++ Resumed: 6
  6285. +++ 20:04:21 - Getting new log file entries
  6286. +++ No file size change for the log file
  6287. +++ 20:04:21 - Automatic runtime per core selected
  6288. +++ No new log file entries found
  6289. +++ 20:04:21 - Checking for stress test errors
  6290. +++ Checking the new y-cruncher log entries...
  6291. +++ 20:04:21 - Looking for new WHEA errors
  6292. +++ Core Start Date: 4/16/2025 8:00:59 PM
  6293. +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
  6294. +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
  6295. + No new WHEA error
  6296. + 20:04:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
  6297. +++
  6298. +++ 20:04:21 - Tick 19 of max 8640
  6299. +++ Remaining max runtime: 86198s
  6300. +++ 20:04:30 - Suspending the stress test process for 1000 milliseconds
  6301. + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
  6302. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6303. +++ Suspended: 6
  6304. +++ 20:04:31 - Resuming the stress test process
  6305. + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
  6306. +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
  6307. +++ Resumed: 6
  6308. +++ 20:04:32 - Getting new log file entries
  6309. +++ Getting new log entries starting at position 16097 / Line 422
  6310. +++ The new log file entries:
  6311. +++ - [Line 423]
  6312. +++ - [Line 424]
  6313. +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  6314. +++ - [Line 426]
  6315. +++ - [Line 427] Iteration: 6 Total Elapsed Time: 1321.085 seconds ( 22.018 minutes )
  6316. +++ - [Line 428]
  6317. +++ - [Line 429]
  6318. +++ - [Line 430] Running BKT:
  6319. +++ New file position: 16403 / Line 430
  6320. +++ 20:04:32 - Automatic runtime per core selected
  6321. +++ The last passed test lines:
  6322. +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  6323. +++ All found passed test lines:
  6324. +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  6325. +++
  6326. +++ Checking line 425
  6327. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  6328. +++ Line number of this entry: 425
  6329. +++ Line number of the previous entry: 419
  6330. +++ + Adding this line to the allTestLogEntries array
  6331. +++ Trying to get the passed test
  6332. +++ Looking for ->
  6333. +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
  6334. +++
  6335. +++ Checked Line 425
  6336. +++ - The previous passed test - old: N63
  6337. +++ - The current passed test - new: VT3
  6338. +++ - All passed tests:
  6339. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  6340. +++ - All unique passed tests:
  6341. +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
  6342. + 20:04:32 - The last passed test: VT3
  6343. + The number of tests to run: 10
  6344. + The number of tests already run: 10
  6345. +
  6346. + The number of unique test names matches the number of the selected test names!
  6347. Test completed in 00h 03m 32s
  6348. All tests have been run for this core, proceeding to the next one
  6349. +++ Adding Event Log entry: core_finished
  6350. +++ Adding the Windows Event Log entry:
  6351. +++ [EVENTLOG] Finished testing Core 10 (CPU 20)
  6352. +++ [EVENTLOG]
  6353. +++ [EVENTLOG] Test completed in 00h 03m 32s
  6354. +++ Trying to switch to a new core (7 of 16) [index 6 of 15]
  6355. + Still available cores:
  6356. + 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
  6357. + The selected core to test: 3
  6358. 20:04:32 - Set to Core 3 (CPU 6)
  6359. +++ Creating the .automode file
  6360. +++ Trying to flush the write cache to disk for drive: C
  6361. +++ Adding Event Log entry: core_started
  6362. +++ Adding the Windows Event Log entry:
  6363. +++ [EVENTLOG] Started testing Core 3 (CPU 6)
  6364. +++ The number of Processor Groups: 1
  6365. +++ The number of CPUs in the last group: 0
  6366. +++ The group ID of the CPU to set to: 0
  6367. +++ The number of processors in this group: 32
  6368. +++ The IDs of the CPUs in its own group: 6
  6369. +++ Calculated the group specific affinity as 64 [CPU 6, Group 0]
  6370. +++ All calculated group specific affinities: 64
  6371. +++ Found number of stress test threads: 1
  6372. +++ The original affinities array: 64
  6373. +++ The final affinities array: 64
  6374. +++ Processing stress test thread number 0
  6375. + Trying to set the affinity for thread ID: 14504
  6376. + - Processor Group: 0 | Affinity: 64
  6377. +++ Getting the thread handle for thread ID: 14504
  6378. +++ The returned thread handle: 1932
  6379. +++ Successfully set the group affinity for thread ID 14504 to 64 within group 0
  6380. + Setting the voltage for the currently tested core
  6381. + Trying to set the Curve Optimizer values
  6382. +++ The flag to only set the voltage for the currently tested core is enabled
  6383. +++ Currently tested core: 3
  6384. +++ The original values:
  6385. +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
  6386. +++ The modified values:
  6387. +++ 0 0 0 -50 0 0 0 0 0 0 0 0 0 0 0 0
  6388. + The values to set:
  6389. + 0,0,0,-50,0,0,0,0,0,0,0,0,0,0,0,0
  6390. + Error in the main functionality block!
  6391. + Could not set the Curve Optimizer values!
  6392. Reason: Program terminated unexpectedly. Exit Code: 8
  6393. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6394.  
  6395. Could not read CCD fuse!
  6396.  
  6397. At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
  6398. + throw('Could not set the Curve Optimizer values!' + [Environm ...
  6399. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6400. + CategoryInfo : OperationStopped: (Could not set t...ead CCD fuse!
  6401. :String) [], RuntimeException
  6402. + FullyQualifiedErrorId : Could not set the Curve Optimizer values!
  6403. Reason: Program terminated unexpectedly. Exit Code: 8
  6404. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6405.  
  6406. Could not read CCD fuse!
  6407.  
  6408.  
  6409. Program terminated unexpectedly. Exit Code: 8
  6410. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6411.  
  6412. Could not read CCD fuse!
  6413.  
  6414. At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5376 char:13
  6415. + throw($msg)
  6416. + ~~~~~~~~~~~
  6417. + CategoryInfo : OperationStopped: (Program termina...ead CCD fuse!
  6418. :String) [], RuntimeException
  6419. + FullyQualifiedErrorId : Program terminated unexpectedly. Exit Code: 8
  6420. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6421.  
  6422. Could not read CCD fuse!
  6423.  
  6424.  
  6425.  
  6426. +
  6427.  
  6428. ErrorRecord : Could not set the Curve Optimizer values!
  6429. Reason: Program terminated unexpectedly. Exit Code: 8
  6430. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6431.  
  6432. Could not read CCD fuse!
  6433.  
  6434. WasThrownFromThrowStatement : True
  6435. Message : Could not set the Curve Optimizer values!
  6436. Reason: Program terminated unexpectedly. Exit Code: 8
  6437. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6438.  
  6439. Could not read CCD fuse!
  6440.  
  6441. Data : {}
  6442. InnerException :
  6443. TargetSite :
  6444. StackTrace :
  6445. HelpLink :
  6446. Source :
  6447. HResult : -2146233087
  6448.  
  6449.  
  6450.  
  6451.  
  6452. +
  6453.  
  6454. MyCommand :
  6455. BoundParameters : {}
  6456. UnboundArguments : {}
  6457. ScriptLineNumber : 5403
  6458. OffsetInLine : 9
  6459. HistoryId : -1
  6460. ScriptName : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
  6461. Line : throw('Could not set the Curve Optimizer values!' + [Environment]::NewLine + 'Reason:
  6462. ' + $_)
  6463.  
  6464. PositionMessage : At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
  6465. + throw('Could not set the Curve Optimizer values!' + [Environm ...
  6466. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6467. PSScriptRoot : C:\temp\CoreCycler-v0.11.0.0alpha1
  6468. PSCommandPath : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
  6469. InvocationName :
  6470. PipelineLength : 0
  6471. PipelinePosition : 0
  6472. ExpectingInput : False
  6473. CommandOrigin : Internal
  6474. DisplayScriptPosition :
  6475.  
  6476.  
  6477.  
  6478.  
  6479. +++ Adding Event Log entry: script_error
  6480. +++ Adding the Windows Event Log entry:
  6481. +++ [EVENTLOG] There has been a general error in the script!
  6482. +++ [EVENTLOG]
  6483. +++ [EVENTLOG] Could not set the Curve Optimizer values!
  6484. +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
  6485. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6486. +++ [EVENTLOG]
  6487. +++ [EVENTLOG] Could not read CCD fuse!
  6488. +++ [EVENTLOG]
  6489. +++ [EVENTLOG] At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
  6490. +++ [EVENTLOG] + throw('Could not set the Curve Optimizer values!' + [Environm ...
  6491. +++ [EVENTLOG] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6492. +++ [EVENTLOG] + CategoryInfo : OperationStopped: (Could not set t...ead CCD fuse!
  6493. +++ [EVENTLOG] :String) [], RuntimeException
  6494. +++ [EVENTLOG] + FullyQualifiedErrorId : Could not set the Curve Optimizer values!
  6495. +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
  6496. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6497. +++ [EVENTLOG]
  6498. +++ [EVENTLOG] Could not read CCD fuse!
  6499. +++ [EVENTLOG]
  6500. +++ [EVENTLOG]
  6501. +++ [EVENTLOG] Program terminated unexpectedly. Exit Code: 8
  6502. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6503. +++ [EVENTLOG]
  6504. +++ [EVENTLOG] Could not read CCD fuse!
  6505. +++ [EVENTLOG]
  6506. +++ [EVENTLOG] At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5376 char:13
  6507. +++ [EVENTLOG] + throw($msg)
  6508. +++ [EVENTLOG] + ~~~~~~~~~~~
  6509. +++ [EVENTLOG] + CategoryInfo : OperationStopped: (Program termina...ead CCD fuse!
  6510. +++ [EVENTLOG] :String) [], RuntimeException
  6511. +++ [EVENTLOG] + FullyQualifiedErrorId : Program terminated unexpectedly. Exit Code: 8
  6512. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6513. +++ [EVENTLOG]
  6514. +++ [EVENTLOG] Could not read CCD fuse!
  6515. +++ [EVENTLOG]
  6516. +++ [EVENTLOG]
  6517. +++ [EVENTLOG]
  6518. +++ [EVENTLOG]
  6519. +++ [EVENTLOG]
  6520. +++ [EVENTLOG] ErrorRecord : Could not set the Curve Optimizer values!
  6521. +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
  6522. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6523. +++ [EVENTLOG]
  6524. +++ [EVENTLOG] Could not read CCD fuse!
  6525. +++ [EVENTLOG]
  6526. +++ [EVENTLOG] WasThrownFromThrowStatement : True
  6527. +++ [EVENTLOG] Message : Could not set the Curve Optimizer values!
  6528. +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
  6529. +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6530. +++ [EVENTLOG]
  6531. +++ [EVENTLOG] Could not read CCD fuse!
  6532. +++ [EVENTLOG]
  6533. +++ [EVENTLOG] Data : {}
  6534. +++ [EVENTLOG] InnerException :
  6535. +++ [EVENTLOG] TargetSite :
  6536. +++ [EVENTLOG] StackTrace :
  6537. +++ [EVENTLOG] HelpLink :
  6538. +++ [EVENTLOG] Source :
  6539. +++ [EVENTLOG] HResult : -2146233087
  6540. +++ [EVENTLOG]
  6541. +++ [EVENTLOG]
  6542. +++ [EVENTLOG]
  6543. +++ [EVENTLOG]
  6544. +++ [EVENTLOG]
  6545. +++ [EVENTLOG]
  6546. +++ [EVENTLOG] MyCommand :
  6547. +++ [EVENTLOG] BoundParameters : {}
  6548. +++ [EVENTLOG] UnboundArguments : {}
  6549. +++ [EVENTLOG] ScriptLineNumber : 5403
  6550. +++ [EVENTLOG] OffsetInLine : 9
  6551. +++ [EVENTLOG] HistoryId : -1
  6552. +++ [EVENTLOG] ScriptName : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
  6553. +++ [EVENTLOG] Line : throw('Could not set the Curve Optimizer values!' + [Environment]::NewLine + 'Reason:
  6554. +++ [EVENTLOG] ' + $_)
  6555. +++ [EVENTLOG]
  6556. +++ [EVENTLOG] PositionMessage : At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
  6557. +++ [EVENTLOG] + throw('Could not set the Curve Optimizer values!' + [Environm ...
  6558. +++ [EVENTLOG] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6559. +++ [EVENTLOG] PSScriptRoot : C:\temp\CoreCycler-v0.11.0.0alpha1
  6560. +++ [EVENTLOG] PSCommandPath : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
  6561. +++ [EVENTLOG] InvocationName :
  6562. +++ [EVENTLOG] PipelineLength : 0
  6563. +++ [EVENTLOG] PipelinePosition : 0
  6564. +++ [EVENTLOG] ExpectingInput : False
  6565. +++ [EVENTLOG] CommandOrigin : Internal
  6566. +++ [EVENTLOG] DisplayScriptPosition :
  6567. +++ [EVENTLOG]
  6568. +++ [EVENTLOG]
  6569. +++ [EVENTLOG]
  6570. +++ [EVENTLOG]
  6571. FATAL ERROR: Could not set the Curve Optimizer values!
  6572. Reason: Program terminated unexpectedly. Exit Code: 8
  6573. Did not find the expected amount of cores for mapping (16 expected but found only 0)!
  6574.  
  6575. Could not read CCD fuse!
  6576.  
  6577. +++ Removing the .automode file
  6578. +++
  6579. +++ ┌─────────────────────────┐
  6580. +++ │ THE FINALLY BLOCK │
  6581. +++ └─────────────────────────┘
  6582. +++
  6583. + 20:19:04 - Terminating the script...
  6584. + Successfully destroyed the shutdown block reason: (True)
  6585. +++ Adding Event Log entry: script_terminated
  6586. +++ Adding the Windows Event Log entry:
  6587. +++ [EVENTLOG] CoreCycler was terminated
  6588. +++ [EVENTLOG]
  6589. +++ [EVENTLOG] The log files for this run are stored in:
  6590. +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
  6591. +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\y-cruncher: yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
  6592. +++ [EVENTLOG]
  6593. +++ [EVENTLOG]
  6594. +++ [EVENTLOG] Summary:
  6595. +++ [EVENTLOG] Run time: 36 minutes, 41 seconds
  6596. +++ [EVENTLOG] Iterations: 1 started / 0 completed
  6597. +++ [EVENTLOG] Tested cores: 7 cores / 7 tests
  6598. +++ [EVENTLOG] Core 0 (1x), Core 1 (1x), Core 2 (1x), Core 3 (1x), Core 8 (1x)
  6599. +++ [EVENTLOG] Core 9 (1x), Core 10 (1x)
  6600. +++ [EVENTLOG] No core has thrown an error
  6601. +++ [EVENTLOG] No WHEA errors were observed during the test
  6602. +++ [EVENTLOG] No adjustments to the Curve Optimizer values were necessary
  6603. +++ [EVENTLOG] Core C0 | C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | C9 | C10 | C11 | C12 | C13 | C14 | C15
  6604. +++ [EVENTLOG] CO values -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50
  6605. +++ [EVENTLOG]
  6606. +++ Removing the startup task "\CoreCycler\\CoreCycler AutoMode Startup Task"
  6607. +++ Removing the .automode file
  6608. +++ Exit-WithFatalError was called, skipping the rest
  6609.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement