Improve memory handling in logParser
Changes introduced
Change which statistic is used for reporting the memory usage. See #229 (closed) for details.
Changed to VmRSS
based on suggestion of Rod Walker. This should only check the RAM size excluding swap size (to my understanding).
Tests
Issues resolved
Closes #229 (closed)