Benchmark Variance
#3
(11-12-2019, 09:00 AM)philsmd Wrote: For me it has kind of the different effect, -w 4 is even slightly faster than the benchmark with -b , because benchmark doesn't use -w 4 by default.

If you want to troubleshoot here are the relevant options that hashcat uses in benchmark mode:
https://github.com/hashcat/hashcat/blob/...1600-L1628
https://github.com/hashcat/hashcat/blob/...#L446-L451

I would also recommend to test with the beta version from here (https://hashcat.net/beta/) also  because the code above is the current one that the beta uses (such that we have a reference).

The -w 4 (your run above0 vs -w 3 (the default in benchmark) is what makes the difference in the loops (-u) above. but again, normally -w 4 should be faster than -w 3 so it must be something else.

Did you also try just benchmarking with 1 device ? -d 1 -b -m 5600 and -d 2 -b -m 5600 ?
The Fan speed says 0% which is also suspicous. Any reason why there is NO fan ?

btw: the initial discussion was here https://hashcat.net/forum/thread-8768.html , not sure if we really needed a new forum thread for this

in theory you could also test newest beta with CUDA (install the CUDA SDK) just to eliminate some possible OpenCL related "problems"... you also didn't really mention which driver version you are using, which might also be relevant here (or maybe the problem lies somewhere completely else, also possible)

I have installed Win10 and loaded the most current nvidia drivers (440.12) and the cuda toolkit (10.2). But the results are still the same as when I run it on Linux. The fan comes on when the GPU hits 60c, I am running a giant house fan on an open case, and it takes a minute or two for the card to warm up. 


Benchmark Device1 (rtx2080)
hashcat.exe -d 1 -b -m 5600
Speed.#1.........:  2890.6 MH/s (65.77ms) @ Accel:16 Loops:256 Thr:1024 Vec:1

Benchmark Device2 (gtx1060)

hashcat.exe -d 2 -b -m 5600
Speed.#2.........:   953.3 MH/s (87.23ms) @ Accel:32 Loops:256 Thr:1024 Vec:1

The actual hash

C:\hashcat-5.1.0>hashcat.exe -a 3 -w 4 -m 5600 -O scott.txt ?b?b?b?b?b?b?b
hashcat (v5.1.0-1425-g6adc217b) starting...
* Device #1: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #2: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #3: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #4: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeout, see: https://hashcat.net/q/timeoutpatch
CUDA API (CUDA 10.2)
====================
* Device #1: GeForce RTX 2080, 8192 MB, 46MCU
* Device #2: GeForce GTX 1060 6GB, 6144 MB, 10MCU
OpenCL API (OpenCL 1.2 CUDA 10.2.95) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #3: GeForce RTX 2080, skipped
* Device #4: GeForce GTX 1060 6GB, skipped
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Applicable optimizers:
* Optimized-Kernel
* Zero-Byte
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 27
Watchdog: Temperature abort trigger set to 90c
Host memory required for this attack: 2332 MB

Session..........: hashcat
Status...........: Quit
Hash.Name........: NetNTLMv2
Hash.Target......: ADMINISTRATOR:TongueROF:637c7285050ac6a3:5b7d72e6da1309...000000
Time.Started.....: Tue Nov 12 13:56:10 2019 (33 secs)
Time.Estimated...: Sun Nov 15 09:58:34 2020 (1 year, 3 days)
Guess.Mask.......: ?b?b?b?b?b?b?b [7]
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  1702.2 MH/s (450.73ms) @ Accel:64 Loops:256 Thr:1024 Vec:1
Speed.#2.........:   559.0 MH/s (299.01ms) @ Accel:64 Loops:256 Thr:1024 Vec:1
Speed.#*.........:  2261.2 MH/s
Recovered........: 0/1 (0.00%) Digests
Progress.........: 73853304832/72057594037927936 (0.00%)
Rejected.........: 0/73853304832 (0.00%)
Restore.Point....: 0/1099511627776 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:18432-18688 Iteration:0-256
Restore.Sub.#2...: Salt:0 Amplifier:27904-28160 Iteration:0-256
Candidates.#1....: $HEX[73486500000000] -> $HEX[ff48ffff2d0000]
Candidates.#2....: $HEX[736d65002e0000] -> $HEX[ff6dffff370000]
Hardware.Mon.#1..: Temp: 50c Fan: 30% Util:100% Core:1980MHz Mem:6800MHz Bus:4
Hardware.Mon.#2..: Temp: 63c Fan: 28% Util:100% Core:1898MHz Mem:3802MHz Bus:8

This has me really scratching my head. I am using the beta hash cat package as well.
Reply


Messages In This Thread
Benchmark Variance - by mkfox - 11-11-2019, 03:44 PM
RE: Benchmark Variance - by philsmd - 11-12-2019, 09:00 AM
RE: Benchmark Variance - by mkfox - 11-12-2019, 11:58 PM
RE: Benchmark Variance - by philsmd - 11-13-2019, 01:32 AM
RE: Benchmark Variance - by mkfox - 11-13-2019, 02:00 AM