Error with long salt (35 chars) -MD5_PS

Hi there,
I have an error :
"Terminating due to error: Cannot allocate memory: std::bad_alloc.
Please use more bits per unit or a smaller problem size."
When I try an MD5 hash (MD5_PS) with long salt of 35 chars, here password is the password:
# echo password1234567890yxcvbnm12345678901234567 |md5sum
# echo bfebc02ec5a0a33da253315b4dbb6620:1234567890yxcvbnm12345678901234567 > /tmp/test7
# ./Cryptohaze-Multiforcer -h MD5_PS -c charsets/charsetlowernumeric -f /tmp/test7
Thanks in advance.
I have an error :
"Terminating due to error: Cannot allocate memory: std::bad_alloc.
Please use more bits per unit or a smaller problem size."
When I try an MD5 hash (MD5_PS) with long salt of 35 chars, here password is the password:
# echo password1234567890yxcvbnm12345678901234567 |md5sum
# echo bfebc02ec5a0a33da253315b4dbb6620:1234567890yxcvbnm12345678901234567 > /tmp/test7
# ./Cryptohaze-Multiforcer -h MD5_PS -c charsets/charsetlowernumeric -f /tmp/test7
Thanks in advance.