this Log contains the information of all coordinates of many atoms in a molecular dynamics simulation for a long sequence of time steps, along with some extra information other than the coordinates.
i just want to extract only the coordinates and want to Sort[] it in increasing number of atoms as you can see the Atoms column is not sorted out.
All Help Is Appreciated. Thank you.

Import? $\endgroup$Import[ filename , "Table" ]. From there it is straightforward to extract the data you need. $\endgroup$