Hello Ahmet,
Thank you for the question and for sharing the file!
There is a way to read the results from file after the analysis has completed. For most of the UQ analyses, results are written to a file called 'dakotaTab.out' in the tmp.SimCenter directory (there are exceptions, for example, results of Reliability analysis using Dakota are at the end of the 'dakota.out' file, and the results from Bayesian calibration using Dakota are in the file called 'dakota_mcmc_tabular.dat'.)
The 'dakotaTab.out' file is a tab-separated plain text file. From the third column onwards, this file contains the sample values of the input RVs, and then the following columns contain the values of the EDPs corresponding to the inputs. There is a header row which indicates what the columns of data in this file correspond to. You can typically ignore the first two columns of data in this file.
The BIM.json file (from the latest release (version 3.2.0) onwards of quoFEM, this file is called AIM.json) is created when the analysis is started. This file is not updated at the end of the analysis, so this file does not contain the results from the current run.