I am using the following python code on a high-performance PC (128GB memory) to parse the information in the trace file (2.02 GB size). But the parsing was not successful, and the code ended directly.
All dates and times are validated. E.g. "20241341" is not a date; "246199" is not a time. Group name in the result will be None if not found or not valid. If both path and filename have the group, ...