how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part (kind of salt) is identical for 2 different documents.
My guess is that these hashes are manually constructed and not real-world hashes, but I could be wrong.
I'm pretty sure it's a problem of "not-unique-salt" and hashcat assumes that these long sequences of bytes can be sorted and uniqued (while your example can not because it's strangely identical).
BTW: according to the forum rules you are not allowed to post hashes: you will get banned if you do this.
My guess is that these hashes are manually constructed and not real-world hashes, but I could be wrong.
I'm pretty sure it's a problem of "not-unique-salt" and hashcat assumes that these long sequences of bytes can be sorted and uniqued (while your example can not because it's strangely identical).
BTW: according to the forum rules you are not allowed to post hashes: you will get banned if you do this.