Just from your message, it seems like your simulation is storing a huge amount of data in .qraw. How large is your .qraw file during simulation? To manage large data files, you either need patience or you need to find a way to limit the size of the data file to speed up handling. For example, you can use .save to restrict what to save and .option CULLTIME=xxx to limit the saving rate.