when i try to load a .xtc file from a 100ns MD my vmd crashes in the frame 9000, does anyone know how could i resolve this problem??
i am using vmd version 1.9.3 for linux, and my laptop has 8gb of ram
thanks beforehand
Without further knowledge I would suspect that you are running out of RAM. How many atoms are there in the system? 9000 frames with 74k atoms would use all your RAM, leaving nothing for the operating system, other programs and the rest of VMD etc.
Why do you need as much as 9000 frames? I would recommend gmx trjconv -timestep 100
. That should give you 1000 frames, which, in most cases, would be enough for a 100 ns simulation.
Another solution would be to get more RAM for you laptop or another computer.
Thank you for your reply. My system has 5650 atoms, and I have checked the resources on my laptop. The RAM isn’t the issue; however, I notice that the program still crashes when two of my eight CPUs reach their maximum performance. Interestingly, the overall CPU usage isn’t very high during this process. If you have any suggestions to resolve this issue, I would greatly appreciate it.