What I noticed:
I noticed that upon tracing a signal of type int or double the output file contains extra endline character.
For example:
Where the first column is the time and the second column is the data.
Potential Solution:
I suspect the tracer to dump an extra end line upon writing data that are not Eigen::Matrix.
I did not look at the tracer code yet.