I have the same problem (virtual machine), PLE values:
393
393
393
4294925
4294940
4294956
440
440
440
I solve the problem with this powershell script:
$server = "Server1"
& relog Server1_XXXX.blg -f csv -o logfile.csv
($csv = Import-Csv logfile.csv -Delimiter ',')...