Child process with PID terminated unexpectedly on v4.5

Welcome to the forum @Williamsan .
Please can you

  1. Confirm the the job log (Metadata|Log) contains
  2. Post the outputs of these commands on the CryoSPARC worker where the job failed (replacing /path/to/cryosparc_worker with the actual path of cryosparc_worker/ on the CryoSPARC worker computer):
    nvidia-smi
    /path/to/cryosparc_worker/bin/cryosparcw call env | grep PATH
    /path/to/cryosparc_worker/bin/cryosparcw call numba -s
    /path/to/cryosparc_worker/bin/cryosparcw call python -c "from numba import cuda; cuda.cudadrv.libs.test()"
    /sbin/ldconfig -p | grep -i libcuda
    
  3. Describe the commands and files used for the installation of the nvidia driver.

[edited 2026-05-06. typo in grep command]