Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + Started the script at 2025-04-16 19:42:23
- +++ PSScriptRoot: C:\temp\CoreCycler-v0.11.0.0alpha1
- +++ The initial log level: 2
- +++ Starting the main functionality block
- +++ The original console mode: 503
- +++ Disabled the QuickEdit Mode feature
- +++ Disabled the close button
- +++ Trying to get the initial update check settings
- +++ Custom config file: C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
- +++ Initial Update Check Enabled: True
- +++ Initial Update Check Frequency: 24
- +++ Update check is enabled, initializing the background job (early start)
- +++ Starting the update check background job
- +++ Getting the settings
- A custom config file was provided:
- C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
- +++ Settings parsed
- +++
- +++ -------------------------------- The config file -------------------------------
- +++ C:\temp\CoreCycler-v0.11.0.0alpha1\config.ini
- +++ --------------------------------------------------------------------------------
- +++
- +++ # Config file for CoreCycler
- +++ # You can always find the default config file in configs\default.config.ini as a reference
- +++
- +++
- +++ # This is a copy of the default.config.ini in the /configs/ directory
- +++ # It contains all the available settings with comments and examples of what they do
- +++ # You can replace this file with your own version, and any setting that does not show up
- +++ # here will use its default value instead
- +++
- +++
- +++
- +++ # General settings
- +++ [General]
- +++
- +++ # Use a predefined config file instead of this one
- +++ # If this value is set, it will use the content from the file provided, overwriting all settings further below
- +++ # (which means that if you use this setting, you can safely remove all other settings in the "main" config.ini file)
- +++ # If this value is empty or invalid, the other settings from this file will apply
- +++ #
- +++ # It's useful for quickly switching between various configs, and you can find some predefined config files in the "configs" directory
- +++ # The setting uses a relative path from the location where this file is located in
- +++ # Example:
- +++ # useConfigFile = configs\quick-initial-test.yCruncher.config.ini
- +++ #
- +++ # Default: (empty)
- +++ useConfigFile = configs\Ryzen.AutomaticTestMode.Start.ini
- +++
- +++
- +++ # The program to perform the actual stress test
- +++ # The following programs are available:
- +++ # - PRIME95
- +++ # - AIDA64
- +++ # - YCRUNCHER
- +++ # - YCRUNCHER_OLD
- +++ # - LINPACK
- +++ # You can change the test mode and options for each stress test program in the respective [section] further down
- +++ # Note: For AIDA64, you need to manually download and extract the portable ENGINEER version and put it
- +++ # in the /test_programs/aida64/ folder
- +++ # AIDA64 is somewhat sketchy as well
- +++ # Note: There are two versions of y-cruncher included, which you can select with either "YCRUNCHER" or "YCRUNCHER_OLD"
- +++ # The "old" version uses the binaries and test algorithms that were available before version 0.8 of y-cruncher
- +++ # See the comments in the [yCruncher] section for a more detailed description
- +++ #
- +++ # Default: PRIME95
- +++ stressTestProgram = PRIME95
- +++
- +++
- +++ # Set the runtime per core
- +++ # You can define a specific runtime per core, by entering a numeric value in seconds,
- +++ # or use 'h' for hours, 'm' for minutes and 's' for seconds
- +++ # Examples: 360 = 360 seconds
- +++ # 1h4m = 1 hour, 4 minutes
- +++ # 1.5m = 1.5 minutes = 90 seconds
- +++ #
- +++ # Automatic runtime:
- +++ # You can also set it to "auto", in which case it will perform one "full" run for each core
- +++ # For Prime95, it will wait until all of the FFT sizes in the selected preset have been tested and
- +++ # will then continues to the next core and start again
- +++ # For y-cruncher the "auto" setting will wait until all selected tests have been finished for a core
- +++ # and will then continue to the next core
- +++ # If logging has been disabled for y-cruncher, it will fall back to 10 minutes per core
- +++ # For Aida64 the "auto" setting will default to 10 minutes per core
- +++ #
- +++ # Below are some examples of the runtime for one iteration of Prime95 for the various tests on my 5900X with one thread
- +++ # The first iteration is also usually the fastest one
- +++ # Selecting two threads usually takes *much* longer than one thread for one iteration in Prime95
- +++ # - Prime95 "Smallest": 4K to 21K - [SSE] ~3-4 Minutes <|> [AVX] ~8-9 Minutes <|> [AVX2] ~8-10 Minutes
- +++ # - Prime95 "Small": 36K to 248K - [SSE] ~4-6 Minutes <|> [AVX] ~14-19 Minutes <|> [AVX2] ~14-19 Minutes
- +++ # - Prime95 "Large": 426K to 8192K - [SSE] ~18-22 Minutes <|> [AVX] ~37-44 Minutes <|> [AVX2] ~38-51 Minutes
- +++ # - Prime95 "Huge": 8960K to MAX - [SSE] ~13-19 Minutes <|> [AVX] ~27-40 Minutes <|> [AVX2] ~33-51 Minutes
- +++ # - Prime95 "All": 4K to MAX - [SSE] ~40-65 Minutes <|> [AVX] ~92-131 Minutes <|> [AVX2] ~102-159 Minutes
- +++ # - Prime95 "Moderate": 1344K to 4096K - [SSE] ~7-15 Minutes <|> [AVX] ~17-30 Minutes <|> [AVX2] ~17-33 Minutes
- +++ # - Prime95 "Heavy": 4K to 1344K - [SSE] ~15-28 Minutes <|> [AVX] ~43-68 Minutes <|> [AVX2] ~47-73 Minutes
- +++ # - Prime95 "HeavyShort": 4K to 160K - [SSE] ~6-8 Minutes <|> [AVX] ~22-24 Minutes <|> [AVX2] ~23-25 Minutes
- +++ #
- +++ # Default: 6m
- +++ runtimePerCore = 6m
- +++
- +++
- +++ # Periodically suspend the stress test program
- +++ # This can simulate load changes / switches to idle and back
- +++ # Setting this to 1 will periodically suspend the stress test program, wait for a bit, and then resume it
- +++ # You should see the CPU load and clock speed drop significantly while the program is suspended and rise back up again
- +++ # Note: This will increase the runtime of the various stress tests as seen in the "runtimePerCore" setting by roughly 10%
- +++ #
- +++ # Default: 1
- +++ suspendPeriodically = 1
- +++
- +++
- +++ # The test order of the cores
- +++ # Available modes:
- +++ # Default: On CPUs with more than 8 physical cores: 'Alternate'. Otherwise 'Random'
- +++ # Alternate: Alternate between the 1st core on CCD1, then 1st on CCD2, then 2nd on CCD1, then 2nd on CCD2, etc.
- +++ # This should distribute the heat more evenly and possibly allow for higher clocks on CPUs with 2 CCDs
- +++ # Random: A random order
- +++ # Sequential: Cycle through the cores in numerical order
- +++ #
- +++ # You can also define your own testing order by entering a list of comma separated values.
- +++ # The list will be processed as provided, which means you can test the same core multiple times per iteration.
- +++ # Do note however that the "coresToIgnore" setting still takes precedence over any core listed here.
- +++ # The enumeration of cores starts with 0
- +++ # Example: 5, 4, 0, 5, 5, 7, 2
- +++ #
- +++ # Default: Default
- +++ coreTestOrder = Default
- +++
- +++
- +++ # Skip a core that has thrown an error in the following iterations
- +++ # If set to 0, this will test a core in the next iterations even if has thrown an error before
- +++ #
- +++ # Default: 1
- +++ skipCoreOnError = 1
- +++
- +++
- +++ # Stop the whole testing process if an error occurred
- +++ # If set to 0 (default), the stress test programm will be restarted when an error
- +++ # occurs and the core that caused the error will be skipped in the next iteration
- +++ #
- +++ # Default: 0
- +++ stopOnError = 0
- +++
- +++
- +++ # The number of threads to use for testing
- +++ # You can only choose between 1 and 2
- +++ # If Hyperthreading / SMT is disabled, this will automatically be set to 1
- +++ # Currently there's no automatic way to determine which core has thrown an error
- +++ # Setting this to 1 causes higher boost clock speed (due to less heat)
- +++ #
- +++ # Default: 1
- +++ # Maximum: 2
- +++ numberOfThreads = 1
- +++
- +++
- +++ # Use only one thread for load generation, but assign this thread to both virtual (logical) cores
- +++ # This way the Windows Scheduler or the internal CPU scheduler will choose which of both virtual CPU is used
- +++ # This may lead to additional stress situation otherwise not possible
- +++ # This setting has no effect if Hyperthreading / SMT is disabled or if numberOfThreads = 2
- +++ #
- +++ # Default: 0
- +++ assignBothVirtualCoresForSingleThread = 0
- +++
- +++
- +++ # The max number of iterations
- +++ # High values are basically unlimited (good for testing over night)
- +++ #
- +++ # Default: 10000
- +++ maxIterations = 10000
- +++
- +++
- +++ # Ignore certain cores
- +++ # Comma separated list of cores that will not be tested
- +++ # The enumeration of cores starts with 0
- +++ #
- +++ # Example: coresToIgnore = 0, 1, 2
- +++ # Default: (empty)
- +++ coresToIgnore =
- +++
- +++
- +++ # Restart the stress test process when a new core is selected
- +++ # This means each core will perform the same sequence of tests during the stress test
- +++ # This setting is best combined with runtimePerCore = auto
- +++ # Note: The monitor doesn't seem to turn off when this setting is enabled
- +++ #
- +++ # Important note:
- +++ # One disadvantage of this setting is that it has the potential to limit the amount of tests that the stress test program
- +++ # can run.
- +++ # In Prime95 for example, each FFT size will run for roughly 1 minute (except for very small ones), so if you want to make
- +++ # sure that Prime95 runs all of the available FFT sizes for a setting, you'll have to extend the "runtimePerCore" setting
- +++ # from the default value to something higher.
- +++ # For example the "Huge"/SSE preset has 19 FFT entries, and tests on my 5900X showed that it roughly takes 13-19 Minutes
- +++ # until all FFT sizes have been tested. The "Large"/SSE seems to take between 18 and 22 Minutes.
- +++ # I've included the measured times in the comment for the "runtimePerCore" setting above.
- +++ # This is why setting runtimePerCore = auto is beneficial when using this setting, to make sure every test is performed
- +++ # for every core.
- +++ #
- +++ # If this setting is disabled, a new core will very likely start with a different test / FFT size than the previous one.
- +++ # For longer testing periods (e.g. over night), the tested FFT sizes / algorithms will even out eventually, but if you
- +++ # want to make sure that each core is tested in exactly the same way, you should enable this setting.
- +++ #
- +++ # Default: 0
- +++ restartTestProgramForEachCore = 0
- +++
- +++
- +++ # Set a delay between the cores
- +++ # If the "restartTestProgramForEachCore" flag is set, this setting will define the amount of seconds between the end of
- +++ # the run of one core and the start of another
- +++ # If "restartTestProgramForEachCore" is 0, this setting has no effect
- +++ # Using this setting may help your CPU to cool down a little between cores, which could result in slightly higher
- +++ # core clocks at the start of the test (which could help in identifying instabilities)
- +++ #
- +++ # Default: 15
- +++ delayBetweenCores = 15
- +++
- +++
- +++ # Beep on a core error
- +++ # Play a beep when a core has thrown an error
- +++ #
- +++ # Default: 1
- +++ beepOnError = 1
- +++
- +++
- +++ # Flash on a core error
- +++ # Flash the window/icon in the taskbar when a core has thrown an error
- +++ #
- +++ # Default: 1
- +++ flashOnError = 1
- +++
- +++
- +++ # Check for WHEA errors
- +++ # If this is enabled, CoreCycler will periodicall check the Windows Event Log for WHEA errors
- +++ # These WHEA errors do not necessarily cause or show up together with a stress test error, but are indicative
- +++ # of an unstable overclock/undervolt
- +++ # A stable system should not produce any WHEA errors/warnings
- +++ #
- +++ # Default: 1
- +++ lookForWheaErrors = 1
- +++
- +++
- +++ # Treat a WHEA Warning Event Log entry as an error
- +++ # If this is enabled, a WHEA warning (Event Id 19, "corrected hardware error") will be treated as a "real" error
- +++ # The testing on the core will be stopped and continued on the next one
- +++ # However only if the APIC ID from the WHEA message matches the core that was currently tested, otherwise
- +++ # only a warning will be displayed
- +++ #
- +++ # Default: 1
- +++ treatWheaWarningAsError = 1
- +++
- +++
- +++
- +++
- +++ # Prime95 specific settings
- +++ [Prime95]
- +++
- +++ # The test modes for Prime95
- +++ # SSE Lightest load on the processor, lowest temperatures, highest boost clock
- +++ # AVX Medium load on the processor, medium temperatures, medium boost clock
- +++ # AVX2 Heavy load on the processor, highest temperatures, lowest boost clock
- +++ # AVX512 Only available for certain CPUs (Ryzen 7000, some Intel Alder Lake, etc)
- +++ # CUSTOM You can define your own settings for Prime. See the "customs" section further below
- +++ #
- +++ # Default: SSE
- +++ mode = SSE
- +++
- +++
- +++ # The FFT size preset to test for Prime95
- +++ # These are basically the presets as present in Prime95, plus an additional few
- +++ # Note: If "mode" is set to "CUSTOM", this setting will be ignored
- +++ # Smallest 4K to 21K - Prime95 preset text: "tests L1/L2 caches, high power/heat/CPU stress"
- +++ # Small 36K to 248K - Prime95 preset text: "tests L1/L2/L3 caches, maximum power/heat/CPU stress"
- +++ # Large 426K to 8192K - Prime95 preset text: "stresses memory controller and RAM" (although dedicated memory stress testing is disabled here by default!)
- +++ # Huge 8960K to MAX - Anything beginning at 8960K up to the highest FFT size (32768K for SSE/AVX, 51200K for AVX2, 65536K for AVX512)
- +++ # All 4K to MAX - 4K to up to the highest FFT size (32768K for SSE/AVX, 51200K for AVX2, 65536K for AVX512)
- +++ # Moderate 1344K to 4096K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
- +++ # Heavy 4K to 1344K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
- +++ # HeavyShort 4K to 160K - special preset, recommended in the "Curve Optimizer Guide Ryzen 5000"
- +++ #
- +++ # You can also define you own range by entering two FFT sizes joined by a hyphen, e.g 36-1344
- +++ #
- +++ # Default: Huge
- +++ FFTSize = Huge
- +++
- +++
- +++
- +++
- +++ # y-cruncher specific settings
- +++ # These apply to both "YCRUNCHER" and "YCRUNCHER_OLD"
- +++ [yCruncher]
- +++
- +++ # The test modes for y-cruncher
- +++ # y-cruncher offer various test modes (binaries/algorithms), that require different instruction sets to be available
- +++ # See the \test_programs\y-cruncher\Binaries\Tuning.txt file for a detailed explanation
- +++ #
- +++ # Test Mode Name Automatic Selection For Required Instruction Set
- +++ # -------------- ----------------------- ------------------------
- +++ # "04-P4P" Intel Pentium 4 Prescott SSE, SSE2, SSE3
- +++ # "05-A64 ~ Kasumi" AMD Athlon 64 x64, SSE, SSE2, SSE3
- +++ # "08-NHM ~ Ushio" Intel Nehalem x64, SSE, SSE2, SSE3, SSSE3, SSE4.1
- +++ # "11-SNB ~ Hina" Intel Sandy Bridge x64, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX
- +++ # "12-BD2 ~ Miyu" AMD Piledriver x64, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, ABM, FMA3
- +++ # "13-HSW ~ Airi" Intel Haswell x64, ABM, BMI1, BMI2, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
- +++ # "14-BDW ~ Kurumi" Intel Broadwell x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
- +++ # "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)
- +++ # "17-ZN1 ~ Yukina" AMD Zen 1 Summit Ridge x64, ABM, BMI1, BMI2, ADX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, FMA3, AVX2
- +++ # "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)
- +++ # "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
- +++ # "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)
- +++ # "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)
- +++ #
- +++ # If you let y-cruncher run on its own, it will automatically select one of these test modes depending on the processor it detects,
- +++ # this is the "Automatic Selection For" column in the table above
- +++ # For CoreCycler however you need to select a specific test mode to be run
- +++ # 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
- +++ # 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
- +++ # 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
- +++ #
- +++ # Be aware that test modes that require AVX512 instructions will not work on processors that do not support AVX512!
- +++ # It will either outright crash or simply not start
- +++ #
- +++ # A quick overview:
- +++ # "04-P4P" produces the least amount of heat and should therefore produce the highest boost clock on most tests
- +++ # "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
- +++ # "19-ZN2 ~ Kagari" is the test that y-cruncher itself would default to for Zen 2/3 (Ryzen 3000/5000)
- +++ # "22-ZN4 ~ Kizuna" is the test that y-cruncher itself would default to for Zen 4 (Ryzen 7000) and uses AVX512 instructions
- +++ # "24-ZN5 ~ Komari" is the test that y-cruncher itself would default to for Zen 5 (Ryzen 9000) and uses AVX512 instructions
- +++ #
- +++ # User experience seems to indicate that "19-ZN2 ~ Kagari" is pretty good for testing stability, even for Zen 4 (Ryzen 7000) CPUs
- +++ # It is unclear yet how Zen 5 / Ryzen 9000 CPUs will turn out
- +++ # So as a recommendation, use "04-P4P" for low load testing and "19-ZN2 ~ Kagari" for higher/AVX2 load scenarios
- +++ # 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"
- +++ # 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
- +++ #
- +++ #
- +++ # When using the old y-cruncher version ("YCRUNCHER_OLD" selected as the stress test), there's an additional test mode you can use:
- +++ #
- +++ # Test Mode Name Automatic Selection For Required Instruction Set
- +++ # -------------- ----------------------- ------------------------
- +++ # "00-x86" Legacy x86 86/IA-32 since Pentium (BSWAP, CMPXCHG, CPUID, RDTSC, possibly others...)
- +++ #
- +++ # 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
- +++ # with the least used instruction sets for low loads, you would need to switch to "YCRUNCHER_OLD" as the stress test
- +++ # Also note that if you use "YCRUNCHER_OLD", you will also need to adapt the "tests" setting, as the old version uses different names
- +++ #
- +++ # Furthermore the "12-BD2 ~ Miyu" test mode is named "11-BD1 ~ Miyu" in "YCRUNCHER_OLD"
- +++ #
- +++ # Default: 04-P4P
- +++ mode = 04-P4P
- +++
- +++
- +++ # Set the test algorithms to run for y-cruncher
- +++ # y-crunchers offers various different test algorithms that it can run, here you can select which ones it should use
- +++ # Tag Test Name Component CPU------Mem
- +++ # --- --------- --------- ------------
- +++ # BKT Basecase + Karatsuba Scalar Integer -|--------
- +++ # BBP BBP Digit Extraction AVX2 Float |---------
- +++ # SFT Small In-Cache FFTv3 AVX2 Float -|--------
- +++ # SFTv4 Small In-Cache FFTv4 AVX2 Float -|--------
- +++ # SNT Small In-Cache N63 AVX2 Integer --|-------
- +++ # SVT Small In-Cache VT3 AVX2 Float --|-------
- +++ # FFT Fast Fourier Transform (v3) AVX2 Float ---------|
- +++ # FFTv4 Fast Fourier Transform (v4) AVX2 Float ---------|
- +++ # N63 Classic NTT (v2) AVX2 Integer ---|------
- +++ # VT3 Vector Transform (v3) AVX2 Float ----|-----
- +++
- +++ #
- +++ # Use a comma separated list
- +++ # Default: BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ tests = BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++
- +++
- +++ # Set the test algorithms to run for the "old" version of y-cruncher ("YCRUNCHER_OLD" selected as the stress test)
- +++ # This older version (v0.7.10.9513) has a different set of tests to choose from
- +++ # Tag Test Name Component CPU------Mem
- +++ # --- --------- --------- ------------
- +++ # BKT Basecase + Karatsuba Scalar Integer -|--------
- +++ # BBP BBP Digit Extraction Floating-Point |--------- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # SFT Small In-Cache FFT Floating-Point -|-------- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # FFT Fast Fourier Transform Floating-Point ---------| depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # N32 Classic NTT (32-bit) Scalar Integer -----|---- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # N64 Classic NTT (64-bit) Scalar Integer ---|------ depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # HNT Hybrid NTT Mixed Workload -----|----
- +++ # VST Vector Transform Floating-Point ------|--- depending on the selected mode uses SSE, AVX, AVX2 or AVX512
- +++ # C17 Code 17 Experiment AVX2/512 Mixed ---|------ depending on the selected mode uses AVX2 or AVX512
- +++ #
- +++ # Important:
- +++ # "C17" (Code 17 Experiment) will only work with a AVX2 and AVX512 workload (so with mode "13-HSW ~ Airi" and above)
- +++ #
- +++ # Use a comma separated list
- +++ # Default: BKT, BBP, SFT, FFT, N32, N64, HNT, VST
- +++ #tests = BKT, BBP, SFT, FFT, N32, N64, HNT, VST
- +++
- +++
- +++ # Set the duration in seconds for each test in y-cruncher
- +++ # The duration for each individual test selected above in the "tests" setting
- +++ # Note: not the total runtime
- +++ #
- +++ # Default: 60
- +++ testDuration = 60
- +++
- +++
- +++ # Memory allocation for y-cruncher
- +++ # This allows you to customize the allocated memory for y-cruncher
- +++ # Set the value in bytes or use a "short" notation like e.g. "64MB"
- +++ # 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
- +++ # Note the difference between "MB" (1000 kilobyte = 1000*1000 byte) and "MiB" (1024 kibibyte = 1024*1024 byte)
- +++ #
- +++ # Default: Default
- +++ memory = Default
- +++
- +++
- +++ # Enable or disable the custom logging wrapper for y-cruncher
- +++ # We are using the helpers/WriteConsoleToWriteFileWrapper.exe executable to capture the output of y-cruncher and write it to a file
- +++ # It is using the Microsoft Detours C++ library to do so
- +++ # Here you can disable this behaviour and revert back to the original y-cruncher execution
- +++ #
- +++ # It is strongly recommended to leave this setting enabled, unless you're experiencing problems with it!
- +++ #
- +++ # Default: 1
- +++ enableYCruncherLoggingWrapper = 1
- +++
- +++
- +++
- +++
- +++ # Aida64 specific settings
- +++ [Aida64]
- +++
- +++ # The test modes for Aida64
- +++ # Note: "RAM" consumes basically all of the available memory and makes the computer pretty slow
- +++ # You can change the amount of RAM being used / tested with the "maxMempory" setting below
- +++ # CACHE: Starts Aida64 with the "Cache" stress test
- +++ # CPU: Starts Aida64 with the "CPU" stress test
- +++ # FPU: Starts Aida64 with the "FPU" stress test
- +++ # RAM: Starts Aida64 with the "Memory" stress test
- +++ # You can also combine multiple stress tests like so: CACHE,CPU,FPU
- +++ #
- +++ # Default: CACHE
- +++ mode = CACHE
- +++
- +++
- +++ # Use AVX for Aida64
- +++ # This enables or disables the usage of AVX instructions during Aida64's stress tests
- +++ #
- +++ # Default: 0
- +++ useAVX = 0
- +++
- +++
- +++ # The maximum memory allocation for Aida64
- +++ # Sets the maximum memory usage during the "RAM" stress test in percent
- +++ # Note: Setting this too high can cause your Windows to slow down to a crawl!
- +++ #
- +++ # Default: 90
- +++ maxMemory = 90
- +++
- +++
- +++
- +++
- +++ # Linpack specific settings
- +++ [Linpack]
- +++
- +++ # Which version of Linpack to use
- +++ # There are four different choices available
- +++ # 2018: Intel Linpack version 2018.0.3.1 - this is the same version as used in Linpack Xtreme 1.1.5
- +++ # 2019: Intel Linpack version 2019.0.3.1
- +++ # 2021: Intel Linpack version 2021.4.1.0 - this version always uses FASTEST (AVX2)
- +++ # 2024: Intel Linpack version 2024.2.1.0 - this version always uses FASTEST (AVX2)
- +++ #
- +++ # Version 2018 and 2019 are the only ones where you can set the mode to anything but "FASTEST"
- +++ # These two version also run slightly faster (more GFlops) on AMD processors than the newer versions when set to "FASTEST"
- +++ # But the newer versions might have additional optimizations that are missing in the older ones
- +++ #
- +++ # Default: 2018
- +++ version = 2018
- +++
- +++
- +++ # The test mode for Linpack
- +++ # You can choose between five settings:
- +++ # SLOWEST
- +++ # SLOW
- +++ # MEDIUM
- +++ # FAST
- +++ # FASTEST
- +++ # These settings define how fast one iteration will be completed (how many GFlops you'll see and the time it takes)
- +++ # It should also affect which instruction set is being used, e.g. FASTEST should enable AVX2, while FAST should
- +++ # use AVX
- +++ # I'm not entirely sure what instructions the other settings use exactly, but I did see a difference in the runtime
- +++ # and GFlops for these settings
- +++ # Here are some examples (not comparable to anything else, since determined with a custom overclock/undervolt setting):
- +++ # Ryzen 5900X 1 Thread Intel 14900KF 1 Thread
- +++ # GFlops Time Temp GFlops Time Temp
- +++ # SLOWEST ~21 ~126s ~67°C ~28 ~96s ~64°C
- +++ # SLOW ~25 ~105s ~71°C ~28 ~94s ~65°C
- +++ # MEDIUM ~27 ~99s ~71°C ~30 ~89s ~66°C
- +++ # FAST ~45 ~59s ~75°C ~51 ~52s ~66°C
- +++ # FASTEST ~66 ~40s ~76°C ~78 ~34s ~69°C
- +++ #
- +++ # As you can see, the setting has a more pronounced effect on AMD CPUs, but Intel CPUs are affected as well, just not
- +++ # as much on the slower settings
- +++ # This setting makes use of an undocumentented environment variable (MKL_DEBUG_CPU_TYPE) for Intel's MKL library
- +++ # (Math Kernel Library), which is interally used by Linpack
- +++ #
- +++ # Default: MEDIUM
- +++ mode = MEDIUM
- +++
- +++
- +++ # Memory allocation for Linpack
- +++ # Set the amount of memory to use with Linpack
- +++ # Enter the value either as a string like 500MB, 2GB, 4GB, etc
- +++ # Or as a raw value in bytes, e.g. 250000000 (which would equal "250MB")
- +++ # Note the difference between "MB" (1000 kilobyte = 1000*1000 byte) and "MiB" (1024 kibibyte = 1024*1024 byte)
- +++ # Also be aware that the memory size directly influences the time it takes to run one test, here are some examples:
- +++ # Setting Sample runtime Sample runtime
- +++ # with MEDIUM with FASTEST
- +++ # 100MB 1s 0.5s
- +++ # 250MB 4s 2s
- +++ # 500MB 12s 5s
- +++ # 750MB 23s 9s
- +++ # 1GB 35s 14s
- +++ # 2GB 99s 40s
- +++ # 4GB 287s 117s
- +++ # 6GB 534s 216s
- +++ # 30GB unknown, >1h not tested (I aborted after over an hour)
- +++ # Also note that choosing more memory doesn't necessarily help in finding CPU related problems
- +++ # It may help identifying RAM or IMC (Internal Memory Controller) related issues
- +++ #
- +++ # Default: 2GB
- +++ memory = 2GB
- +++
- +++
- +++
- +++
- +++ # Settings for the Automatic Test Mode
- +++ [AutomaticTestMode]
- +++
- +++ # Enable the automatic test mode
- +++ # If you enable this setting, the script will automatically adjust the Curve Optimizer or voltage offset values
- +++ # when an error occurs
- +++ #
- +++ # For Ryzen CPUs it uses "ryzen-smu-cli", which is included in the /tools/ryzen-smu-cli/ directory
- +++ # For Intel, it uses "IntelVoltageControl", which allows you to set a voltage offset (also included in the /tools/ directory)
- +++ #
- +++ # Note that this will only INCREASE the Curve Optimizer / voltage offset values, i.e. it will try to make the settings
- +++ # more stable, it will never push the settings more into the negative
- +++ # Also note that enabling this setting will require the script to be run with administrator privileges
- +++ # And lastly, enabling it will set "skipCoreOnError" to 0 and "stopOnError" to 0 as long as the limit has not been reached
- +++ #
- +++ # IMPORTANT: The automatically adjusted Curve Optimizer / voltage offset values are NOT permanent, so after a regular reboot they
- +++ # will not be applied anymore
- +++ # If you want to permanently set these values, you will need to set them in the BIOS, or use a startup script to
- +++ # set them on every Windows start (see the .txt files for ryzen-smu-cli resp. IntelVoltageControl in the /tools
- +++ # directory for an explanation of the various settings)
- +++ #
- +++ # Default: 0
- +++ enableAutomaticAdjustment = 0
- +++
- +++
- +++ # The starting Curve Optimizer / voltage offset values
- +++ # You can provide the Curve Optimizer / voltage offset starting values here, or let them be automatically detected
- +++ # If you specify values here, they will overwrite your currently applied CO / voltage offset settings
- +++ # If you leave the value blank or set it to "CurrentValues" or "Default", it will try to automatically detect your current settings
- +++ #
- +++ # For Ryzen, you can use the "Minimum" value to automatically set the values to their respective minimum Curve Optimizer values
- +++ # (-30 for Ryzen 5000 and -50 for Ryzen 7000 and upwards)
- +++ #
- +++ # Use a comma separated list or define a single value that will be applied to all cores
- +++ # You can also use spaces or "|" to separate the cores
- +++ # For Intel, this currently only really supports a single voltage offset that is applied to each core
- +++ # For Ryzen, you can define the Curve Optimizer value for each core
- +++ #
- +++ # Note: For Ryzen, the minimum possible Curve Optimizer value is defined by your CPU
- +++ # -30 is the minimum value for Curve Optimizer on Ryzen 5000, and -50 for Ryzen 7000 and upwards
- +++ # (and each point of Curve Optimizer equals around 3-5 millivolts)
- +++ # Note: For Intel, the values are provided in millivolts, so e.g. -120 for an undervolt of -0.120v
- +++ #
- +++ # IMPORTANT: Use a negative sign if you want negative CO values / a negative voltage offset, not providing a negative sign will
- +++ # instead apply a positive CO / voltage offset!
- +++ # IMPORTANT: The automatically adjusted Curve Optimizer / voltage offset values are TEMPORARY, so after a regular reboot they
- +++ # will not be applied anymore
- +++ # If you want to permanently set these values, you will need to set them in the BIOS, or use a startup script to
- +++ # set them on every Windows start (see the text files in the /tools directory for an explanation of the various settings)
- +++ #
- +++ # Example for setting Curve Optimizer values for a Ryzen 5800X with 8 cores:
- +++ # startValues = -15, -10, -15, -8, 2, -20, 0, -30
- +++ # Or
- +++ # startValues = -15 -10 -15 -8 2 -20 0 -30
- +++ # Or
- +++ # startValues = -15 | -10 | -15 | -8 | 2 | -20 | 0 | -30
- +++ #
- +++ # Example to assign a single Curve Optimizer value to all cores:
- +++ # startValues = -20
- +++ #
- +++ # Example to assign a voltage offset of -0.120v (-120mv) for Intel processors:
- +++ # startValues = -120
- +++ #
- +++ # Default: CurrentValues
- +++ startValues = CurrentValues
- +++
- +++
- +++ # The upper limit for the Curve Optimizer values / voltage offset
- +++ # If this limit has been reached, no further adjustments will be performed
- +++ # Instead the core will now simply throw an error and the regular "skipCoreOnError" setting will be obeyed
- +++ # This is either a Curve Optimizer value or a voltage offset value
- +++ #
- +++ # IMPORTANT: Be sensible about this value, setting it too high into the positive could apply a too high
- +++ # voltage to your CPU and may damage it!
- +++ #
- +++ # Default: 0
- +++ maxValue = 0
- +++
- +++
- +++ # The amount by which to increase the Curve Optimizer / voltage offset value
- +++ # On an error, the Curve Optimizer / voltage offset value will be increased by this amount
- +++ # For Ryzen, a value between 1 and 5 seems reasonable
- +++ # For Intel, you should probably set this to 5 to increase the vCore by 5mv after an error
- +++ #
- +++ # Setting it to "Default" will set the value to 1 for Ryzen and 5 for Intel
- +++ #
- +++ # Default: Default
- +++ incrementBy = Default
- +++
- +++
- +++ # Set only the currently tested core to the selected Curve Optimizer / voltage offset value
- +++ # All the other cores will be set to 0, resp. the determined maximum value if it's higher than 0
- +++ # This should prevent errors caused by other cores than the currently tested one, or at least diminish the chance for that
- +++ #
- +++ # Note: Currently this only has an effect for Ryzen processors, for Intel up to 14th gen there is only one voltage value
- +++ #
- +++ # Default: 0
- +++ setVoltageOnlyForTestedCore = 0
- +++
- +++
- +++ # Repeat the test on a core if it has thrown an error and the Curve Optimizer / voltage offset value was increased
- +++ # Setting this to 1 will restart the test, until it has not thrown an error, or until the maximum value has been reached
- +++ # Setting it to 0, the script will continue to the next core in line as normal
- +++ #
- +++ # Default: 1
- +++ repeatCoreOnError = 1
- +++
- +++
- +++ # Try to automatically resume after a crash / hard reboot
- +++ # If this setting is enabled, the script will try to automatically resume after a reboot has occurred
- +++ # It creates a Scheduled Task that will be run at logon, which then tries to resume where it left off,
- +++ # optionally repeating the last core with an adjusted value (see the repeatCoreOnError setting)
- +++ #
- +++ # IMPORTANT: If you just close the CoreCycler window without properly exiting the script with CTRL+C,
- +++ # the Scheduled Task will remain and will be executed on the next reboot!
- +++ # So make sure that you always exit CoreCycler by pressing CTRL+C
- +++ #
- +++ # IMPORTANT: The Scheduled Task will execute once you log back in to your user account
- +++ # So for a true automated testing, it would be beneficial if you activated auto-logon
- +++ # Be aware that this might pose a security risk though, so make sure to consider the risks!
- +++ # https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
- +++ # https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon
- +++ #
- +++ # Default: 0
- +++ enableResumeAfterUnexpectedExit = 1
- +++
- +++
- +++ # Windows treats crashes or reboots that happen within 120 seconds of the boot as a "failed" boot
- +++ # To prevent the Windows Recovery Screen from appearing after three of those "failed" boots, the script will wait for this
- +++ # amount of time before resuming the testing process
- +++ # Set this to 0 if you don't care about that and want to resume immediately
- +++ #
- +++ # Default: 120
- +++ waitBeforeAutomaticResume = 120
- +++
- +++
- +++ # Create a System Restore Point when using the Automatic Test Mode
- +++ # Using the Automatic Test Mode with very unstable starting settings may result in a corrupted Windows installation,
- +++ # so creating a System Restore Point before activation is highly recommended
- +++ # This way you can more easily restore a corrupted installation
- +++ #
- +++ # NOTE: The script will only create a System Restore Point if the last one is older than 24 hours
- +++ # It will also not do so while in the middle of the Automatic Test Mode process, only when starting a fresh one
- +++ #
- +++ # Default: 1
- +++ createSystemRestorePoint = 1
- +++
- +++
- +++ # Ask for the creation of a System Restore Point
- +++ # If this setting is disabled, the System Restore Point will be automatically created without user interaction
- +++ #
- +++ # Default: 1
- +++ askForSystemRestorePointCreation = 1
- +++
- +++
- +++
- +++ # Log specific settings
- +++ [Logging]
- +++
- +++ # The name of the log file
- +++ # The "mode" parameter, the selected stress test program and test mode, as well as the start date & time will be
- +++ # added to the name, with a .log file ending
- +++ #
- +++ # Default: CoreCycler
- +++ name = CoreCycler
- +++
- +++
- +++ # Set the log level
- +++ # 0: Do not log or display additional information
- +++ # 1: Write additional information to the log file (verbose)
- +++ # 2: Write even more information to the log file (debug)
- +++ # 3: Also display the verbose messages in the terminal
- +++ # 4: Also display the debug messages in the terminal
- +++ #
- +++ # Default: 2
- +++ logLevel = 2
- +++
- +++
- +++ # Make use of the Windows Event Log to log core tests and core errors
- +++ # If this is enabled, CoreCycler will add entries to the Windows Event Log when it has been started, ended,
- +++ # and also when iterating over the cores
- +++ # This can be helpful if you suffer from corrupted log files after a hard reboot during testing
- +++ # To be able to use this, a new Windows Event "Source" for CoreCycler needs to be added, the script will ask
- +++ # you add this if it's not available yet
- +++ # Adding this Source will require Administrator rights (once), but after it has been added, no additional rights
- +++ # are required
- +++ # The entries can be found in the Windows Logs/Application section of the Event Viewer
- +++ #
- +++ # Default: 1
- +++ useWindowsEventLog = 1
- +++
- +++
- +++ # Periodically flush the disk write cache
- +++ # If this is enabled, CoreCycler will periodically try to flush the disk write cache, which could help to prevent
- +++ # corrupted log files when a hard reboot during testing occurs
- +++ # Note that some drives have an additional internal write cache, which is NOT affected by this setting
- +++ # Also note that this will not work for all drives/volumes, e.g. if you run the script from a VeraCrypt volume,
- +++ # this setting will have no effect
- +++ #
- +++ # Default: 0
- +++ flushDiskWriteCache = 0
- +++
- +++
- +++
- +++
- +++ # Settings for updates
- +++ [Update]
- +++
- +++ # Enable the update check
- +++ #
- +++ # Default: 1
- +++ enableUpdateCheck = 1
- +++
- +++
- +++ # The frequency of the check, in hours
- +++ #
- +++ # Default: 24
- +++ updateCheckFrequency = 24
- +++
- +++
- +++
- +++
- +++ # Custom settings for Prime95
- +++ [Prime95Custom]
- +++
- +++ # This needs to be set to 1 for AVX mode
- +++ # (and also if you want to set AVX2 below)
- +++ CpuSupportsAVX = 0
- +++
- +++
- +++ # This needs to be set to 1 for AVX2 mode
- +++ CpuSupportsAVX2 = 0
- +++
- +++
- +++ # This also needs to be set to 1 for AVX2 mode on Ryzen
- +++ CpuSupportsFMA3 = 0
- +++
- +++
- +++ # This needs to be set to 1 for AVX512 mode
- +++ CpuSupportsAVX512 = 0
- +++
- +++
- +++ # The minimum FFT size to test
- +++ # Value for "Smallest FFT": 4
- +++ # Value for "Small FFT": 36
- +++ # Value for "Large FFT": 426
- +++ MinTortureFFT = 4
- +++
- +++
- +++ # The maximum FFT size to test
- +++ # Value for "Smallest FFT": 21
- +++ # Value for "Small FFT": 248
- +++ # Value for "Large FFT": 8192
- +++ MaxTortureFFT = 8192
- +++
- +++
- +++ # The amount of memory to use in MB
- +++ # 0 = In-Place
- +++ TortureMem = 0
- +++
- +++
- +++ # The max amount of minutes for each FFT size during the stress test
- +++ # Note: It may be much less than one minute, basically it seems to be "one run or one minute, whichever is less"
- +++ TortureTime = 1
- +++
- +++
- +++
- +++
- +++ # Debug settings that shouldn't need to be changed
- +++ # Only change them if you know what you're doing and there's a problem you're trying to identify
- +++ [Debug]
- +++
- +++ # Debug setting to disable the periodic CPU utilization check
- +++ #
- +++ # This setting enables or disables the CPU utilization check during stress testing.
- +++ # Some stress test programs (like Aida64) do not generate a log file, so the only way to detect an error is by
- +++ # checking the current CPU utilization.
- +++ #
- +++ # This uses a pretty basic check to see if the stress is still running at all, for a more detailled check
- +++ # enable the "useWindowsPerformanceCountersForCpuUtilization" below.
- +++ # Be aware that enabling the Windows Performance Counters may introduce other issues though, see the
- +++ # corresponding setting for an explanation.
- +++ #
- +++ # Default: 0
- +++ disableCpuUtilizationCheck = 0
- +++
- +++
- +++ # Debug setting to enable the use of Windows Performance Counters for the CPU utilization check
- +++ #
- +++ # This setting controls if the Windows Performance Counters should be used, which can be corrupted for unknown
- +++ # reasons. Please see the readme.txt and the /tools/enable_performance_counter.bat file for a possible way
- +++ # to fix these issues. There's no guarantee that it works though.
- +++ #
- +++ # Default: 0
- +++ useWindowsPerformanceCountersForCpuUtilization = 0
- +++
- +++
- +++ # Debug setting to enable querying for the CPU frequency
- +++ #
- +++ # This setting enables checking the CPU frequency
- +++ # Currently it doesn't really serve any purpose. The retrieved CPU frequency is not accurate enough (e.g. compared to HWiNFO),
- +++ # and its output is limited to the "verbose" channel.
- +++
- +++ # According to some reports, enabling it can result in incorrect CPU utilization readings, so be aware of this when you enable
- +++ # this setting.
- +++ #
- +++ # Note that this also enables the usage of the Windows Performance Counters, which may not work on certain systems.
- +++ # They can become corrupted, please see the readme.txt and the /tools/enable_performance_counter.bat file for a possible way
- +++ # to fix these issues. There's no guarantee that it works though.
- +++ #
- +++ # Default: 0
- +++ enableCpuFrequencyCheck = 0
- +++
- +++
- +++ # Debug setting to control the interval in seconds for the CPU utilization check and the "suspendPeriodically" functionality
- +++ #
- +++ # Don't set this too low, it will spam the log file and can produce unnecessary CPU load.
- +++ # It would also increase the time when the stress test program is suspended
- +++ # I'd consider 10 to be the minimum reasonable value (which is also the default)
- +++ #
- +++ # If 0, will disable this functionality
- +++ # This basically would mean "disableCpuUtilizationCheck = 1" and "suspendPeriodically = 0"
- +++ # Not entirely though, as the last check before changing a core is not affected
- +++ #
- +++ # Default: 10
- +++ tickInterval = 10
- +++
- +++
- +++ # Debug setting to delay the first error check for each core
- +++ #
- +++ # With this setting you can define a wait time before the first error check happens for each core
- +++ # Some systems may need longer to initialize the stress test program, which can result in an incorrect CPU utilization detection,
- +++ # so setting this value might resolve this issue
- +++ # Don't set this value too high in relation to your "runTimePerCore" though
- +++ #
- +++ # Default: 0
- +++ delayFirstErrorCheck = 0
- +++
- +++
- +++ # Debug setting to set the priority of the stress test program
- +++ #
- +++ # The default priority is set to "High" so that other applications don't interfere with the testing
- +++ # It can cause the computer to behave sluggish though. Setting a lower priority can fix this
- +++ #
- +++ # Note: "RealTime" probably won't work and you shouldn't set this anway, as the computer won't be responsive anymore
- +++ #
- +++ # Possible values:
- +++ # Idle
- +++ # BelowNormal
- +++ # Normal
- +++ # AboveNormal
- +++ # High
- +++ # RealTime
- +++ #
- +++ # Default: Normal
- +++ stressTestProgramPriority = Normal
- +++
- +++
- +++ # Debug setting to display the stress test program window in the foreground
- +++ #
- +++ # If enabled, will display the window of the stress test program in the foreground, stealing focus
- +++ # If disabled (default), the window will either be minimized to the tray (Prime95) or be moveed to the background,
- +++ # without stealing focus of the currently opened window (y-cruncher)
- +++ #
- +++ # Default: 0
- +++ stressTestProgramWindowToForeground = 0
- +++
- +++
- +++ # Debug setting to control the amount of milliseconds the stress test program is being suspended
- +++ #
- +++ # Default: 1000
- +++ suspensionTime = 1000
- +++
- +++
- +++ # Debug setting to define the method that is used to suspend the stress test process
- +++ #
- +++ # Can either be set to "Debugger" or "Threads"
- +++ # "Debugger" uses the "DebugActiveProcess" and "DebugActiveProcessStop" kernel32.dll methods on the main process
- +++ # "Threads" uses the "SuspendThread" and "ResumeThread" kernel32.dll methods on the process threads
- +++ # There's no clear benefit to either of these settings, but if there's a problem with one of these settings,
- +++ # the other one may work better
- +++ #
- +++ # Default: Threads
- +++ modeToUseForSuspension = Threads
- +++
- +++
- +++
- +++
- +++ ---------------------------- The custom config file ----------------------------
- +++ C:\temp\CoreCycler-v0.11.0.0alpha1\configs\Ryzen.AutomaticTestMode.Start.ini
- +++ --------------------------------------------------------------------------------
- +++
- +++ # This config uses the Automatic Test Mode to automatically adjust the Curve Optimizer values
- +++ # on Ryzen processors after an error has occurred
- +++ # It sets the Curve Optimizer values to the minimum value and will make it less aggressive
- +++ # step by step when an error or a crash occurs
- +++ #
- +++ # This took around 8 hours for my 5900X starting at -30 Curve Optimizer until 10 iterations had completed
- +++ #
- +++ # Author: sp00n
- +++
- +++
- +++ [General]
- +++ stressTestProgram = YCRUNCHER
- +++ runtimePerCore = auto
- +++ coreTestOrder = Default
- +++ numberOfThreads = 1
- +++ maxIterations = 10
- +++
- +++
- +++ [yCruncher]
- +++ mode = 24-ZN5 ~ Komari
- +++ #tests = SFTv4, FFTv4, N63
- +++ tests = BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3 # These would be all of the available tests
- +++ testDuration = 20
- +++
- +++
- +++ [AutomaticTestMode]
- +++ enableAutomaticAdjustment = 1
- +++ startValues = Minimum # Automatically select the minimum possible Curve Optimizer value (-30 for Ryzen 5000, -50 Ryzen 7000/8000/9000)
- +++ maxValue = 0 # Do not go above Curve Optimizer value of 0
- +++ incrementBy = 1 # Adjust the Curve Optimizer value by 1 after an error
- +++
- +++
- +++ # Set the Curve Optimizer value only for the currently tested core
- +++ # All other cores will be set to 0, to avoid any possible interference
- +++ setVoltageOnlyForTestedCore = 1
- +++
- +++
- +++ # Setting to try to automatically resume after a crash / hard reboot
- +++ # For this to work properly, Auto Logon should be activated
- +++ # Otherwise the computer will just idle at the logon screen after a crash
- +++ # See https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
- +++ # and https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon
- +++ enableResumeAfterUnexpectedExit = 1
- +++
- +++
- +++ # We want to create a System Restore Point before starting the whole process
- +++ # Crashes can cause a corrupted Windows installation, and a Restore Point can help fix that
- +++ createSystemRestorePoint = 1
- +++
- +++
- +++ # Don't ask for the creation of a System Restore Point, just do it
- +++ # It will only do so at the beginning, not during the process, and only once within 24 hours
- +++ askForSystemRestorePointCreation = 0
- +++
- +++
- +++ ------------------------------ The parsed settings -----------------------------
- +++ [No Section] mode = 24-ZN5 ~ KOMARI
- +++
- +++ [Logging] useWindowsEventLog = 1
- +++ [Logging] flushDiskWriteCache = 0
- +++ [Logging] name = CoreCycler
- +++ [Logging] logLevel = 2
- +++
- +++ [Aida64] useAVX = 0
- +++ [Aida64] mode = CACHE
- +++ [Aida64] maxMemory = 90
- +++
- +++ [Update] updateCheckFrequency = 24
- +++ [Update] enableUpdateCheck = 1
- +++
- +++ [Debug] stressTestProgramWindowToForeground = 0
- +++ [Debug] delayFirstErrorCheck = 0
- +++ [Debug] disableCpuUtilizationCheck = 0
- +++ [Debug] modeToUseForSuspension = threads
- +++ [Debug] tickInterval = 10
- +++ [Debug] useWindowsPerformanceCountersForCpuUtilization = 0
- +++ [Debug] enableCpuFrequencyCheck = 0
- +++ [Debug] stressTestProgramPriority = Normal
- +++ [Debug] suspensionTime = 1000
- +++
- +++ [yCruncher] mode = 24-ZN5 ~ Komari
- +++ [yCruncher] enableYCruncherLoggingWrapper = 1
- +++ [yCruncher] testDuration = 20
- +++ [yCruncher] memory = default
- +++ [yCruncher] tests = BKT BBP SFT SFTv4 SNT SVT FFT FFTv4 N63 VT3
- +++
- +++ [Prime95Custom] MinTortureFFT = 4
- +++ [Prime95Custom] TortureTime = 1
- +++ [Prime95Custom] TortureMem = 0
- +++ [Prime95Custom] CpuSupportsAVX = 0
- +++ [Prime95Custom] CpuSupportsFMA3 = 0
- +++ [Prime95Custom] MaxTortureFFT = 8192
- +++ [Prime95Custom] CpuSupportsAVX512 = 0
- +++ [Prime95Custom] CpuSupportsAVX2 = 0
- +++
- +++ [AutomaticTestMode] createSystemRestorePoint = 1
- +++ [AutomaticTestMode] enableAutomaticAdjustment = 1
- +++ [AutomaticTestMode] waitBeforeAutomaticResume = 120
- +++ [AutomaticTestMode] maxValue = 0
- +++ [AutomaticTestMode] askForSystemRestorePointCreation = 0
- +++ [AutomaticTestMode] enableResumeAfterUnexpectedExit = 1
- +++ [AutomaticTestMode] incrementBy = 1
- +++ [AutomaticTestMode] startValues = minimum
- +++ [AutomaticTestMode] repeatCoreOnError = 1
- +++ [AutomaticTestMode] setVoltageOnlyForTestedCore = 1
- +++
- +++ [Prime95] FFTSize = Huge
- +++ [Prime95] mode = SSE
- +++
- +++ [Linpack] memory = 2gb
- +++ [Linpack] version = 2018
- +++ [Linpack] mode = MEDIUM
- +++
- +++ [General] runtimePerCore = auto
- +++ [General] coresToIgnore =
- +++ [General] maxIterations = 10
- +++ [General] assignBothVirtualCoresForSingleThread = 0
- +++ [General] useConfigFile =
- +++ [General] flashOnError = 1
- +++ [General] skipCoreOnError = 1
- +++ [General] restartTestProgramForEachCore = 0
- +++ [General] treatWheaWarningAsError = 1
- +++ [General] stopOnError = 0
- +++ [General] numberOfThreads = 1
- +++ [General] delayBetweenCores = 15
- +++ [General] stressTestProgram = ycruncher
- +++ [General] lookForWheaErrors = 1
- +++ [General] suspendPeriodically = 1
- +++ [General] coreTestOrder = default
- +++ [General] beepOnError = 1
- +++
- +++ --------------------------------------------------------------------------------
- +++ --------------------------------------------------------------------------------
- +++ --------------------------------------------------------------------------------
- +++
- +
- + Operating System:
- + OS: Microsoft Windows 11 Professionnel
- + Version: 10.0.26100
- + BuildNumber: 26100
- + CSDVersion:
- + CodeSet: 1252
- + CountryCode: 33
- + OSLanguage: 1036
- + Locale: 040c (hex -> int -> 1036)
- + Locale Name: French (France) (fr-FR)
- + Free Memory: 55136 MB
- + Script Root: C:\temp\CoreCycler-v0.11.0.0alpha1
- +
- + CPU Info:
- + Manufacturer: AuthenticAMD
- + Name: AMD Ryzen 9 9950X3D 16-Core Processor
- + Caption: AMD64 Family 26 Model 68 Stepping 0
- + NumberOfCores: 16
- + NumberOfLogicalProcessors: 32
- + MaxClockSpeed: 4300
- + DeviceID: CPU0
- +
- + APIC IDs:
- + CPU 0: ACPI ID = 0 -> Core 0 (SMT On)
- + CPU 1: ACPI ID = 1 -> Core 0 (SMT On)
- + CPU 2: ACPI ID = 2 -> Core 1 (SMT On)
- + CPU 3: ACPI ID = 3 -> Core 1 (SMT On)
- + CPU 4: ACPI ID = 4 -> Core 2 (SMT On)
- + CPU 5: ACPI ID = 5 -> Core 2 (SMT On)
- + CPU 6: ACPI ID = 6 -> Core 3 (SMT On)
- + CPU 7: ACPI ID = 7 -> Core 3 (SMT On)
- + CPU 8: ACPI ID = 8 -> Core 4 (SMT On)
- + CPU 9: ACPI ID = 9 -> Core 4 (SMT On)
- + CPU 10: ACPI ID = 10 -> Core 5 (SMT On)
- + CPU 11: ACPI ID = 11 -> Core 5 (SMT On)
- + CPU 12: ACPI ID = 12 -> Core 6 (SMT On)
- + CPU 13: ACPI ID = 13 -> Core 6 (SMT On)
- + CPU 14: ACPI ID = 14 -> Core 7 (SMT On)
- + CPU 15: ACPI ID = 15 -> Core 7 (SMT On)
- + CPU 16: ACPI ID = 16 -> Core 8 (SMT On)
- + CPU 17: ACPI ID = 17 -> Core 8 (SMT On)
- + CPU 18: ACPI ID = 18 -> Core 9 (SMT On)
- + CPU 19: ACPI ID = 19 -> Core 9 (SMT On)
- + CPU 20: ACPI ID = 20 -> Core 10 (SMT On)
- + CPU 21: ACPI ID = 21 -> Core 10 (SMT On)
- + CPU 22: ACPI ID = 22 -> Core 11 (SMT On)
- + CPU 23: ACPI ID = 23 -> Core 11 (SMT On)
- + CPU 24: ACPI ID = 24 -> Core 12 (SMT On)
- + CPU 25: ACPI ID = 25 -> Core 12 (SMT On)
- + CPU 26: ACPI ID = 26 -> Core 13 (SMT On)
- + CPU 27: ACPI ID = 27 -> Core 13 (SMT On)
- + CPU 28: ACPI ID = 28 -> Core 14 (SMT On)
- + CPU 29: ACPI ID = 29 -> Core 14 (SMT On)
- + CPU 30: ACPI ID = 30 -> Core 15 (SMT On)
- + CPU 31: ACPI ID = 31 -> Core 15 (SMT On)
- +++ Can we use the flush to disk functionality: True
- +++ The script process id (PID): 6396
- +++ The parent process id: 4444
- +++ The parent main window handle: 655454
- + Successfully created the shutdown block reason: (True)
- + Initializing the stress test program
- + Checking if 24-ZN5 ~ Komari.exe exists at:
- + C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe
- +++ Getting the result of the update check background job
- +++ Messages from the update background job:
- +++ Checking for updates...
- +++ Started: 19:42:23
- +++ The current version string: 0.11.0.0alpha1
- +++ Int value of current version: 10999999999
- +++ Reading the .updatecheck file:
- +++ 1744831241
- +++ 10000000000
- +++ v0.10.0.0
- +++ https://github.com/sp00n/CoreCycler/releases/tag/v0.10.0.0
- +++
- +++ Last checked timestamp: 1744831241
- +++ Last checked version int: 10000000000
- +++ Last checked version str: v0.10.0.0
- +++ Last checked URL: https://github.com/sp00n/CoreCycler/releases/tag/v0.10.0.0
- +++ Current timestamp: 1744832543
- +++ Time since last check: 1302s (0.362h)
- +++ Check interval: 86400s (24h)
- +++ The check interval time has not yet been exceeded, do not initiate a new online check
- +++ Not performing an online check
- +++ Background Job Started: 19:42:23
- +++ Background Job Ended: 19:42:23
- +++ Background Job Runtime: 0.0469922
- +++ Is there an update available: False
- +++ Update Check Started (User Time): 19:42:25
- +++ Update Check Ended (User Time): 19:42:25
- +++ Update Check Runtime (User Time): 0.0106226
- +++ Initializing Automatic Test Mode
- +++ Are we admin: True
- +++ We have admin rights, proceeding
- +++ The Automatic Test Mode starting values from the settings:
- +++ minimum
- +++ Last System Restore Point time: 1744747323
- +++ Current timestamp: 1744832546
- +++ Time since last Restore Point: 85223s (23.673h)
- +++ Creation interval: 86400s (24h)
- + The System Restore Point creation interval time has not yet been exceeded, do not create a new one
- + Automatic Test Mode with resuming after unexpected exit enabled
- +++ Trying to add the Auto Mode startup task "\CoreCycler\\CoreCycler AutoMode Startup Task"
- +++ Added the Automatic Test Mode startup task
- + The starting value(s):
- + -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ Removing the .automode file
- ╔══════════════════════════════════════════════════════════════════════════════╗
- ╟─────────┤ CoreCycler v0.11.0.0alpha1 started at 2025-04-16 19:42:25 ├────────╢
- ╚══════════════════════════════════════════════════════════════════════════════╝
- Log Level set to: ....................... 2 [Writing debug messages to log file]
- Use the Windows Event Log: .............. ENABLED
- Check for WHEA errors: .................. ENABLED
- Stress test program: .................... Y-CRUNCHER
- Selected test mode: ..................... 24-ZN5 ~ KOMARI
- Selected y-cruncher tests: .............. BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- Duration per test: ...................... 20
- Detected processor: ..................... AMD Ryzen 9 9950X3D 16-Core Processor
- Logical/Physical cores: ................. 32 logical / 16 physical cores
- Hyperthreading / SMT is: ................ ENABLED
- Selected number of threads: ............. 1
- Assign both cores to stress thread: ..... DISABLED
- Runtime per core: ....................... AUTOMATIC
- Suspend periodically: ................... ENABLED
- Restart for each core: .................. DISABLED
- Test order of cores: .................... DEFAULT (ALTERNATE)
- Number of iterations: ................... 10
- Automatic Test Mode with resume: ........ ENABLED
- Starting Curve Optimizer values: ........ -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50, -50
- Set voltage only for the tested core: ... ENABLED
- ────────────────────────────────────────────────────────────────────────────────
- The log files for this run are stored in:
- C:\temp\CoreCycler-v0.11.0.0alpha1\logs\
- - CoreCycler: CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
- - y-cruncher: yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
- ────────────────────────────────────────────────────────────────────────────────
- ┌─────────────────────────────────┤ IMPORTANT ├────────────────────────────────┐
- │ You have enabled the Automatic Test Mode with resume after reboot. │
- │ This creates a Scheduled Task that is scheduled to run at the next logon, │
- │ which will automatically resume the test process after a reboot / crash. │
- │ │
- │ In order to prevent the script from being started during a "regular" reboot, │
- │ please abort the CoreCycler script only by using CTRL+C (or by letting it │
- │ finish on its own). │
- │ Do NOT just close the window before the script has had a chance to exit, │
- │ otherwise the Scheduled Task will not be deleted! │
- │ │
- │ The name of the Scheduled Task is: │
- │ "CoreCycler AutoMode Startup Task" and can be found within the │
- │ "\CoreCycler\" folder of the Task Scheduler Library. │
- └──────────────────────────────────────────────────────────────────────────────┘
- ┌──────────────────────────────────────────────────────────────────────────────┐
- │ Please note that the Curve Optimizer / voltage adjustments made here are not │
- │ permanent and will be reverted once you restart the computer. │
- │ So once you've found your final settings, you should add them to your BIOS. │
- └──────────────────────────────────────────────────────────────────────────────┘
- + Checking if we can and need to add the Event Log Source for CoreCycler
- +++ The Event Log Source "CoreCycler" already exist, nothing to do
- +++ Adding Event Log entry: script_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] CoreCycler has started
- +++ [EVENTLOG]
- +++ [EVENTLOG] The log files for this run are stored in:
- +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
- +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
- +++ [EVENTLOG]
- +++ [EVENTLOG] Stress test program: Y-CRUNCHER
- +++ [EVENTLOG] Selected test mode: 24-ZN5 ~ KOMARI
- +++ [EVENTLOG] Selected number of threads: 1
- +++ [EVENTLOG] Assign both cores to stress thread: DISABLED
- +++ [EVENTLOG] Runtime per core: AUTOMATIC
- +++ [EVENTLOG] Suspend periodically: ENABLED
- +++ [EVENTLOG] Restart for each core: DISABLED
- +++ [EVENTLOG] Test order of cores: DEFAULT (ALTERNATE)
- +++ [EVENTLOG] Number of iterations: 10
- +++ [EVENTLOG]
- + Starting the stress test program
- + Starting y-cruncher
- +++ Trying to start the stress test with the command:
- +++ 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"
- + Trying to get the stress test program main window handle
- + Looking for these window names:
- + ^.*WriteConsoleToWriteFileWrapper\.exe$, ^.*24-ZN5 ~ Komari\.exe$
- + 19:42:27 - Window found
- + Found the following window(s) with these names:
- + - WinTitle: y-cruncher - 24-ZN5 ~ Komari.exe
- + MainWindowHandle: 459018
- + ProcessId: 9084
- + Process Path: C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
- + Process Path (PS): C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
- + enableYCruncherLoggingWrapper has been set, special handling
- + Filtering the windows for "*"C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe"*":
- + - ProcessId: 9084
- + searchForProcess: *"C:\temp\CoreCycler-v0.11.0.0alpha1\test_programs\y-cruncher\Binaries\24-ZN5 ~ Komari.exe"*
- + 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"
- + hasMatch: True
- +++ Found the following windows:
- + - WinTitle: y-cruncher - 24-ZN5 ~ Komari.exe
- + MainWindowHandle: 459018
- + ProcessId: 9084
- + Process Path: C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
- + Process Path (PS): C:\temp\CoreCycler-v0.11.0.0alpha1\helpers\WriteConsoleToWriteFileWrapper.exe
- + The process performing the stress test is NOT the same as the main window!
- + Searching for process "24-ZN5 ~ Komari"...
- + 19:42:27 - ... not found
- + 19:42:28 - Found with ID: 14392
- +++ The stress test process id: 14392
- +++ The expected number of threads to find: 1
- +++ Trying to get the threads that are running the stress test
- +++ Trying to get the threads (loop: 0 - iteration: 1)
- +++ Found the expected number of threads (1 = 1)
- + Main window handle: 459018
- + Main window process name: WriteConsoleToWriteFileWrapper
- + Main window process ID: 9084
- + Stress test process name: 24-ZN5 ~ Komari
- + Stress test process ID: 14392
- + Stress test thread IDs:
- + All cores that could be tested:
- + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- + The preliminary test order:
- + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- 19:42:28 - Iteration 1
- ════════════════════════════════════════════════════════════════════════════════
- +++ The initial test order:
- +++ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- +++ The initial number of available cores: 16
- +++ The initial number of unique available cores: 16
- + Alternating test order selected, building the test order array...
- + The final test order:
- + 0, 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- +++ The number of available cores: 16
- +++ The number of unique available cores: 16
- +++ The number of cores with an error: 0
- +++ The number of cores with a WHEA error: 0
- +++ Trying to switch to a new core (1 of 16) [index 0 of 15]
- + Still available cores:
- + 0, 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 0
- + Trying to avoid Core 0 / CPU 0, as this is mainly used by the OS
- + Setting to CPU 1 instead, which is the second virtual CPU of Core 0
- 19:42:28 - Set to Core 0 (CPU 1)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 0 (CPU 1)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 1
- +++ Calculated the group specific affinity as 2 [CPU 1, Group 0]
- +++ All calculated group specific affinities: 2
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 2
- +++ The final affinities array: 2
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 2
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 5056
- +++ Successfully set the group affinity for thread ID 14504 to 2 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 0
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ -50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- + The values to set:
- + -50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to -50!
- +++ Set logical core 1, physical core 1 offset to 0!
- +++ Set logical core 2, physical core 2 offset to 0!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to 0!
- +++ Set logical core 9, physical core 9 offset to 0!
- +++ Set logical core 10, physical core 10 offset to 0!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 1/16 | Iteration 1/10 | Runtime 00h 00m 05s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 19:42:30 - Tick 1 of max 8640
- +++ Remaining max runtime: 86398s
- +++ 19:42:39 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:42:40 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:42:41 - Getting new log file entries
- +++ Getting new log entries starting at position 0 / Line 0
- +++ The new log file entries:
- +++ - [Line 1]
- +++ - [Line 2]
- +++ - [Line 3] 2025-04-16 19:42:27
- +++ - [Line 4]
- +++ - [Line 5] Checking processor/OS features...
- +++ - [Line 6]
- +++ - [Line 7] Required Features:
- +++ - [Line 8] x64, ABM, BMI1, BMI2, ADX,
- +++ - [Line 9] SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2,
- +++ - [Line 10] AVX, FMA3, AVX2,
- +++ - [Line 11] AVX512-(F/CD/VL/BW/DQ/IFMA/VBMI/VBMI2/GFNI)
- +++ - [Line 12]
- +++ - [Line 13]
- +++ - [Line 14]
- +++ - [Line 15] Parsing Core -> Handle Mappings...
- +++ - [Line 16] Cores: 0-31
- +++ - [Line 17]
- +++ - [Line 18] Parsing NUMA -> Core Mappings...
- +++ - [Line 19] Node 0: 0-15
- +++ - [Line 20] Node 1: 16-31
- +++ - [Line 21]
- +++ - [Line 22] Parsing Processor Group -> Core Mappings...
- +++ - [Line 23] Group 0: 0-31
- +++ - [Line 24]
- +++ - [Line 25]
- +++ - [Line 26]
- +++ - [Line 27] Component Stress Tester
- +++ - [Line 28]
- +++ - [Line 29] 1 Logical Cores: 1
- +++ - [Line 30] 2 Memory: 13.9 MiB ( 13.9 MiB per thread )
- +++ - [Line 31] 3 NUMA Mode: Local - Memory allocated from local thread.
- +++ - [Line 32] 4/5 Time Limit: 20 seconds per test / Run Forever
- +++ - [Line 33] 6 Stop on Error: Disabled
- +++ - [Line 34]
- +++ - [Line 35] 7/8 Enable All Tests / Disable All Tests
- +++ - [Line 36] 9/10 Load/Save Configuration File
- +++ - [Line 37]
- +++ - [Line 38] # Tag Test Name Mem/Thread Component CPU------Mem
- +++ - [Line 39] 11 BKT Basecase + Karatsuba 27.8 KiB Scalar Integer -|--------
- +++ - [Line 40] 12 BBP BBP Digit Extraction small AVX512 Float |---------
- +++ - [Line 41] 13 SFT Small In-Cache FFTv3 253 KiB AVX512 Float -|--------
- +++ - [Line 42] 14 SFTv4 Small In-Cache FFTv4 237 KiB AVX512 Float -|--------
- +++ - [Line 43] 15 SNT Small In-Cache N63 13.9 MiB AVX512 Integer --|-------
- +++ - [Line 44] 16 SVT Small In-Cache VT3 10.3 MiB AVX512 Integer --|-------
- +++ - [Line 45] 17 FFT Fast Fourier Transform (v3) 12.3 MiB AVX512 Float ---------|
- +++ - [Line 46] 18 FFTv4 Fast Fourier Transform (v4) 13.6 MiB AVX512 Float ---------|
- +++ - [Line 47] 19 N63 Classic NTT (v2) 13.9 MiB AVX512 Integer ------|---
- +++ - [Line 48] 20 VT3 Vector Transform (v3) 13.1 MiB AVX512 Integer -------|--
- +++ - [Line 49]
- +++ - [Line 50] 0 Start Stress-Testing!
- +++ - [Line 51]
- +++ - [Line 52] Allocating Memory...
- +++ - [Line 53] Core 2: 13.9 MiB node 0 (100%)
- +++ - [Line 54]
- +++ - [Line 55] Iteration: 0 Total Elapsed Time: 0.008 seconds ( 0.000 minutes )
- +++ - [Line 56]
- +++ - [Line 57]
- +++ - [Line 58] Running BKT:
- +++ New file position: 1888 / Line 58
- +++ 19:42:41 - Automatic runtime per core selected
- +++ No passed tests found yet, assuming we're at the very beginning of the run
- +++ 19:42:41 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:42:41 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:42:41 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:42:41 - Tick 2 of max 8640
- +++ Remaining max runtime: 86386s
- +++ 19:42:50 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:42:51 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:42:53 - Getting new log file entries
- +++ Getting new log entries starting at position 1888 / Line 58
- +++ The new log file entries:
- +++ - [Line 59]
- +++ - [Line 60]
- +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
- +++ - [Line 62]
- +++ - [Line 63]
- +++ - [Line 64] Running BBP:
- +++ New file position: 2122 / Line 64
- +++ 19:42:53 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 61] Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
- +++
- +++ Checking line 61
- +++ Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
- +++ Line number of this entry: 61
- +++ Line number of the previous entry: 0
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.37 * 10^09 bits / sec
- +++
- +++ Checked Line 61
- +++ - The previous passed test - old:
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 19:42:53 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 19:42:53 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:42:53 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:42:53 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:42:53 - Tick 3 of max 8640
- +++ Remaining max runtime: 86375s
- +++ 19:43:02 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:03 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:43:04 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:43:04 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:43:04 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:43:04 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:43:04 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:43:04 - Tick 4 of max 8640
- +++ Remaining max runtime: 86364s
- +++ 19:43:13 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:14 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:43:15 - Getting new log file entries
- +++ Getting new log entries starting at position 2122 / Line 64
- +++ The new log file entries:
- +++ - [Line 65]
- +++ - [Line 66]
- +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ - [Line 68]
- +++ - [Line 69]
- +++ - [Line 70] Running SFT:
- +++ New file position: 2357 / Line 70
- +++ 19:43:15 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 67] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++
- +++ Checking line 67
- +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ Line number of this entry: 67
- +++ Line number of the previous entry: 0
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++
- +++ Checked Line 67
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 19:43:15 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 19:43:15 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:43:15 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:43:15 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:43:15 - Tick 5 of max 8640
- +++ Remaining max runtime: 86353s
- +++ 19:43:24 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:25 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:43:26 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:43:26 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:43:26 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:43:26 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:43:26 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:43:26 - Tick 6 of max 8640
- +++ Remaining max runtime: 86341s
- +++ 19:43:35 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:36 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:43:37 - Getting new log file entries
- +++ Getting new log entries starting at position 2357 / Line 70
- +++ The new log file entries:
- +++ - [Line 71]
- +++ - [Line 72]
- +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ - [Line 74]
- +++ - [Line 75]
- +++ - [Line 76] Running SFTv4:
- +++ New file position: 2593 / Line 76
- +++ 19:43:37 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 73] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checking line 73
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ Line number of this entry: 73
- +++ Line number of the previous entry: 67
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checked Line 73
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 19:43:37 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 19:43:37 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:43:37 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:43:37 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:43:37 - Tick 7 of max 8640
- +++ Remaining max runtime: 86330s
- +++ 19:43:46 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:47 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:43:48 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:43:48 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:43:48 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:43:49 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:43:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:43:49 - Tick 8 of max 8640
- +++ Remaining max runtime: 86319s
- +++ 19:43:58 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:43:59 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:00 - Getting new log file entries
- +++ Getting new log entries starting at position 2593 / Line 76
- +++ The new log file entries:
- +++ - [Line 77]
- +++ - [Line 78]
- +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ - [Line 80]
- +++ - [Line 81]
- +++ - [Line 82] Running SNT:
- +++ New file position: 2829 / Line 82
- +++ 19:44:00 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 79] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checking line 79
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ Line number of this entry: 79
- +++ Line number of the previous entry: 73
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checked Line 79
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 19:44:00 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 19:44:00 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:00 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:00 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:00 - Tick 9 of max 8640
- +++ Remaining max runtime: 86308s
- +++ 19:44:09 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:44:10 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:11 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:44:11 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:44:11 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:11 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:11 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:11 - Tick 10 of max 8640
- +++ Remaining max runtime: 86297s
- +++ 19:44:20 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:44:21 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:22 - Getting new log file entries
- +++ Getting new log entries starting at position 2829 / Line 82
- +++ The new log file entries:
- +++ - [Line 83]
- +++ - [Line 84]
- +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 86]
- +++ - [Line 87]
- +++ - [Line 88] Running SVT:
- +++ New file position: 3063 / Line 88
- +++ 19:44:22 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 85] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 85
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 85
- +++ Line number of the previous entry: 79
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 85
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 19:44:22 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 19:44:22 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:22 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:22 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:22 - Tick 11 of max 8640
- +++ Remaining max runtime: 86286s
- +++ 19:44:31 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:44:32 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:33 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:44:33 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:44:33 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:33 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:33 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:33 - Tick 12 of max 8640
- +++ Remaining max runtime: 86274s
- +++ 19:44:42 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:44:43 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:44 - Getting new log file entries
- +++ Getting new log entries starting at position 3063 / Line 88
- +++ The new log file entries:
- +++ - [Line 89]
- +++ - [Line 90]
- +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
- +++ - [Line 92]
- +++ - [Line 93]
- +++ - [Line 94] Running FFT:
- +++ New file position: 3297 / Line 94
- +++ 19:44:44 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 91] Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
- +++
- +++ Checking line 91
- +++ Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
- +++ Line number of this entry: 91
- +++ Line number of the previous entry: 85
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.27 * 10^09 bits / sec
- +++
- +++ Checked Line 91
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 19:44:44 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 19:44:44 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:44 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:45 - Tick 13 of max 8640
- +++ Remaining max runtime: 86263s
- +++ 19:44:54 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:44:55 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:44:56 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:44:56 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:44:56 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:44:56 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:44:56 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:44:56 - Tick 14 of max 8640
- +++ Remaining max runtime: 86252s
- +++ 19:45:05 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:45:06 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:45:07 - Getting new log file entries
- +++ Getting new log entries starting at position 3297 / Line 94
- +++ The new log file entries:
- +++ - [Line 95]
- +++ - [Line 96]
- +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ - [Line 98]
- +++ - [Line 99]
- +++ - [Line 100] Running FFTv4:
- +++ New file position: 3533 / Line 100
- +++ 19:45:07 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 97] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checking line 97
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ Line number of this entry: 97
- +++ Line number of the previous entry: 91
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checked Line 97
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 19:45:07 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 19:45:07 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:45:07 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:45:07 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:45:07 - Tick 15 of max 8640
- +++ Remaining max runtime: 86241s
- +++ 19:45:16 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:45:17 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:45:18 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:45:18 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:45:18 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:45:18 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:45:18 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:45:18 - Tick 16 of max 8640
- +++ Remaining max runtime: 86230s
- +++ 19:45:27 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:45:28 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:45:29 - Getting new log file entries
- +++ Getting new log entries starting at position 3533 / Line 100
- +++ The new log file entries:
- +++ - [Line 101]
- +++ - [Line 102]
- +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ - [Line 104]
- +++ - [Line 105]
- +++ - [Line 106] Running N63:
- +++ New file position: 3768 / Line 106
- +++ 19:45:29 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 103] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checking line 103
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ Line number of this entry: 103
- +++ Line number of the previous entry: 97
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checked Line 103
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 19:45:29 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 19:45:29 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:45:29 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:45:29 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:45:29 - Tick 17 of max 8640
- +++ Remaining max runtime: 86218s
- +++ 19:45:38 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:45:39 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:45:40 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:45:40 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:45:40 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:45:40 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:45:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:45:41 - Tick 18 of max 8640
- +++ Remaining max runtime: 86207s
- +++ 19:45:50 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:45:51 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:45:52 - Getting new log file entries
- +++ Getting new log entries starting at position 3768 / Line 106
- +++ The new log file entries:
- +++ - [Line 107]
- +++ - [Line 108]
- +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 110]
- +++ - [Line 111]
- +++ - [Line 112] Running VT3:
- +++ New file position: 4002 / Line 112
- +++ 19:45:52 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 109] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 109
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 109
- +++ Line number of the previous entry: 103
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 109
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 19:45:52 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 19:45:52 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:45:52 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:45:52 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:45:52 - Tick 19 of max 8640
- +++ Remaining max runtime: 86196s
- +++ 19:46:01 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:02 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:03 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:46:03 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:46:03 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:46:03 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:42:28 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:46:03 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:46:03 - Tick 20 of max 8640
- +++ Remaining max runtime: 86185s
- +++ 19:46:12 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:13 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:14 - Getting new log file entries
- +++ Getting new log entries starting at position 4002 / Line 112
- +++ The new log file entries:
- +++ - [Line 113]
- +++ - [Line 114]
- +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ - [Line 116]
- +++ - [Line 117] Iteration: 1 Total Elapsed Time: 219.661 seconds ( 3.661 minutes )
- +++ - [Line 118]
- +++ - [Line 119]
- +++ - [Line 120] Running BKT:
- +++ New file position: 4306 / Line 120
- +++ 19:46:14 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 115] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checking line 115
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ Line number of this entry: 115
- +++ Line number of the previous entry: 109
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checked Line 115
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 19:46:14 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 46s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 0 (CPU 1)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 46s
- +++ Trying to switch to a new core (2 of 16) [index 1 of 15]
- + Still available cores:
- + 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 8
- 19:46:14 - Set to Core 8 (CPU 16)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 8 (CPU 16)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 16
- +++ Calculated the group specific affinity as 65536 [CPU 16, Group 0]
- +++ All calculated group specific affinities: 65536
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 65536
- +++ The final affinities array: 65536
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 65536
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 2276
- +++ Successfully set the group affinity for thread ID 14504 to 65536 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 8
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 0 0 0 0 0 0 0 -50 0 0 0 0 0 0 0
- + The values to set:
- + 0,0,0,0,0,0,0,0,-50,0,0,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to 0!
- +++ Set logical core 1, physical core 1 offset to 0!
- +++ Set logical core 2, physical core 2 offset to 0!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to -50!
- +++ Set logical core 9, physical core 9 offset to 0!
- +++ Set logical core 10, physical core 10 offset to 0!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 2/16 | Iteration 1/10 | Runtime 00h 03m 51s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 19:46:14 - Tick 1 of max 8640
- +++ Remaining max runtime: 86400s
- +++ 19:46:23 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:24 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:25 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:46:25 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:46:25 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:46:25 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:46:25 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:46:25 - Tick 2 of max 8640
- +++ Remaining max runtime: 86389s
- +++ 19:46:34 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:36 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:37 - Getting new log file entries
- +++ Getting new log entries starting at position 4306 / Line 120
- +++ The new log file entries:
- +++ - [Line 121]
- +++ - [Line 122]
- +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ - [Line 124]
- +++ - [Line 125]
- +++ - [Line 126] Running BBP:
- +++ New file position: 4540 / Line 126
- +++ 19:46:37 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 123] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checking line 123
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ Line number of this entry: 123
- +++ Line number of the previous entry: 115
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checked Line 123
- +++ - The previous passed test - old: VT3
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 19:46:37 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 19:46:37 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:46:37 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:46:37 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:46:37 - Tick 3 of max 8640
- +++ Remaining max runtime: 86377s
- +++ 19:46:46 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:47 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:48 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:46:48 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:46:48 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:46:48 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:46:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:46:48 - Tick 4 of max 8640
- +++ Remaining max runtime: 86366s
- +++ 19:46:57 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:46:58 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:46:59 - Getting new log file entries
- +++ Getting new log entries starting at position 4540 / Line 126
- +++ The new log file entries:
- +++ - [Line 127]
- +++ - [Line 128]
- +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ - [Line 130]
- +++ - [Line 131]
- +++ - [Line 132] Running SFT:
- +++ New file position: 4775 / Line 132
- +++ 19:46:59 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 129] Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++
- +++ Checking line 129
- +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++ Line number of this entry: 129
- +++ Line number of the previous entry: 123
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 3.96 * 10^08 terms / sec
- +++
- +++ Checked Line 129
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 19:46:59 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 19:46:59 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:46:59 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:46:59 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:46:59 - Tick 5 of max 8640
- +++ Remaining max runtime: 86355s
- +++ 19:47:08 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:47:09 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:47:10 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:47:10 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:47:10 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:47:10 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:47:10 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:47:10 - Tick 6 of max 8640
- +++ Remaining max runtime: 86344s
- +++ 19:47:19 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Suspended: 5
- +++ 19:47:20 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok
- +++ Resumed: 5
- +++ 19:47:21 - Getting new log file entries
- +++ Getting new log entries starting at position 4775 / Line 132
- +++ The new log file entries:
- +++ - [Line 133]
- +++ - [Line 134]
- +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ - [Line 136]
- +++ - [Line 137]
- +++ - [Line 138] Running SFTv4:
- +++ New file position: 5011 / Line 138
- +++ 19:47:21 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 135] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checking line 135
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ Line number of this entry: 135
- +++ Line number of the previous entry: 129
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checked Line 135
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 19:47:21 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 19:47:21 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:47:21 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:47:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:47:21 - Tick 7 of max 8640
- +++ Remaining max runtime: 86333s
- +++ 19:47:30 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:47:31 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:47:32 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:47:32 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:47:32 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:47:32 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:47:32 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:47:33 - Tick 8 of max 8640
- +++ Remaining max runtime: 86321s
- +++ 19:47:42 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:47:43 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:47:44 - Getting new log file entries
- +++ Getting new log entries starting at position 5011 / Line 138
- +++ The new log file entries:
- +++ - [Line 139]
- +++ - [Line 140]
- +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ - [Line 142]
- +++ - [Line 143]
- +++ - [Line 144] Running SNT:
- +++ New file position: 5247 / Line 144
- +++ 19:47:44 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 141] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++
- +++ Checking line 141
- +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ Line number of this entry: 141
- +++ Line number of the previous entry: 135
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++
- +++ Checked Line 141
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 19:47:44 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 19:47:44 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:47:44 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:47:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:47:44 - Tick 9 of max 8640
- +++ Remaining max runtime: 86310s
- +++ 19:47:53 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:47:54 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:47:55 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:47:55 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:47:55 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:47:55 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:47:55 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:47:55 - Tick 10 of max 8640
- +++ Remaining max runtime: 86299s
- +++ 19:48:04 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:48:05 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:48:06 - Getting new log file entries
- +++ Getting new log entries starting at position 5247 / Line 144
- +++ The new log file entries:
- +++ - [Line 145]
- +++ - [Line 146]
- +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 148]
- +++ - [Line 149]
- +++ - [Line 150] Running SVT:
- +++ New file position: 5481 / Line 150
- +++ 19:48:06 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 147] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 147
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 147
- +++ Line number of the previous entry: 141
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 147
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 19:48:06 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 19:48:06 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:48:06 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:48:06 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:48:06 - Tick 11 of max 8640
- +++ Remaining max runtime: 86288s
- +++ 19:48:15 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:48:16 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:48:17 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:48:17 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:48:17 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:48:17 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:48:17 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:48:17 - Tick 12 of max 8640
- +++ Remaining max runtime: 86277s
- +++ 19:48:26 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:48:27 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:48:28 - Getting new log file entries
- +++ Getting new log entries starting at position 5481 / Line 150
- +++ The new log file entries:
- +++ - [Line 151]
- +++ - [Line 152]
- +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ - [Line 154]
- +++ - [Line 155]
- +++ - [Line 156] Running FFT:
- +++ New file position: 5715 / Line 156
- +++ 19:48:28 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 153] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checking line 153
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ Line number of this entry: 153
- +++ Line number of the previous entry: 147
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checked Line 153
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 19:48:28 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 19:48:28 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:48:28 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:48:28 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:48:29 - Tick 13 of max 8640
- +++ Remaining max runtime: 86265s
- +++ 19:48:38 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:48:39 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:48:40 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:48:40 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:48:40 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:48:40 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:48:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:48:40 - Tick 14 of max 8640
- +++ Remaining max runtime: 86254s
- +++ 19:48:49 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:48:50 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:48:51 - Getting new log file entries
- +++ Getting new log entries starting at position 5715 / Line 156
- +++ The new log file entries:
- +++ - [Line 157]
- +++ - [Line 158]
- +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ - [Line 160]
- +++ - [Line 161]
- +++ - [Line 162] Running FFTv4:
- +++ New file position: 5951 / Line 162
- +++ 19:48:51 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 159] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checking line 159
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ Line number of this entry: 159
- +++ Line number of the previous entry: 153
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checked Line 159
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 19:48:51 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 19:48:51 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:48:51 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:48:51 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:48:51 - Tick 15 of max 8640
- +++ Remaining max runtime: 86243s
- +++ 19:49:00 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:01 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:02 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:49:02 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:49:02 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:49:02 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:49:02 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:49:02 - Tick 16 of max 8640
- +++ Remaining max runtime: 86232s
- +++ 19:49:11 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:12 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:13 - Getting new log file entries
- +++ Getting new log entries starting at position 5951 / Line 162
- +++ The new log file entries:
- +++ - [Line 163]
- +++ - [Line 164]
- +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ - [Line 166]
- +++ - [Line 167]
- +++ - [Line 168] Running N63:
- +++ New file position: 6186 / Line 168
- +++ 19:49:13 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 165] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checking line 165
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ Line number of this entry: 165
- +++ Line number of the previous entry: 159
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checked Line 165
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 19:49:13 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 19:49:13 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:49:13 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:49:13 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:49:13 - Tick 17 of max 8640
- +++ Remaining max runtime: 86221s
- +++ 19:49:22 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:23 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:24 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:49:24 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:49:24 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:49:24 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:49:24 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:49:25 - Tick 18 of max 8640
- +++ Remaining max runtime: 86209s
- +++ 19:49:34 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:35 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:36 - Getting new log file entries
- +++ Getting new log entries starting at position 6186 / Line 168
- +++ The new log file entries:
- +++ - [Line 169]
- +++ - [Line 170]
- +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 172]
- +++ - [Line 173]
- +++ - [Line 174] Running VT3:
- +++ New file position: 6420 / Line 174
- +++ 19:49:36 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 171] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 171
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 171
- +++ Line number of the previous entry: 165
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 171
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 19:49:36 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 19:49:36 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:49:36 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:49:36 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:49:36 - Tick 19 of max 8640
- +++ Remaining max runtime: 86198s
- +++ 19:49:45 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:46 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:47 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:49:47 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:49:47 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:49:47 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:46:14 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:49:47 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:49:47 - Tick 20 of max 8640
- +++ Remaining max runtime: 86187s
- +++ 19:49:56 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:49:57 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:49:58 - Getting new log file entries
- +++ Getting new log entries starting at position 6420 / Line 174
- +++ The new log file entries:
- +++ - [Line 175]
- +++ - [Line 176]
- +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ - [Line 178]
- +++ - [Line 179] Iteration: 2 Total Elapsed Time: 440.321 seconds ( 7.339 minutes )
- +++ - [Line 180]
- +++ - [Line 181]
- +++ - [Line 182] Running BKT:
- +++ New file position: 6724 / Line 182
- +++ 19:49:58 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 177] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checking line 177
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ Line number of this entry: 177
- +++ Line number of the previous entry: 171
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checked Line 177
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 19:49:58 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 43s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 8 (CPU 16)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 43s
- +++ Trying to switch to a new core (3 of 16) [index 2 of 15]
- + Still available cores:
- + 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 1
- 19:49:58 - Set to Core 1 (CPU 2)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 1 (CPU 2)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 2
- +++ Calculated the group specific affinity as 4 [CPU 2, Group 0]
- +++ All calculated group specific affinities: 4
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 4
- +++ The final affinities array: 4
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 4
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 2704
- +++ Successfully set the group affinity for thread ID 14504 to 4 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 1
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 -50 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- + The values to set:
- + 0,-50,0,0,0,0,0,0,0,0,0,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to 0!
- +++ Set logical core 1, physical core 1 offset to -50!
- +++ Set logical core 2, physical core 2 offset to 0!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to 0!
- +++ Set logical core 9, physical core 9 offset to 0!
- +++ Set logical core 10, physical core 10 offset to 0!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 3/16 | Iteration 1/10 | Runtime 00h 07m 35s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 19:49:58 - Tick 1 of max 8640
- +++ Remaining max runtime: 86400s
- +++ 19:50:07 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:50:08 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:50:09 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:50:09 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:50:09 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:50:09 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:50:09 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:50:10 - Tick 2 of max 8640
- +++ Remaining max runtime: 86388s
- +++ 19:50:19 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:50:20 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:50:21 - Getting new log file entries
- +++ Getting new log entries starting at position 6724 / Line 182
- +++ The new log file entries:
- +++ - [Line 183]
- +++ - [Line 184]
- +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
- +++ - [Line 186]
- +++ - [Line 187]
- +++ - [Line 188] Running BBP:
- +++ New file position: 6958 / Line 188
- +++ 19:50:21 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 185] Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
- +++
- +++ Checking line 185
- +++ Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
- +++ Line number of this entry: 185
- +++ Line number of the previous entry: 177
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.32 * 10^09 bits / sec
- +++
- +++ Checked Line 185
- +++ - The previous passed test - old: VT3
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 19:50:21 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 19:50:21 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:50:21 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:50:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:50:21 - Tick 3 of max 8640
- +++ Remaining max runtime: 86377s
- +++ 19:50:30 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:50:31 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:50:32 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:50:32 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:50:32 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:50:32 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:50:32 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:50:32 - Tick 4 of max 8640
- +++ Remaining max runtime: 86366s
- +++ 19:50:41 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:50:42 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:50:43 - Getting new log file entries
- +++ Getting new log entries starting at position 6958 / Line 188
- +++ The new log file entries:
- +++ - [Line 189]
- +++ - [Line 190]
- +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
- +++ - [Line 192]
- +++ - [Line 193]
- +++ - [Line 194] Running SFT:
- +++ New file position: 7193 / Line 194
- +++ 19:50:43 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 191] Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
- +++
- +++ Checking line 191
- +++ Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
- +++ Line number of this entry: 191
- +++ Line number of the previous entry: 185
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 4.03 * 10^08 terms / sec
- +++
- +++ Checked Line 191
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 19:50:43 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 19:50:43 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:50:43 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:50:43 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:50:43 - Tick 5 of max 8640
- +++ Remaining max runtime: 86355s
- +++ 19:50:52 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:50:53 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:50:54 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:50:54 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:50:54 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:50:54 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:50:54 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:50:54 - Tick 6 of max 8640
- +++ Remaining max runtime: 86344s
- +++ 19:51:03 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:51:04 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:51:05 - Getting new log file entries
- +++ Getting new log entries starting at position 7193 / Line 194
- +++ The new log file entries:
- +++ - [Line 195]
- +++ - [Line 196]
- +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
- +++ - [Line 198]
- +++ - [Line 199]
- +++ - [Line 200] Running SFTv4:
- +++ New file position: 7429 / Line 200
- +++ 19:51:05 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 197] Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
- +++
- +++ Checking line 197
- +++ Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
- +++ Line number of this entry: 197
- +++ Line number of the previous entry: 191
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.57 * 10^09 bits / sec
- +++
- +++ Checked Line 197
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 19:51:05 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 19:51:05 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:51:05 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:51:05 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:51:06 - Tick 7 of max 8640
- +++ Remaining max runtime: 86332s
- +++ 19:51:15 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:51:16 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:51:17 - Getting new log file entries
- +++ Getting new log entries starting at position 7429 / Line 200
- +++ The new log file entries:
- +++ - [Line 201]
- +++ - [Line 202]
- +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
- +++ - [Line 204]
- +++ - [Line 205]
- +++ - [Line 206] Running SNT:
- +++ New file position: 7665 / Line 206
- +++ 19:51:17 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 203] Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
- +++
- +++ Checking line 203
- +++ Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
- +++ Line number of this entry: 203
- +++ Line number of the previous entry: 197
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.83 * 10^09 bits / sec
- +++
- +++ Checked Line 203
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 19:51:17 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 19:51:17 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:51:17 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:51:17 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:51:17 - Tick 8 of max 8640
- +++ Remaining max runtime: 86321s
- +++ 19:51:26 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:51:27 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:51:28 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:51:28 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:51:28 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:51:28 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:51:28 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:51:28 - Tick 9 of max 8640
- +++ Remaining max runtime: 86310s
- +++ 19:51:37 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:51:38 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:51:39 - Getting new log file entries
- +++ Getting new log entries starting at position 7665 / Line 206
- +++ The new log file entries:
- +++ - [Line 207]
- +++ - [Line 208]
- +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ - [Line 210]
- +++ - [Line 211]
- +++ - [Line 212] Running SVT:
- +++ New file position: 7899 / Line 212
- +++ 19:51:39 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 209] Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++
- +++ Checking line 209
- +++ Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ Line number of this entry: 209
- +++ Line number of the previous entry: 203
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++
- +++ Checked Line 209
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 19:51:39 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 19:51:39 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:51:39 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:51:39 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:51:39 - Tick 10 of max 8640
- +++ Remaining max runtime: 86299s
- +++ 19:51:48 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:51:49 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:51:50 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:51:50 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:51:50 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:51:50 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:51:50 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:51:50 - Tick 11 of max 8640
- +++ Remaining max runtime: 86288s
- +++ 19:51:59 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:00 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:01 - Getting new log file entries
- +++ Getting new log entries starting at position 7899 / Line 212
- +++ The new log file entries:
- +++ - [Line 213]
- +++ - [Line 214]
- +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
- +++ - [Line 216]
- +++ - [Line 217]
- +++ - [Line 218] Running FFT:
- +++ New file position: 8132 / Line 218
- +++ 19:52:01 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 215] Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
- +++
- +++ Checking line 215
- +++ Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
- +++ Line number of this entry: 215
- +++ Line number of the previous entry: 209
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.3 * 10^09 bits / sec
- +++
- +++ Checked Line 215
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 19:52:01 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 19:52:01 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:01 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:01 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:02 - Tick 12 of max 8640
- +++ Remaining max runtime: 86276s
- +++ 19:52:11 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:12 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:13 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:52:13 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:52:13 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:13 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:13 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:13 - Tick 13 of max 8640
- +++ Remaining max runtime: 86265s
- +++ 19:52:22 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:23 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:24 - Getting new log file entries
- +++ Getting new log entries starting at position 8132 / Line 218
- +++ The new log file entries:
- +++ - [Line 219]
- +++ - [Line 220]
- +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
- +++ - [Line 222]
- +++ - [Line 223]
- +++ - [Line 224] Running FFTv4:
- +++ New file position: 8367 / Line 224
- +++ 19:52:24 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 221] Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
- +++
- +++ Checking line 221
- +++ Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
- +++ Line number of this entry: 221
- +++ Line number of the previous entry: 215
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.6 * 10^09 bits / sec
- +++
- +++ Checked Line 221
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 19:52:24 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 19:52:24 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:24 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:24 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:24 - Tick 14 of max 8640
- +++ Remaining max runtime: 86254s
- +++ 19:52:33 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:34 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:35 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:52:35 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:52:35 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:35 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:35 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:35 - Tick 15 of max 8640
- +++ Remaining max runtime: 86243s
- +++ 19:52:44 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:45 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:46 - Getting new log file entries
- +++ Getting new log entries starting at position 8367 / Line 224
- +++ The new log file entries:
- +++ - [Line 225]
- +++ - [Line 226]
- +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ - [Line 228]
- +++ - [Line 229]
- +++ - [Line 230] Running N63:
- +++ New file position: 8603 / Line 230
- +++ 19:52:46 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 227] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++
- +++ Checking line 227
- +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ Line number of this entry: 227
- +++ Line number of the previous entry: 221
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++
- +++ Checked Line 227
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 19:52:46 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 19:52:46 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:46 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:46 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:46 - Tick 16 of max 8640
- +++ Remaining max runtime: 86232s
- +++ 19:52:55 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:52:56 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:52:57 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:52:57 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:52:57 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:52:57 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:52:57 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:52:58 - Tick 17 of max 8640
- +++ Remaining max runtime: 86220s
- +++ 19:53:07 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:53:08 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:53:09 - Getting new log file entries
- +++ Getting new log entries starting at position 8603 / Line 230
- +++ The new log file entries:
- +++ - [Line 231]
- +++ - [Line 232]
- +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ - [Line 234]
- +++ - [Line 235]
- +++ - [Line 236] Running VT3:
- +++ New file position: 8837 / Line 236
- +++ 19:53:09 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 233] Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++
- +++ Checking line 233
- +++ Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++ Line number of this entry: 233
- +++ Line number of the previous entry: 227
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.58 * 10^09 bits / sec
- +++
- +++ Checked Line 233
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 19:53:09 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 19:53:09 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:53:09 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:53:09 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:53:09 - Tick 18 of max 8640
- +++ Remaining max runtime: 86209s
- +++ 19:53:18 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:53:19 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:53:20 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:53:20 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:53:20 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:53:20 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:49:58 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:53:20 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:53:20 - Tick 19 of max 8640
- +++ Remaining max runtime: 86198s
- +++ 19:53:29 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:53:30 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:53:31 - Getting new log file entries
- +++ Getting new log entries starting at position 8837 / Line 236
- +++ The new log file entries:
- +++ - [Line 237]
- +++ - [Line 238]
- +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
- +++ - [Line 240]
- +++ - [Line 241] Iteration: 3 Total Elapsed Time: 660.265 seconds ( 11.004 minutes )
- +++ - [Line 242]
- +++ - [Line 243]
- +++ - [Line 244] Running BKT:
- +++ New file position: 9142 / Line 244
- +++ 19:53:31 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 239] Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
- +++
- +++ Checking line 239
- +++ Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
- +++ Line number of this entry: 239
- +++ Line number of the previous entry: 233
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.18 * 10^09 bits / sec
- +++
- +++ Checked Line 239
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 19:53:31 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 33s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 1 (CPU 2)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 33s
- +++ Trying to switch to a new core (4 of 16) [index 3 of 15]
- + Still available cores:
- + 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 9
- 19:53:31 - Set to Core 9 (CPU 18)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 9 (CPU 18)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 18
- +++ Calculated the group specific affinity as 262144 [CPU 18, Group 0]
- +++ All calculated group specific affinities: 262144
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 262144
- +++ The final affinities array: 262144
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 262144
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 2496
- +++ Successfully set the group affinity for thread ID 14504 to 262144 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 9
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 0 0 0 0 0 0 0 0 -50 0 0 0 0 0 0
- + The values to set:
- + 0,0,0,0,0,0,0,0,0,-50,0,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to 0!
- +++ Set logical core 1, physical core 1 offset to 0!
- +++ Set logical core 2, physical core 2 offset to 0!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to 0!
- +++ Set logical core 9, physical core 9 offset to -50!
- +++ Set logical core 10, physical core 10 offset to 0!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 4/16 | Iteration 1/10 | Runtime 00h 11m 08s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 19:53:31 - Tick 1 of max 8640
- +++ Remaining max runtime: 86400s
- +++ 19:53:40 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:53:42 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:53:43 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:53:43 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:53:43 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:53:43 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:53:43 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:53:43 - Tick 2 of max 8640
- +++ Remaining max runtime: 86388s
- +++ 19:53:52 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:53:53 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:53:54 - Getting new log file entries
- +++ Getting new log entries starting at position 9142 / Line 244
- +++ The new log file entries:
- +++ - [Line 245]
- +++ - [Line 246]
- +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ - [Line 248]
- +++ - [Line 249]
- +++ - [Line 250] Running BBP:
- +++ New file position: 9376 / Line 250
- +++ 19:53:54 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 247] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checking line 247
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ Line number of this entry: 247
- +++ Line number of the previous entry: 239
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checked Line 247
- +++ - The previous passed test - old: VT3
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 19:53:54 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 19:53:54 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:53:54 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:53:54 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:53:54 - Tick 3 of max 8640
- +++ Remaining max runtime: 86377s
- +++ 19:54:03 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:54:04 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:54:05 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:54:05 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:54:05 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:54:05 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:54:05 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:54:05 - Tick 4 of max 8640
- +++ Remaining max runtime: 86366s
- +++ 19:54:14 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:54:15 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:54:16 - Getting new log file entries
- +++ Getting new log entries starting at position 9376 / Line 250
- +++ The new log file entries:
- +++ - [Line 251]
- +++ - [Line 252]
- +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ - [Line 254]
- +++ - [Line 255]
- +++ - [Line 256] Running SFT:
- +++ New file position: 9611 / Line 256
- +++ 19:54:16 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 253] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checking line 253
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ Line number of this entry: 253
- +++ Line number of the previous entry: 247
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checked Line 253
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 19:54:16 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 19:54:16 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:54:16 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:54:16 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:54:16 - Tick 5 of max 8640
- +++ Remaining max runtime: 86355s
- +++ 19:54:25 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:54:26 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:54:27 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:54:27 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:54:27 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:54:27 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:54:27 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:54:27 - Tick 6 of max 8640
- +++ Remaining max runtime: 86344s
- +++ 19:54:36 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:54:37 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:54:38 - Getting new log file entries
- +++ Getting new log entries starting at position 9611 / Line 256
- +++ The new log file entries:
- +++ - [Line 257]
- +++ - [Line 258]
- +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
- +++ - [Line 260]
- +++ - [Line 261]
- +++ - [Line 262] Running SFTv4:
- +++ New file position: 9847 / Line 262
- +++ 19:54:38 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 259] Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
- +++
- +++ Checking line 259
- +++ Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
- +++ Line number of this entry: 259
- +++ Line number of the previous entry: 253
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.52 * 10^09 bits / sec
- +++
- +++ Checked Line 259
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 19:54:38 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 19:54:38 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:54:38 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:54:38 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:54:39 - Tick 7 of max 8640
- +++ Remaining max runtime: 86332s
- +++ 19:54:48 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:54:49 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:54:50 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:54:50 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:54:50 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:54:50 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:54:50 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:54:50 - Tick 8 of max 8640
- +++ Remaining max runtime: 86321s
- +++ 19:54:59 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:00 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:01 - Getting new log file entries
- +++ Getting new log entries starting at position 9847 / Line 262
- +++ The new log file entries:
- +++ - [Line 263]
- +++ - [Line 264]
- +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ - [Line 266]
- +++ - [Line 267]
- +++ - [Line 268] Running SNT:
- +++ New file position: 10083 / Line 268
- +++ 19:55:01 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 265] Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++
- +++ Checking line 265
- +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++ Line number of this entry: 265
- +++ Line number of the previous entry: 259
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.79 * 10^09 bits / sec
- +++
- +++ Checked Line 265
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 19:55:01 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 19:55:01 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:01 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:01 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:01 - Tick 9 of max 8640
- +++ Remaining max runtime: 86310s
- +++ 19:55:10 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:11 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:12 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:55:12 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:55:12 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:12 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:12 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:12 - Tick 10 of max 8640
- +++ Remaining max runtime: 86299s
- +++ 19:55:21 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:22 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:23 - Getting new log file entries
- +++ Getting new log entries starting at position 10083 / Line 268
- +++ The new log file entries:
- +++ - [Line 269]
- +++ - [Line 270]
- +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 272]
- +++ - [Line 273]
- +++ - [Line 274] Running SVT:
- +++ New file position: 10317 / Line 274
- +++ 19:55:23 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 271] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 271
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 271
- +++ Line number of the previous entry: 265
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 271
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 19:55:23 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 19:55:23 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:23 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:23 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:23 - Tick 11 of max 8640
- +++ Remaining max runtime: 86288s
- +++ 19:55:32 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:33 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:34 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:55:34 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:55:34 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:34 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:34 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:35 - Tick 12 of max 8640
- +++ Remaining max runtime: 86277s
- +++ 19:55:44 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:45 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:46 - Getting new log file entries
- +++ Getting new log entries starting at position 10317 / Line 274
- +++ The new log file entries:
- +++ - [Line 275]
- +++ - [Line 276]
- +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ - [Line 278]
- +++ - [Line 279]
- +++ - [Line 280] Running FFT:
- +++ New file position: 10551 / Line 280
- +++ 19:55:46 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 277] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checking line 277
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ Line number of this entry: 277
- +++ Line number of the previous entry: 271
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checked Line 277
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 19:55:46 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 19:55:46 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:46 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:46 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:46 - Tick 13 of max 8640
- +++ Remaining max runtime: 86265s
- +++ 19:55:55 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:55:56 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:55:57 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:55:57 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:55:57 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:55:57 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:55:57 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:55:57 - Tick 14 of max 8640
- +++ Remaining max runtime: 86254s
- +++ 19:56:06 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:56:07 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:56:08 - Getting new log file entries
- +++ Getting new log entries starting at position 10551 / Line 280
- +++ The new log file entries:
- +++ - [Line 281]
- +++ - [Line 282]
- +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
- +++ - [Line 284]
- +++ - [Line 285]
- +++ - [Line 286] Running FFTv4:
- +++ New file position: 10787 / Line 286
- +++ 19:56:08 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 283] Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
- +++
- +++ Checking line 283
- +++ Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
- +++ Line number of this entry: 283
- +++ Line number of the previous entry: 277
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.42 * 10^09 bits / sec
- +++
- +++ Checked Line 283
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 19:56:08 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 19:56:08 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:56:08 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:56:08 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:56:08 - Tick 15 of max 8640
- +++ Remaining max runtime: 86243s
- +++ 19:56:17 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:56:18 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:56:19 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:56:19 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:56:19 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:56:19 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:56:19 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:56:19 - Tick 16 of max 8640
- +++ Remaining max runtime: 86232s
- +++ 19:56:28 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:56:29 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:56:30 - Getting new log file entries
- +++ Getting new log entries starting at position 10787 / Line 286
- +++ The new log file entries:
- +++ - [Line 287]
- +++ - [Line 288]
- +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ - [Line 290]
- +++ - [Line 291]
- +++ - [Line 292] Running N63:
- +++ New file position: 11023 / Line 292
- +++ 19:56:30 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 289] Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++
- +++ Checking line 289
- +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++ Line number of this entry: 289
- +++ Line number of the previous entry: 283
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.81 * 10^09 bits / sec
- +++
- +++ Checked Line 289
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 19:56:30 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 19:56:30 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:56:30 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:56:30 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:56:30 - Tick 17 of max 8640
- +++ Remaining max runtime: 86221s
- +++ 19:56:39 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:56:40 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:56:42 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:56:42 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:56:42 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:56:42 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:56:42 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:56:42 - Tick 18 of max 8640
- +++ Remaining max runtime: 86209s
- +++ 19:56:51 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:56:52 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:56:53 - Getting new log file entries
- +++ Getting new log entries starting at position 11023 / Line 292
- +++ The new log file entries:
- +++ - [Line 293]
- +++ - [Line 294]
- +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 296]
- +++ - [Line 297]
- +++ - [Line 298] Running VT3:
- +++ New file position: 11257 / Line 298
- +++ 19:56:53 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 295] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 295
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 295
- +++ Line number of the previous entry: 289
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 295
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 19:56:53 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 19:56:53 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:56:53 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:56:53 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:56:53 - Tick 19 of max 8640
- +++ Remaining max runtime: 86198s
- +++ 19:57:02 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:03 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:57:04 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:57:04 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:57:04 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:57:04 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:53:31 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:57:04 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:57:04 - Tick 20 of max 8640
- +++ Remaining max runtime: 86187s
- +++ 19:57:13 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:14 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:57:15 - Getting new log file entries
- +++ Getting new log entries starting at position 11257 / Line 298
- +++ The new log file entries:
- +++ - [Line 299]
- +++ - [Line 300]
- +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ - [Line 302]
- +++ - [Line 303] Iteration: 4 Total Elapsed Time: 880.837 seconds ( 14.681 minutes )
- +++ - [Line 304]
- +++ - [Line 305]
- +++ - [Line 306] Running BKT:
- +++ New file position: 11562 / Line 306
- +++ 19:57:15 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 301] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checking line 301
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ Line number of this entry: 301
- +++ Line number of the previous entry: 295
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checked Line 301
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 19:57:15 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 44s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 9 (CPU 18)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 44s
- +++ Trying to switch to a new core (5 of 16) [index 4 of 15]
- + Still available cores:
- + 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 2
- 19:57:15 - Set to Core 2 (CPU 4)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 2 (CPU 4)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 4
- +++ Calculated the group specific affinity as 16 [CPU 4, Group 0]
- +++ All calculated group specific affinities: 16
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 16
- +++ The final affinities array: 16
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 16
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 2436
- +++ Successfully set the group affinity for thread ID 14504 to 16 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 2
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 0 -50 0 0 0 0 0 0 0 0 0 0 0 0 0
- + The values to set:
- + 0,0,-50,0,0,0,0,0,0,0,0,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to 0!
- +++ Set logical core 1, physical core 1 offset to 0!
- +++ Set logical core 2, physical core 2 offset to -50!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to 0!
- +++ Set logical core 9, physical core 9 offset to 0!
- +++ Set logical core 10, physical core 10 offset to 0!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 5/16 | Iteration 1/10 | Runtime 00h 14m 52s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 19:57:15 - Tick 1 of max 8640
- +++ Remaining max runtime: 86400s
- +++ 19:57:24 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:25 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:57:26 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:57:26 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:57:26 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:57:26 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:57:26 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:57:27 - Tick 2 of max 8640
- +++ Remaining max runtime: 86388s
- +++ 19:57:36 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:37 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:57:38 - Getting new log file entries
- +++ Getting new log entries starting at position 11562 / Line 306
- +++ The new log file entries:
- +++ - [Line 307]
- +++ - [Line 308]
- +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ - [Line 310]
- +++ - [Line 311]
- +++ - [Line 312] Running BBP:
- +++ New file position: 11796 / Line 312
- +++ 19:57:38 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 309] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checking line 309
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ Line number of this entry: 309
- +++ Line number of the previous entry: 301
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checked Line 309
- +++ - The previous passed test - old: VT3
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 19:57:38 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 19:57:38 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:57:38 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:57:38 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:57:38 - Tick 3 of max 8640
- +++ Remaining max runtime: 86377s
- +++ 19:57:47 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:48 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:57:49 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:57:49 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:57:49 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:57:49 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:57:49 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:57:49 - Tick 4 of max 8640
- +++ Remaining max runtime: 86366s
- +++ 19:57:58 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:57:59 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:00 - Getting new log file entries
- +++ Getting new log entries starting at position 11796 / Line 312
- +++ The new log file entries:
- +++ - [Line 313]
- +++ - [Line 314]
- +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ - [Line 316]
- +++ - [Line 317]
- +++ - [Line 318] Running SFT:
- +++ New file position: 12031 / Line 318
- +++ 19:58:00 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 315] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checking line 315
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ Line number of this entry: 315
- +++ Line number of the previous entry: 309
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checked Line 315
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 19:58:00 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 19:58:00 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:00 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:00 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:00 - Tick 5 of max 8640
- +++ Remaining max runtime: 86355s
- +++ 19:58:09 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:58:10 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:11 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:58:11 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:58:11 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:11 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:11 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:11 - Tick 6 of max 8640
- +++ Remaining max runtime: 86344s
- +++ 19:58:20 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:58:21 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:22 - Getting new log file entries
- +++ Getting new log entries starting at position 12031 / Line 318
- +++ The new log file entries:
- +++ - [Line 319]
- +++ - [Line 320]
- +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ - [Line 322]
- +++ - [Line 323]
- +++ - [Line 324] Running SFTv4:
- +++ New file position: 12267 / Line 324
- +++ 19:58:22 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 321] Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checking line 321
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++ Line number of this entry: 321
- +++ Line number of the previous entry: 315
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.51 * 10^09 bits / sec
- +++
- +++ Checked Line 321
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 19:58:22 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 19:58:22 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:22 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:22 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:22 - Tick 7 of max 8640
- +++ Remaining max runtime: 86333s
- +++ 19:58:31 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:58:32 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:34 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:58:34 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:58:34 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:34 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:34 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:34 - Tick 8 of max 8640
- +++ Remaining max runtime: 86321s
- +++ 19:58:43 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:58:44 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:45 - Getting new log file entries
- +++ Getting new log entries starting at position 12267 / Line 324
- +++ The new log file entries:
- +++ - [Line 325]
- +++ - [Line 326]
- +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ - [Line 328]
- +++ - [Line 329]
- +++ - [Line 330] Running SNT:
- +++ New file position: 12503 / Line 330
- +++ 19:58:45 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 327] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checking line 327
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ Line number of this entry: 327
- +++ Line number of the previous entry: 321
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checked Line 327
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 19:58:45 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 19:58:45 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:45 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:45 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:45 - Tick 9 of max 8640
- +++ Remaining max runtime: 86310s
- +++ 19:58:54 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:58:55 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:58:56 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:58:56 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:58:56 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:58:56 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:58:56 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:58:56 - Tick 10 of max 8640
- +++ Remaining max runtime: 86299s
- +++ 19:59:05 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:59:06 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:59:07 - Getting new log file entries
- +++ Getting new log entries starting at position 12503 / Line 330
- +++ The new log file entries:
- +++ - [Line 331]
- +++ - [Line 332]
- +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 334]
- +++ - [Line 335]
- +++ - [Line 336] Running SVT:
- +++ New file position: 12737 / Line 336
- +++ 19:59:07 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 333] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 333
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 333
- +++ Line number of the previous entry: 327
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 333
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 19:59:07 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 19:59:07 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:59:07 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:59:07 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:59:07 - Tick 11 of max 8640
- +++ Remaining max runtime: 86288s
- +++ 19:59:16 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:59:17 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:59:18 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:59:18 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:59:18 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:59:18 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:59:18 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:59:18 - Tick 12 of max 8640
- +++ Remaining max runtime: 86277s
- +++ 19:59:27 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:59:28 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:59:29 - Getting new log file entries
- +++ Getting new log entries starting at position 12737 / Line 336
- +++ The new log file entries:
- +++ - [Line 337]
- +++ - [Line 338]
- +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ - [Line 340]
- +++ - [Line 341]
- +++ - [Line 342] Running FFT:
- +++ New file position: 12971 / Line 342
- +++ 19:59:29 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 339] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checking line 339
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ Line number of this entry: 339
- +++ Line number of the previous entry: 333
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checked Line 339
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 19:59:29 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 19:59:29 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:59:29 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:59:29 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:59:30 - Tick 13 of max 8640
- +++ Remaining max runtime: 86265s
- +++ 19:59:39 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:59:40 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:59:41 - Getting new log file entries
- +++ No file size change for the log file
- +++ 19:59:41 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 19:59:41 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:59:41 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:59:41 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:59:41 - Tick 14 of max 8640
- +++ Remaining max runtime: 86254s
- +++ 19:59:50 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 19:59:51 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 19:59:52 - Getting new log file entries
- +++ Getting new log entries starting at position 12971 / Line 342
- +++ The new log file entries:
- +++ - [Line 343]
- +++ - [Line 344]
- +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ - [Line 346]
- +++ - [Line 347]
- +++ - [Line 348] Running FFTv4:
- +++ New file position: 13207 / Line 348
- +++ 19:59:52 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 345] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checking line 345
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ Line number of this entry: 345
- +++ Line number of the previous entry: 339
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checked Line 345
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 19:59:52 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 19:59:52 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 19:59:52 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 19:59:52 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 19:59:52 - Tick 15 of max 8640
- +++ Remaining max runtime: 86243s
- +++ 20:00:01 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:02 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:03 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:00:03 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:00:03 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:00:03 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:00:03 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:00:03 - Tick 16 of max 8640
- +++ Remaining max runtime: 86232s
- +++ 20:00:12 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:13 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:14 - Getting new log file entries
- +++ Getting new log entries starting at position 13207 / Line 348
- +++ The new log file entries:
- +++ - [Line 349]
- +++ - [Line 350]
- +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ - [Line 352]
- +++ - [Line 353]
- +++ - [Line 354] Running N63:
- +++ New file position: 13442 / Line 354
- +++ 20:00:14 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 351] Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checking line 351
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++ Line number of this entry: 351
- +++ Line number of the previous entry: 345
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.8 * 10^09 bits / sec
- +++
- +++ Checked Line 351
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 20:00:14 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 20:00:14 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:00:14 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:00:14 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:00:14 - Tick 17 of max 8640
- +++ Remaining max runtime: 86221s
- +++ 20:00:23 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:24 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:25 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:00:25 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:00:25 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:00:25 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:00:25 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:00:26 - Tick 18 of max 8640
- +++ Remaining max runtime: 86210s
- +++ 20:00:35 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:36 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:37 - Getting new log file entries
- +++ Getting new log entries starting at position 13442 / Line 354
- +++ The new log file entries:
- +++ - [Line 355]
- +++ - [Line 356]
- +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 358]
- +++ - [Line 359]
- +++ - [Line 360] Running VT3:
- +++ New file position: 13676 / Line 360
- +++ 20:00:37 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 357] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 357
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 357
- +++ Line number of the previous entry: 351
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 357
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 20:00:37 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 20:00:37 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:00:37 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:00:37 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:00:37 - Tick 19 of max 8640
- +++ Remaining max runtime: 86198s
- +++ 20:00:46 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:47 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:48 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:00:48 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:00:48 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:00:48 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 7:57:15 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:00:48 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:00:48 - Tick 20 of max 8640
- +++ Remaining max runtime: 86187s
- +++ 20:00:57 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:00:58 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:00:59 - Getting new log file entries
- +++ Getting new log entries starting at position 13676 / Line 360
- +++ The new log file entries:
- +++ - [Line 361]
- +++ - [Line 362]
- +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ - [Line 364]
- +++ - [Line 365] Iteration: 5 Total Elapsed Time: 1101.445 seconds ( 18.357 minutes )
- +++ - [Line 366]
- +++ - [Line 367]
- +++ - [Line 368] Running BKT:
- +++ New file position: 13982 / Line 368
- +++ 20:00:59 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 363] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checking line 363
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ Line number of this entry: 363
- +++ Line number of the previous entry: 357
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checked Line 363
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 20:00:59 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 43s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 2 (CPU 4)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 43s
- +++ Trying to switch to a new core (6 of 16) [index 5 of 15]
- + Still available cores:
- + 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 10
- 20:00:59 - Set to Core 10 (CPU 20)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 10 (CPU 20)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 20
- +++ Calculated the group specific affinity as 1048576 [CPU 20, Group 0]
- +++ All calculated group specific affinities: 1048576
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 1048576
- +++ The final affinities array: 1048576
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 1048576
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 2332
- +++ Successfully set the group affinity for thread ID 14504 to 1048576 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 10
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 0 0 0 0 0 0 0 0 0 -50 0 0 0 0 0
- + The values to set:
- + 0,0,0,0,0,0,0,0,0,0,-50,0,0,0,0,0
- +++ Curve Optimizer values successfuly set:
- +++ Set logical core 0, physical core 0 offset to 0!
- +++ Set logical core 1, physical core 1 offset to 0!
- +++ Set logical core 2, physical core 2 offset to 0!
- +++ Set logical core 3, physical core 3 offset to 0!
- +++ Set logical core 4, physical core 4 offset to 0!
- +++ Set logical core 5, physical core 5 offset to 0!
- +++ Set logical core 6, physical core 6 offset to 0!
- +++ Set logical core 7, physical core 7 offset to 0!
- +++ Set logical core 8, physical core 8 offset to 0!
- +++ Set logical core 9, physical core 9 offset to 0!
- +++ Set logical core 10, physical core 10 offset to -50!
- +++ Set logical core 11, physical core 11 offset to 0!
- +++ Set logical core 12, physical core 12 offset to 0!
- +++ Set logical core 13, physical core 13 offset to 0!
- +++ Set logical core 14, physical core 14 offset to 0!
- +++ Set logical core 15, physical core 15 offset to 0!
- Running until all selected tests have been completed (around 3 minutes, 50 seconds)...
- Progress 6/16 | Iteration 1/10 | Runtime 00h 18m 36s
- +++ The number of cores with an error so far: 0
- +++ The number of cores with a WHEA error so far: 0
- +++
- +++ 20:00:59 - Tick 1 of max 8640
- +++ Remaining max runtime: 86400s
- +++ 20:01:08 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:01:09 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:01:10 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:01:10 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:01:10 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:01:10 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:01:10 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:01:10 - Tick 2 of max 8640
- +++ Remaining max runtime: 86389s
- +++ 20:01:19 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:01:20 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:01:21 - Getting new log file entries
- +++ Getting new log entries starting at position 13982 / Line 368
- +++ The new log file entries:
- +++ - [Line 369]
- +++ - [Line 370]
- +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ - [Line 372]
- +++ - [Line 373]
- +++ - [Line 374] Running BBP:
- +++ New file position: 14216 / Line 374
- +++ 20:01:21 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 371] Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checking line 371
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++ Line number of this entry: 371
- +++ Line number of the previous entry: 363
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BKT: Passed Test Speed: 1.31 * 10^09 bits / sec
- +++
- +++ Checked Line 371
- +++ - The previous passed test - old: VT3
- +++ - The current passed test - new: BKT
- +++ - All passed tests:
- +++ - BKT
- +++ - All unique passed tests:
- +++ - BKT
- + 20:01:21 - The last passed test: BKT
- + The number of tests to run: 10
- + The number of tests already run: 1
- +++
- +++ 20:01:21 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:01:22 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:01:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:01:22 - Tick 3 of max 8640
- +++ Remaining max runtime: 86377s
- +++ 20:01:31 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:01:32 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:01:33 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:01:33 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:01:33 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:01:33 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:01:33 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:01:33 - Tick 4 of max 8640
- +++ Remaining max runtime: 86366s
- +++ 20:01:42 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:01:43 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:01:44 - Getting new log file entries
- +++ Getting new log entries starting at position 14216 / Line 374
- +++ The new log file entries:
- +++ - [Line 375]
- +++ - [Line 376]
- +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ - [Line 378]
- +++ - [Line 379]
- +++ - [Line 380] Running SFT:
- +++ New file position: 14451 / Line 380
- +++ 20:01:44 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ All found passed test lines:
- +++ - [Line 377] Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checking line 377
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++ Line number of this entry: 377
- +++ Line number of the previous entry: 371
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running BBP: Passed Test Speed: 3.97 * 10^08 terms / sec
- +++
- +++ Checked Line 377
- +++ - The previous passed test - old: BKT
- +++ - The current passed test - new: BBP
- +++ - All passed tests:
- +++ - BKT, BBP
- +++ - All unique passed tests:
- +++ - BKT, BBP
- + 20:01:44 - The last passed test: BBP
- + The number of tests to run: 10
- + The number of tests already run: 2
- +++
- +++ 20:01:44 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:01:44 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:01:44 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:01:44 - Tick 5 of max 8640
- +++ Remaining max runtime: 86355s
- +++ 20:01:53 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:01:54 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:01:55 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:01:55 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:01:55 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:01:55 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:01:55 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:01:55 - Tick 6 of max 8640
- +++ Remaining max runtime: 86344s
- +++ 20:02:04 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:02:05 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:02:06 - Getting new log file entries
- +++ Getting new log entries starting at position 14451 / Line 380
- +++ The new log file entries:
- +++ - [Line 381]
- +++ - [Line 382]
- +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
- +++ - [Line 384]
- +++ - [Line 385]
- +++ - [Line 386] Running SFTv4:
- +++ New file position: 14687 / Line 386
- +++ 20:02:06 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 383] Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
- +++
- +++ Checking line 383
- +++ Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
- +++ Line number of this entry: 383
- +++ Line number of the previous entry: 377
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFT: Passed Test Speed: 6.48 * 10^09 bits / sec
- +++
- +++ Checked Line 383
- +++ - The previous passed test - old: BBP
- +++ - The current passed test - new: SFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT
- + 20:02:06 - The last passed test: SFT
- + The number of tests to run: 10
- + The number of tests already run: 3
- +++
- +++ 20:02:06 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:02:06 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:02:06 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:02:06 - Tick 7 of max 8640
- +++ Remaining max runtime: 86333s
- +++ 20:02:15 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:02:16 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:02:17 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:02:17 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:02:17 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:02:17 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:02:17 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:02:18 - Tick 8 of max 8640
- +++ Remaining max runtime: 86321s
- +++ 20:02:27 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:02:28 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:02:29 - Getting new log file entries
- +++ Getting new log entries starting at position 14687 / Line 386
- +++ The new log file entries:
- +++ - [Line 387]
- +++ - [Line 388]
- +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ - [Line 390]
- +++ - [Line 391]
- +++ - [Line 392] Running SNT:
- +++ New file position: 14923 / Line 392
- +++ 20:02:29 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 389] Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checking line 389
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++ Line number of this entry: 389
- +++ Line number of the previous entry: 383
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SFTv4: Passed Test Speed: 6.78 * 10^09 bits / sec
- +++
- +++ Checked Line 389
- +++ - The previous passed test - old: SFT
- +++ - The current passed test - new: SFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4
- + 20:02:29 - The last passed test: SFTv4
- + The number of tests to run: 10
- + The number of tests already run: 4
- +++
- +++ 20:02:29 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:02:29 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:02:29 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:02:29 - Tick 9 of max 8640
- +++ Remaining max runtime: 86310s
- +++ 20:02:38 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:02:39 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:02:40 - Getting new log file entries
- +++ Getting new log entries starting at position 14923 / Line 392
- +++ The new log file entries:
- +++ - [Line 393]
- +++ - [Line 394]
- +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 396]
- +++ - [Line 397]
- +++ - [Line 398] Running SVT:
- +++ New file position: 15157 / Line 398
- +++ 20:02:40 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 395] Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 395
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 395
- +++ Line number of the previous entry: 389
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SNT: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 395
- +++ - The previous passed test - old: SFTv4
- +++ - The current passed test - new: SNT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT
- + 20:02:40 - The last passed test: SNT
- + The number of tests to run: 10
- + The number of tests already run: 5
- +++
- +++ 20:02:40 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:02:40 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:02:40 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:02:40 - Tick 10 of max 8640
- +++ Remaining max runtime: 86299s
- +++ 20:02:49 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:02:50 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:02:51 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:02:51 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:02:51 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:02:51 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:02:51 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:02:51 - Tick 11 of max 8640
- +++ Remaining max runtime: 86288s
- +++ 20:03:00 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:01 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:02 - Getting new log file entries
- +++ Getting new log entries starting at position 15157 / Line 398
- +++ The new log file entries:
- +++ - [Line 399]
- +++ - [Line 400]
- +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ - [Line 402]
- +++ - [Line 403]
- +++ - [Line 404] Running FFT:
- +++ New file position: 15391 / Line 404
- +++ 20:03:02 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 401] Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checking line 401
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++ Line number of this entry: 401
- +++ Line number of the previous entry: 395
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running SVT: Passed Test Speed: 3.28 * 10^09 bits / sec
- +++
- +++ Checked Line 401
- +++ - The previous passed test - old: SNT
- +++ - The current passed test - new: SVT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT
- + 20:03:02 - The last passed test: SVT
- + The number of tests to run: 10
- + The number of tests already run: 6
- +++
- +++ 20:03:02 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:02 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:02 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:02 - Tick 12 of max 8640
- +++ Remaining max runtime: 86277s
- +++ 20:03:11 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:12 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:13 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:03:13 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:03:13 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:13 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:13 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:13 - Tick 13 of max 8640
- +++ Remaining max runtime: 86265s
- +++ 20:03:22 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:24 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:25 - Getting new log file entries
- +++ Getting new log entries starting at position 15391 / Line 404
- +++ The new log file entries:
- +++ - [Line 405]
- +++ - [Line 406]
- +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ - [Line 408]
- +++ - [Line 409]
- +++ - [Line 410] Running FFTv4:
- +++ New file position: 15627 / Line 410
- +++ 20:03:25 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 407] Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checking line 407
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++ Line number of this entry: 407
- +++ Line number of the previous entry: 401
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFT: Passed Test Speed: 3.41 * 10^09 bits / sec
- +++
- +++ Checked Line 407
- +++ - The previous passed test - old: SVT
- +++ - The current passed test - new: FFT
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT
- + 20:03:25 - The last passed test: FFT
- + The number of tests to run: 10
- + The number of tests already run: 7
- +++
- +++ 20:03:25 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:25 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:25 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:25 - Tick 14 of max 8640
- +++ Remaining max runtime: 86254s
- +++ 20:03:34 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:35 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:36 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:03:36 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:03:36 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:36 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:36 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:36 - Tick 15 of max 8640
- +++ Remaining max runtime: 86243s
- +++ 20:03:45 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:46 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:47 - Getting new log file entries
- +++ Getting new log entries starting at position 15627 / Line 410
- +++ The new log file entries:
- +++ - [Line 411]
- +++ - [Line 412]
- +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
- +++ - [Line 414]
- +++ - [Line 415]
- +++ - [Line 416] Running N63:
- +++ New file position: 15863 / Line 416
- +++ 20:03:47 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 413] Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
- +++
- +++ Checking line 413
- +++ Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
- +++ Line number of this entry: 413
- +++ Line number of the previous entry: 407
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running FFTv4: Passed Test Speed: 3.99 * 10^09 bits / sec
- +++
- +++ Checked Line 413
- +++ - The previous passed test - old: FFT
- +++ - The current passed test - new: FFTv4
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4
- + 20:03:47 - The last passed test: FFTv4
- + The number of tests to run: 10
- + The number of tests already run: 8
- +++
- +++ 20:03:47 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:47 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:47 - Checking CPU usage: 125ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:47 - Tick 16 of max 8640
- +++ Remaining max runtime: 86232s
- +++ 20:03:56 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:03:57 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:03:58 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:03:58 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:03:58 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:03:58 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:03:58 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:03:58 - Tick 17 of max 8640
- +++ Remaining max runtime: 86221s
- +++ 20:04:07 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:04:08 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:04:09 - Getting new log file entries
- +++ Getting new log entries starting at position 15863 / Line 416
- +++ The new log file entries:
- +++ - [Line 417]
- +++ - [Line 418]
- +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ - [Line 420]
- +++ - [Line 421]
- +++ - [Line 422] Running VT3:
- +++ New file position: 16097 / Line 422
- +++ 20:04:09 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 419] Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checking line 419
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++ Line number of this entry: 419
- +++ Line number of the previous entry: 413
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running N63: Passed Test Speed: 1.56 * 10^09 bits / sec
- +++
- +++ Checked Line 419
- +++ - The previous passed test - old: FFTv4
- +++ - The current passed test - new: N63
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63
- + 20:04:09 - The last passed test: N63
- + The number of tests to run: 10
- + The number of tests already run: 9
- +++
- +++ 20:04:09 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:04:09 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:04:09 - Checking CPU usage: 94ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:04:09 - Tick 18 of max 8640
- +++ Remaining max runtime: 86210s
- +++ 20:04:18 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:04:19 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:04:21 - Getting new log file entries
- +++ No file size change for the log file
- +++ 20:04:21 - Automatic runtime per core selected
- +++ No new log file entries found
- +++ 20:04:21 - Checking for stress test errors
- +++ Checking the new y-cruncher log entries...
- +++ 20:04:21 - Looking for new WHEA errors
- +++ Core Start Date: 4/16/2025 8:00:59 PM
- +++ Stored WHEA Error Date: 3/15/2025 11:59:47 PM
- +++ Last WHEA Error Date: 3/15/2025 11:59:47 PM
- + No new WHEA error
- + 20:04:21 - Checking CPU usage: 109ms (expected: 100ms, lower limit: 50ms)
- +++
- +++ 20:04:21 - Tick 19 of max 8640
- +++ Remaining max runtime: 86198s
- +++ 20:04:30 - Suspending the stress test process for 1000 milliseconds
- + Suspending threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Suspended: 6
- +++ 20:04:31 - Resuming the stress test process
- + Resuming threads for process: 14392 - 24-ZN5 ~ Komari
- +++ ID: - 14504 ok - 15704 ok - 20808 ok - 15732 ok - 12544 ok - 13436 ok
- +++ Resumed: 6
- +++ 20:04:32 - Getting new log file entries
- +++ Getting new log entries starting at position 16097 / Line 422
- +++ The new log file entries:
- +++ - [Line 423]
- +++ - [Line 424]
- +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ - [Line 426]
- +++ - [Line 427] Iteration: 6 Total Elapsed Time: 1321.085 seconds ( 22.018 minutes )
- +++ - [Line 428]
- +++ - [Line 429]
- +++ - [Line 430] Running BKT:
- +++ New file position: 16403 / Line 430
- +++ 20:04:32 - Automatic runtime per core selected
- +++ The last passed test lines:
- +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ All found passed test lines:
- +++ - [Line 425] Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checking line 425
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++ Line number of this entry: 425
- +++ Line number of the previous entry: 419
- +++ + Adding this line to the allTestLogEntries array
- +++ Trying to get the passed test
- +++ Looking for ->
- +++ Running VT3: Passed Test Speed: 3.17 * 10^09 bits / sec
- +++
- +++ Checked Line 425
- +++ - The previous passed test - old: N63
- +++ - The current passed test - new: VT3
- +++ - All passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- +++ - All unique passed tests:
- +++ - BKT, BBP, SFT, SFTv4, SNT, SVT, FFT, FFTv4, N63, VT3
- + 20:04:32 - The last passed test: VT3
- + The number of tests to run: 10
- + The number of tests already run: 10
- +
- + The number of unique test names matches the number of the selected test names!
- Test completed in 00h 03m 32s
- All tests have been run for this core, proceeding to the next one
- +++ Adding Event Log entry: core_finished
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Finished testing Core 10 (CPU 20)
- +++ [EVENTLOG]
- +++ [EVENTLOG] Test completed in 00h 03m 32s
- +++ Trying to switch to a new core (7 of 16) [index 6 of 15]
- + Still available cores:
- + 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
- + The selected core to test: 3
- 20:04:32 - Set to Core 3 (CPU 6)
- +++ Creating the .automode file
- +++ Trying to flush the write cache to disk for drive: C
- +++ Adding Event Log entry: core_started
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] Started testing Core 3 (CPU 6)
- +++ The number of Processor Groups: 1
- +++ The number of CPUs in the last group: 0
- +++ The group ID of the CPU to set to: 0
- +++ The number of processors in this group: 32
- +++ The IDs of the CPUs in its own group: 6
- +++ Calculated the group specific affinity as 64 [CPU 6, Group 0]
- +++ All calculated group specific affinities: 64
- +++ Found number of stress test threads: 1
- +++ The original affinities array: 64
- +++ The final affinities array: 64
- +++ Processing stress test thread number 0
- + Trying to set the affinity for thread ID: 14504
- + - Processor Group: 0 | Affinity: 64
- +++ Getting the thread handle for thread ID: 14504
- +++ The returned thread handle: 1932
- +++ Successfully set the group affinity for thread ID 14504 to 64 within group 0
- + Setting the voltage for the currently tested core
- + Trying to set the Curve Optimizer values
- +++ The flag to only set the voltage for the currently tested core is enabled
- +++ Currently tested core: 3
- +++ The original values:
- +++ -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50 -50
- +++ The modified values:
- +++ 0 0 0 -50 0 0 0 0 0 0 0 0 0 0 0 0
- + The values to set:
- + 0,0,0,-50,0,0,0,0,0,0,0,0,0,0,0,0
- + Error in the main functionality block!
- + Could not set the Curve Optimizer values!
- Reason: Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
- + throw('Could not set the Curve Optimizer values!' + [Environm ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : OperationStopped: (Could not set t...ead CCD fuse!
- :String) [], RuntimeException
- + FullyQualifiedErrorId : Could not set the Curve Optimizer values!
- Reason: Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5376 char:13
- + throw($msg)
- + ~~~~~~~~~~~
- + CategoryInfo : OperationStopped: (Program termina...ead CCD fuse!
- :String) [], RuntimeException
- + FullyQualifiedErrorId : Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- +
- ErrorRecord : Could not set the Curve Optimizer values!
- Reason: Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- WasThrownFromThrowStatement : True
- Message : Could not set the Curve Optimizer values!
- Reason: Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- Data : {}
- InnerException :
- TargetSite :
- StackTrace :
- HelpLink :
- Source :
- HResult : -2146233087
- +
- MyCommand :
- BoundParameters : {}
- UnboundArguments : {}
- ScriptLineNumber : 5403
- OffsetInLine : 9
- HistoryId : -1
- ScriptName : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
- Line : throw('Could not set the Curve Optimizer values!' + [Environment]::NewLine + 'Reason:
- ' + $_)
- PositionMessage : At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
- + throw('Could not set the Curve Optimizer values!' + [Environm ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- PSScriptRoot : C:\temp\CoreCycler-v0.11.0.0alpha1
- PSCommandPath : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
- InvocationName :
- PipelineLength : 0
- PipelinePosition : 0
- ExpectingInput : False
- CommandOrigin : Internal
- DisplayScriptPosition :
- +++ Adding Event Log entry: script_error
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] There has been a general error in the script!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not set the Curve Optimizer values!
- +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG] At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
- +++ [EVENTLOG] + throw('Could not set the Curve Optimizer values!' + [Environm ...
- +++ [EVENTLOG] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- +++ [EVENTLOG] + CategoryInfo : OperationStopped: (Could not set t...ead CCD fuse!
- +++ [EVENTLOG] :String) [], RuntimeException
- +++ [EVENTLOG] + FullyQualifiedErrorId : Could not set the Curve Optimizer values!
- +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG] Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG] At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5376 char:13
- +++ [EVENTLOG] + throw($msg)
- +++ [EVENTLOG] + ~~~~~~~~~~~
- +++ [EVENTLOG] + CategoryInfo : OperationStopped: (Program termina...ead CCD fuse!
- +++ [EVENTLOG] :String) [], RuntimeException
- +++ [EVENTLOG] + FullyQualifiedErrorId : Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG] ErrorRecord : Could not set the Curve Optimizer values!
- +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG] WasThrownFromThrowStatement : True
- +++ [EVENTLOG] Message : Could not set the Curve Optimizer values!
- +++ [EVENTLOG] Reason: Program terminated unexpectedly. Exit Code: 8
- +++ [EVENTLOG] Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Could not read CCD fuse!
- +++ [EVENTLOG]
- +++ [EVENTLOG] Data : {}
- +++ [EVENTLOG] InnerException :
- +++ [EVENTLOG] TargetSite :
- +++ [EVENTLOG] StackTrace :
- +++ [EVENTLOG] HelpLink :
- +++ [EVENTLOG] Source :
- +++ [EVENTLOG] HResult : -2146233087
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG] MyCommand :
- +++ [EVENTLOG] BoundParameters : {}
- +++ [EVENTLOG] UnboundArguments : {}
- +++ [EVENTLOG] ScriptLineNumber : 5403
- +++ [EVENTLOG] OffsetInLine : 9
- +++ [EVENTLOG] HistoryId : -1
- +++ [EVENTLOG] ScriptName : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
- +++ [EVENTLOG] Line : throw('Could not set the Curve Optimizer values!' + [Environment]::NewLine + 'Reason:
- +++ [EVENTLOG] ' + $_)
- +++ [EVENTLOG]
- +++ [EVENTLOG] PositionMessage : At C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1:5403 char:9
- +++ [EVENTLOG] + throw('Could not set the Curve Optimizer values!' + [Environm ...
- +++ [EVENTLOG] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- +++ [EVENTLOG] PSScriptRoot : C:\temp\CoreCycler-v0.11.0.0alpha1
- +++ [EVENTLOG] PSCommandPath : C:\temp\CoreCycler-v0.11.0.0alpha1\script-corecycler.ps1
- +++ [EVENTLOG] InvocationName :
- +++ [EVENTLOG] PipelineLength : 0
- +++ [EVENTLOG] PipelinePosition : 0
- +++ [EVENTLOG] ExpectingInput : False
- +++ [EVENTLOG] CommandOrigin : Internal
- +++ [EVENTLOG] DisplayScriptPosition :
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- FATAL ERROR: Could not set the Curve Optimizer values!
- Reason: Program terminated unexpectedly. Exit Code: 8
- Did not find the expected amount of cores for mapping (16 expected but found only 0)!
- Could not read CCD fuse!
- +++ Removing the .automode file
- +++
- +++ ┌─────────────────────────┐
- +++ │ THE FINALLY BLOCK │
- +++ └─────────────────────────┘
- +++
- + 20:19:04 - Terminating the script...
- + Successfully destroyed the shutdown block reason: (True)
- +++ Adding Event Log entry: script_terminated
- +++ Adding the Windows Event Log entry:
- +++ [EVENTLOG] CoreCycler was terminated
- +++ [EVENTLOG]
- +++ [EVENTLOG] The log files for this run are stored in:
- +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\CoreCycler_2025-04-16_19-42-23_YCRUNCHER_24-ZN5 ~ KOMARI.log
- +++ [EVENTLOG] C:\temp\CoreCycler-v0.11.0.0alpha1\logs\y-cruncher: yCruncher_2025-04-16_19-42-23_mode_24-ZN5 ~ KOMARI.log
- +++ [EVENTLOG]
- +++ [EVENTLOG]
- +++ [EVENTLOG] Summary:
- +++ [EVENTLOG] Run time: 36 minutes, 41 seconds
- +++ [EVENTLOG] Iterations: 1 started / 0 completed
- +++ [EVENTLOG] Tested cores: 7 cores / 7 tests
- +++ [EVENTLOG] Core 0 (1x), Core 1 (1x), Core 2 (1x), Core 3 (1x), Core 8 (1x)
- +++ [EVENTLOG] Core 9 (1x), Core 10 (1x)
- +++ [EVENTLOG] No core has thrown an error
- +++ [EVENTLOG] No WHEA errors were observed during the test
- +++ [EVENTLOG] No adjustments to the Curve Optimizer values were necessary
- +++ [EVENTLOG] Core C0 | C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | C9 | C10 | C11 | C12 | C13 | C14 | C15
- +++ [EVENTLOG] CO values -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50 | -50
- +++ [EVENTLOG]
- +++ Removing the startup task "\CoreCycler\\CoreCycler AutoMode Startup Task"
- +++ Removing the .automode file
- +++ Exit-WithFatalError was called, skipping the rest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement