Try to run on Linux command prompt after you files have been imported:
ps -aux | grep StandardERPServer64 
then 
 lsof -p serp_pid
where serp_pid is PID of the StandardERPServer64 (second column of the result of the previous command)
Or try
lsof -p serp_pid +D 'path_to_your_xml_files_directory'