what is the COACH final result file?

I ran COACH in I-TASSER 5.0 suite, but I don't understand what is the results file and how to analyze output files.

My script is below,

runCOACH -pkgdir ${pkgdir} -libdir ${libdir} -protname ${protname} -model ${model} -datadir ${datadir} -LBS true -EC false -GO false -runstyle serial -homoflag benchmark -idcut 0.3 -outdir ./result

and then output files are generated in each directories.
I want to see COACH LBS results, what file is it?

Is result/${target}/coach/Bsites.dat final results?

Thanks.