already the fact that it contains the same amount of passwords, but is 2 bytes shorter is suspicous to say the least, maybe it doesn't contain the correct passwords:
Passwords.: 14344392
Bytes.....: 139921510
vs
Passwords.: 14344392
Bytes.....: 139921508
if you would just shuffle the dict, it wouldn't be shorter (the size would be the same! )
It's also suspicious that you load 5 hashes and only 3 unique digests and only 1 unique salt. Try a .hccapx file with only 1 network.
For testing purposes it would also make sense to test the single GPUs with -d (lowercase d) and the device number, e.g. -d 1
after that works correctly, try -d 2 etc
Passwords.: 14344392
Bytes.....: 139921510
vs
Passwords.: 14344392
Bytes.....: 139921508
if you would just shuffle the dict, it wouldn't be shorter (the size would be the same! )
It's also suspicious that you load 5 hashes and only 3 unique digests and only 1 unique salt. Try a .hccapx file with only 1 network.
For testing purposes it would also make sense to test the single GPUs with -d (lowercase d) and the device number, e.g. -d 1
after that works correctly, try -d 2 etc