What was the original john command you used? Are you using a wordlist, or did you specify your own parameters? My point is, you may have asked john to use a large address space to crack your hashes.
For example, a 6 character address space of one type (e.g. lowercase) contains 3.21x10^8 combinations. If you take another 6 character address space, but of two types (e.g. lower and uppercase) the combinations increase to 2.02x10^10. Going all the way up to a 6 character address space, with 4 types (uppercase, lowercase, numbers and special characters), the combinations are 7.43x10^11.
The number of combinations may not seem all that different, but the cracking time increase by several factors each time. If you are using a larger address space (i.e. more than 6 characters), it is possible you have set your computer up for millions of years worth of work! So it may not be so surprising that you still appear to be at 0%...


