Hi @gkotelnytskyy,
as @ahmedhussain18 mentioned, this is a memory problem. Your model has more than 2 million nodes on a 2nd order mesh. For this model you would need a 32-core machine, but you used only 4. Same problem happened in the nonlinear case.
We’ll check why no appropriate error message was displayed and try to fix it.
In the meantime I created a new run for the linear case using MUMPS on a 32 core machine with 2 MPI runs (each on 16 OpenMP cores). You find some more information regarding these two settings in this post: FEA - Oscillating Metal Block with Rubber - #16 by rszoeke
You can check the project here: SimScale
Best,
Richard