diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-17 14:12:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-17 14:12:24 +0300 |
| commit | b2cb4ca0563cc73af20460fe3b319263a96a6989 (patch) | |
| tree | 0ab024e8983edcd8d25174b6da7749be15c8f9a9 /debug_fixed.log | |
| parent | 069dff93d8c6c8f0ba28d9f6123fa9b1430c2f92 (diff) | |
Fix grep context lines bug in channelless implementation
- Fixed critical bug where matching lines were incorrectly treated as after context
- After context logic now only applies to non-matching lines, not matches
- Consecutive matches no longer interfere with after context counting
- All grep context options now work correctly: --before, --after, --max
- TestDGrepContext1 and TestDGrepContext2 now pass with channelless implementation
- Full compatibility with original channel-based behavior maintained
- All integration tests passing
The bug was in GrepProcessor.ProcessLine() where any line with afterRemaining > 0
was treated as after context, including matching lines. Fixed by moving after
context logic inside the !isMatch condition block.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'debug_fixed.log')
| -rw-r--r-- | debug_fixed.log | 600 |
1 files changed, 600 insertions, 0 deletions
diff --git a/debug_fixed.log b/debug_fixed.log new file mode 100644 index 0000000..44e571c --- /dev/null +++ b/debug_fixed.log @@ -0,0 +1,600 @@ +Line 1: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|13|7|0.21|471h0m2... +Line 2: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|13|7|0.21|471h0m2... +Line 3: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|13|7|0.21|471h0m2... +Line 4: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 5: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 6: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 7: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 8: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 9: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|14|7|0.21|471h0m2... +Line 10: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 11: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 12: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 13: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 14: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 15: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 16: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 17: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 18: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 19: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|16|7|0.21|471h0m2... +Line 20: match=false, afterRemaining=0, content=INFO|1002-071143|1|stats.go:56|8|17|7|0.21|471h0m2... +Line 21: match=false, afterRemaining=0, content=INFO|1002-071146|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 22: match=false, afterRemaining=0, content=INFO|1002-071146|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 23: match=false, afterRemaining=0, content=INFO|1002-071146|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 24: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|12|7|0.19|471h0m2... +Line 25: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|12|7|0.19|471h0m2... +Line 26: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|12|7|0.19|471h0m2... +Line 27: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|13|7|0.19|471h0m2... +Line 28: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|13|7|0.19|471h0m2... +Line 29: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 30: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 31: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 32: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 33: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 34: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 35: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 36: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|14|7|0.19|471h0m2... +Line 37: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|15|7|0.19|471h0m2... +Line 38: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|15|7|0.19|471h0m2... +Line 39: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|15|7|0.19|471h0m2... +Line 40: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 41: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 42: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 43: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 44: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 45: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 46: match=false, afterRemaining=0, content=INFO|1002-071147|1|stats.go:56|8|16|7|0.19|471h0m2... +Line 47: match=false, afterRemaining=0, content=INFO|1002-071148|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 48: match=false, afterRemaining=0, content=INFO|1002-071148|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 49: match=false, afterRemaining=0, content=INFO|1002-071149|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 50: match=false, afterRemaining=0, content=INFO|1002-071149|1|stats.go:56|8|11|7|0.19|471h0m2... +Line 51: match=false, afterRemaining=0, content=INFO|1002-071156|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 52: match=false, afterRemaining=0, content=INFO|1002-071156|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 53: match=false, afterRemaining=0, content=INFO|1002-071156|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 54: match=false, afterRemaining=0, content=INFO|1002-071157|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 55: match=false, afterRemaining=0, content=INFO|1002-071157|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 56: match=false, afterRemaining=0, content=INFO|1002-071157|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 57: match=false, afterRemaining=0, content=INFO|1002-071158|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 58: match=false, afterRemaining=0, content=INFO|1002-071158|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 59: match=false, afterRemaining=0, content=INFO|1002-071159|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 60: match=false, afterRemaining=0, content=INFO|1002-071159|1|stats.go:56|8|11|7|0.24|471h0m3... +Line 61: match=false, afterRemaining=0, content=INFO|1002-071206|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 62: match=false, afterRemaining=0, content=INFO|1002-071206|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 63: match=false, afterRemaining=0, content=INFO|1002-071206|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 64: match=false, afterRemaining=0, content=INFO|1002-071207|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 65: match=false, afterRemaining=0, content=INFO|1002-071207|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 66: match=false, afterRemaining=0, content=INFO|1002-071208|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 67: match=false, afterRemaining=0, content=INFO|1002-071208|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 68: match=false, afterRemaining=0, content=INFO|1002-071208|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 69: match=false, afterRemaining=0, content=INFO|1002-071209|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 70: match=false, afterRemaining=0, content=INFO|1002-071209|1|stats.go:56|8|11|7|0.20|471h0m4... +Line 71: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|12|7|0.26|471h0m5... +Line 72: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|12|7|0.26|471h0m5... +Line 73: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|12|7|0.26|471h0m5... +Line 74: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|12|7|0.26|471h0m5... +Line 75: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|12|7|0.26|471h0m5... +Line 76: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|13|7|0.26|471h0m5... +Line 77: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|13|7|0.26|471h0m5... +Line 78: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|13|7|0.26|471h0m5... +Line 79: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 80: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 81: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 82: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 83: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 84: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 85: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 86: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 87: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 88: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|15|7|0.26|471h0m5... +Line 89: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|16|7|0.26|471h0m5... +Line 90: match=false, afterRemaining=0, content=INFO|1002-071213|1|stats.go:56|8|17|7|0.26|471h0m5... +Line 91: match=false, afterRemaining=0, content=INFO|1002-071216|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 92: match=false, afterRemaining=0, content=INFO|1002-071216|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 93: match=false, afterRemaining=0, content=INFO|1002-071216|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 94: match=false, afterRemaining=0, content=INFO|1002-071217|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 95: match=false, afterRemaining=0, content=INFO|1002-071217|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 96: match=false, afterRemaining=0, content=INFO|1002-071218|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 97: match=false, afterRemaining=0, content=INFO|1002-071218|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 98: match=false, afterRemaining=0, content=INFO|1002-071218|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 99: match=false, afterRemaining=0, content=INFO|1002-071219|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 100: match=false, afterRemaining=0, content=INFO|1002-071219|1|stats.go:56|8|11|7|0.24|471h0m5... +Line 101: match=false, afterRemaining=0, content=INFO|1002-071226|1|stats.go:56|8|11|7|0.28|471h1m3... +Line 102: match=false, afterRemaining=0, content=INFO|1002-071226|1|stats.go:56|8|11|7|0.28|471h1m4... +Line 103: match=false, afterRemaining=0, content=INFO|1002-071226|1|stats.go:56|8|11|7|0.28|471h1m4... +Line 104: match=false, afterRemaining=0, content=INFO|1002-071227|1|stats.go:56|8|11|7|0.28|471h1m5... +Line 105: match=false, afterRemaining=0, content=INFO|1002-071227|1|stats.go:56|8|11|7|0.28|471h1m5... +Line 106: match=false, afterRemaining=0, content=INFO|1002-071228|1|stats.go:56|8|11|7|0.28|471h1m5... +Line 107: match=false, afterRemaining=0, content=INFO|1002-071228|1|stats.go:56|8|11|7|0.28|471h1m6... +Line 108: match=false, afterRemaining=0, content=INFO|1002-071228|1|stats.go:56|8|11|7|0.28|471h1m6... +Line 109: match=false, afterRemaining=0, content=INFO|1002-071229|1|stats.go:56|8|11|7|0.28|471h1m6... +Line 110: match=false, afterRemaining=0, content=INFO|1002-071229|1|stats.go:56|8|11|7|0.28|471h1m7... +Line 111: match=false, afterRemaining=0, content=INFO|1002-071236|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 112: match=false, afterRemaining=0, content=INFO|1002-071236|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 113: match=false, afterRemaining=0, content=INFO|1002-071236|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 114: match=false, afterRemaining=0, content=INFO|1002-071237|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 115: match=false, afterRemaining=0, content=INFO|1002-071237|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 116: match=false, afterRemaining=0, content=INFO|1002-071238|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 117: match=false, afterRemaining=0, content=INFO|1002-071238|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 118: match=false, afterRemaining=0, content=INFO|1002-071238|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 119: match=false, afterRemaining=0, content=INFO|1002-071239|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 120: match=false, afterRemaining=0, content=INFO|1002-071239|1|stats.go:56|8|11|7|0.32|471h1m1... +Line 121: match=false, afterRemaining=0, content=INFO|1002-071246|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 122: match=false, afterRemaining=0, content=INFO|1002-071246|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 123: match=false, afterRemaining=0, content=INFO|1002-071246|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 124: match=false, afterRemaining=0, content=INFO|1002-071247|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 125: match=false, afterRemaining=0, content=INFO|1002-071247|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 126: match=false, afterRemaining=0, content=INFO|1002-071248|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 127: match=false, afterRemaining=0, content=INFO|1002-071248|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 128: match=false, afterRemaining=0, content=INFO|1002-071248|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 129: match=false, afterRemaining=0, content=INFO|1002-071249|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 130: match=false, afterRemaining=0, content=INFO|1002-071249|1|stats.go:56|8|11|7|0.27|471h1m2... +Line 131: match=false, afterRemaining=0, content=INFO|1002-071256|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 132: match=false, afterRemaining=0, content=INFO|1002-071256|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 133: match=false, afterRemaining=0, content=INFO|1002-071256|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 134: match=false, afterRemaining=0, content=INFO|1002-071257|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 135: match=false, afterRemaining=0, content=INFO|1002-071257|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 136: match=false, afterRemaining=0, content=INFO|1002-071258|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 137: match=false, afterRemaining=0, content=INFO|1002-071258|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 138: match=false, afterRemaining=0, content=INFO|1002-071258|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 139: match=false, afterRemaining=0, content=INFO|1002-071259|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 140: match=false, afterRemaining=0, content=INFO|1002-071259|1|stats.go:56|8|11|7|0.23|471h1m3... +Line 141: match=false, afterRemaining=0, content=INFO|1002-071306|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 142: match=false, afterRemaining=0, content=INFO|1002-071306|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 143: match=false, afterRemaining=0, content=INFO|1002-071306|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 144: match=false, afterRemaining=0, content=INFO|1002-071307|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 145: match=false, afterRemaining=0, content=INFO|1002-071307|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 146: match=false, afterRemaining=0, content=INFO|1002-071308|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 147: match=false, afterRemaining=0, content=INFO|1002-071308|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 148: match=false, afterRemaining=0, content=INFO|1002-071308|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 149: match=false, afterRemaining=0, content=INFO|1002-071309|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 150: match=false, afterRemaining=0, content=INFO|1002-071309|1|stats.go:56|8|11|7|0.35|471h1m4... +Line 151: match=false, afterRemaining=0, content=INFO|1002-071316|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 152: match=false, afterRemaining=0, content=INFO|1002-071316|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 153: match=false, afterRemaining=0, content=INFO|1002-071316|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 154: match=false, afterRemaining=0, content=INFO|1002-071317|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 155: match=false, afterRemaining=0, content=INFO|1002-071317|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 156: match=false, afterRemaining=0, content=INFO|1002-071318|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 157: match=false, afterRemaining=0, content=INFO|1002-071318|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 158: match=false, afterRemaining=0, content=INFO|1002-071318|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 159: match=false, afterRemaining=0, content=INFO|1002-071319|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 160: match=false, afterRemaining=0, content=INFO|1002-071319|1|stats.go:56|8|11|7|0.38|471h1m5... +Line 161: match=false, afterRemaining=0, content=INFO|1002-071326|1|stats.go:56|8|11|7|0.32|471h2m3... +Line 162: match=false, afterRemaining=0, content=INFO|1002-071326|1|stats.go:56|8|11|7|0.32|471h2m4... +Line 163: match=false, afterRemaining=0, content=INFO|1002-071326|1|stats.go:56|8|11|7|0.32|471h2m4... +Line 164: match=false, afterRemaining=0, content=INFO|1002-071327|1|stats.go:56|8|11|7|0.32|471h2m5... +Line 165: match=false, afterRemaining=0, content=INFO|1002-071327|1|stats.go:56|8|11|7|0.32|471h2m5... +Line 166: match=false, afterRemaining=0, content=INFO|1002-071328|1|stats.go:56|8|11|7|0.32|471h2m5... +Line 167: match=false, afterRemaining=0, content=INFO|1002-071328|1|stats.go:56|8|11|7|0.32|471h2m6... +Line 168: match=false, afterRemaining=0, content=INFO|1002-071328|1|stats.go:56|8|11|7|0.32|471h2m6... +Line 169: match=false, afterRemaining=0, content=INFO|1002-071329|1|stats.go:56|8|11|7|0.32|471h2m7... +Line 170: match=false, afterRemaining=0, content=INFO|1002-071329|1|stats.go:56|8|11|7|0.32|471h2m7... +Line 171: match=false, afterRemaining=0, content=INFO|1002-071336|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 172: match=false, afterRemaining=0, content=INFO|1002-071336|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 173: match=false, afterRemaining=0, content=INFO|1002-071336|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 174: match=false, afterRemaining=0, content=INFO|1002-071337|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 175: match=false, afterRemaining=0, content=INFO|1002-071337|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 176: match=false, afterRemaining=0, content=INFO|1002-071338|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 177: match=false, afterRemaining=0, content=INFO|1002-071338|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 178: match=false, afterRemaining=0, content=INFO|1002-071338|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 179: match=false, afterRemaining=0, content=INFO|1002-071339|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 180: match=false, afterRemaining=0, content=INFO|1002-071339|1|stats.go:56|8|11|7|0.35|471h2m1... +Line 181: match=false, afterRemaining=0, content=INFO|1002-071346|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 182: match=false, afterRemaining=0, content=INFO|1002-071346|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 183: match=false, afterRemaining=0, content=INFO|1002-071346|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 184: match=false, afterRemaining=0, content=INFO|1002-071347|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 185: match=false, afterRemaining=0, content=INFO|1002-071347|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 186: match=false, afterRemaining=0, content=INFO|1002-071348|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 187: match=false, afterRemaining=0, content=INFO|1002-071348|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 188: match=false, afterRemaining=0, content=INFO|1002-071348|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 189: match=false, afterRemaining=0, content=INFO|1002-071349|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 190: match=false, afterRemaining=0, content=INFO|1002-071349|1|stats.go:56|8|11|7|0.30|471h2m2... +Line 191: match=false, afterRemaining=0, content=INFO|1002-071356|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 192: match=false, afterRemaining=0, content=INFO|1002-071356|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 193: match=false, afterRemaining=0, content=INFO|1002-071356|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 194: match=false, afterRemaining=0, content=INFO|1002-071357|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 195: match=false, afterRemaining=0, content=INFO|1002-071357|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 196: match=false, afterRemaining=0, content=INFO|1002-071358|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 197: match=false, afterRemaining=0, content=INFO|1002-071358|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 198: match=false, afterRemaining=0, content=INFO|1002-071358|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 199: match=false, afterRemaining=0, content=INFO|1002-071359|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 200: match=false, afterRemaining=0, content=INFO|1002-071359|1|stats.go:56|8|11|7|0.57|471h2m3... +Line 201: match=false, afterRemaining=0, content=INFO|1002-071406|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 202: match=false, afterRemaining=0, content=INFO|1002-071406|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 203: match=false, afterRemaining=0, content=INFO|1002-071406|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 204: match=false, afterRemaining=0, content=INFO|1002-071407|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 205: match=false, afterRemaining=0, content=INFO|1002-071407|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 206: match=false, afterRemaining=0, content=INFO|1002-071408|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 207: match=false, afterRemaining=0, content=INFO|1002-071408|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 208: match=false, afterRemaining=0, content=INFO|1002-071408|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 209: match=false, afterRemaining=0, content=INFO|1002-071409|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 210: match=false, afterRemaining=0, content=INFO|1002-071409|1|stats.go:56|8|11|7|0.48|471h2m4... +Line 211: match=false, afterRemaining=0, content=INFO|1002-071416|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 212: match=false, afterRemaining=0, content=INFO|1002-071416|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 213: match=false, afterRemaining=0, content=INFO|1002-071416|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 214: match=false, afterRemaining=0, content=INFO|1002-071417|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 215: match=false, afterRemaining=0, content=INFO|1002-071417|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 216: match=false, afterRemaining=0, content=INFO|1002-071418|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 217: match=false, afterRemaining=0, content=INFO|1002-071418|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 218: match=false, afterRemaining=0, content=INFO|1002-071418|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 219: match=false, afterRemaining=0, content=INFO|1002-071419|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 220: match=false, afterRemaining=0, content=INFO|1002-071419|1|stats.go:56|8|11|7|0.49|471h2m5... +Line 221: match=false, afterRemaining=0, content=INFO|1002-071426|1|stats.go:56|8|11|7|0.41|471h3m3... +Line 222: match=false, afterRemaining=0, content=INFO|1002-071426|1|stats.go:56|8|11|7|0.41|471h3m4... +Line 223: match=false, afterRemaining=0, content=INFO|1002-071426|1|stats.go:56|8|11|7|0.41|471h3m4... +Line 224: match=false, afterRemaining=0, content=INFO|1002-071427|1|stats.go:56|8|11|7|0.41|471h3m5... +Line 225: match=false, afterRemaining=0, content=INFO|1002-071427|1|stats.go:56|8|11|7|0.41|471h3m5... +Line 226: match=false, afterRemaining=0, content=INFO|1002-071428|1|stats.go:56|8|11|7|0.41|471h3m5... +Line 227: match=false, afterRemaining=0, content=INFO|1002-071428|1|stats.go:56|8|11|7|0.41|471h3m6... +Line 228: match=false, afterRemaining=0, content=INFO|1002-071428|1|stats.go:56|8|11|7|0.41|471h3m6... +Line 229: match=false, afterRemaining=0, content=INFO|1002-071429|1|stats.go:56|8|11|7|0.41|471h3m7... +Line 230: match=false, afterRemaining=0, content=INFO|1002-071429|1|stats.go:56|8|11|7|0.41|471h3m7... +Line 231: match=false, afterRemaining=0, content=INFO|1002-071436|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 232: match=false, afterRemaining=0, content=INFO|1002-071436|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 233: match=false, afterRemaining=0, content=INFO|1002-071436|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 234: match=false, afterRemaining=0, content=INFO|1002-071437|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 235: match=false, afterRemaining=0, content=INFO|1002-071437|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 236: match=false, afterRemaining=0, content=INFO|1002-071438|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 237: match=false, afterRemaining=0, content=INFO|1002-071438|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 238: match=false, afterRemaining=0, content=INFO|1002-071438|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 239: match=false, afterRemaining=0, content=INFO|1002-071439|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 240: match=false, afterRemaining=0, content=INFO|1002-071439|1|stats.go:56|8|11|7|0.35|471h3m1... +Line 241: match=false, afterRemaining=0, content=INFO|1002-071446|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 242: match=false, afterRemaining=0, content=INFO|1002-071446|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 243: match=false, afterRemaining=0, content=INFO|1002-071446|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 244: match=false, afterRemaining=0, content=INFO|1002-071447|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 245: match=false, afterRemaining=0, content=INFO|1002-071447|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 246: match=false, afterRemaining=0, content=INFO|1002-071448|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 247: match=false, afterRemaining=0, content=INFO|1002-071448|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 248: match=false, afterRemaining=0, content=INFO|1002-071448|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 249: match=false, afterRemaining=0, content=INFO|1002-071449|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 250: match=false, afterRemaining=0, content=INFO|1002-071449|1|stats.go:56|8|11|7|0.29|471h3m2... +Line 251: match=false, afterRemaining=0, content=INFO|1002-071456|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 252: match=false, afterRemaining=0, content=INFO|1002-071456|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 253: match=false, afterRemaining=0, content=INFO|1002-071456|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 254: match=false, afterRemaining=0, content=INFO|1002-071457|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 255: match=false, afterRemaining=0, content=INFO|1002-071457|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 256: match=false, afterRemaining=0, content=INFO|1002-071458|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 257: match=false, afterRemaining=0, content=INFO|1002-071458|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 258: match=false, afterRemaining=0, content=INFO|1002-071458|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 259: match=false, afterRemaining=0, content=INFO|1002-071459|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 260: match=false, afterRemaining=0, content=INFO|1002-071459|1|stats.go:56|8|11|7|0.25|471h3m3... +Line 261: match=false, afterRemaining=0, content=INFO|1002-071506|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 262: match=false, afterRemaining=0, content=INFO|1002-071506|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 263: match=false, afterRemaining=0, content=INFO|1002-071506|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 264: match=false, afterRemaining=0, content=INFO|1002-071507|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 265: match=false, afterRemaining=0, content=INFO|1002-071507|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 266: match=false, afterRemaining=0, content=INFO|1002-071508|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 267: match=false, afterRemaining=0, content=INFO|1002-071508|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 268: match=false, afterRemaining=0, content=INFO|1002-071508|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 269: match=false, afterRemaining=0, content=INFO|1002-071509|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 270: match=false, afterRemaining=0, content=INFO|1002-071509|1|stats.go:56|8|11|7|0.28|471h3m4... +Line 271: match=false, afterRemaining=0, content=INFO|1002-071516|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 272: match=false, afterRemaining=0, content=INFO|1002-071516|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 273: match=false, afterRemaining=0, content=INFO|1002-071516|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 274: match=false, afterRemaining=0, content=INFO|1002-071517|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 275: match=false, afterRemaining=0, content=INFO|1002-071517|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 276: match=false, afterRemaining=0, content=INFO|1002-071518|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 277: match=false, afterRemaining=0, content=INFO|1002-071518|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 278: match=false, afterRemaining=0, content=INFO|1002-071519|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 279: match=false, afterRemaining=0, content=INFO|1002-071519|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 280: match=false, afterRemaining=0, content=INFO|1002-071519|1|stats.go:56|8|11|7|0.24|471h3m5... +Line 281: match=false, afterRemaining=0, content=INFO|1002-071526|1|stats.go:56|8|11|7|0.20|471h4m3... +Line 282: match=false, afterRemaining=0, content=INFO|1002-071526|1|stats.go:56|8|11|7|0.20|471h4m4... +Line 283: match=false, afterRemaining=0, content=INFO|1002-071526|1|stats.go:56|8|11|7|0.20|471h4m4... +Line 284: match=false, afterRemaining=0, content=INFO|1002-071527|1|stats.go:56|8|11|7|0.20|471h4m5... +Line 285: match=false, afterRemaining=0, content=INFO|1002-071527|1|stats.go:56|8|11|7|0.20|471h4m5... +Line 286: match=false, afterRemaining=0, content=INFO|1002-071528|1|stats.go:56|8|11|7|0.20|471h4m5... +Line 287: match=false, afterRemaining=0, content=INFO|1002-071528|1|stats.go:56|8|11|7|0.20|471h4m6... +Line 288: match=false, afterRemaining=0, content=INFO|1002-071529|1|stats.go:56|8|11|7|0.20|471h4m6... +Line 289: match=false, afterRemaining=0, content=INFO|1002-071529|1|stats.go:56|8|11|7|0.20|471h4m7... +Line 290: match=false, afterRemaining=0, content=INFO|1002-071529|1|stats.go:56|8|11|7|0.20|471h4m7... +Line 291: match=false, afterRemaining=0, content=INFO|1002-071536|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 292: match=false, afterRemaining=0, content=INFO|1002-071536|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 293: match=false, afterRemaining=0, content=INFO|1002-071536|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 294: match=false, afterRemaining=0, content=INFO|1002-071537|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 295: match=false, afterRemaining=0, content=INFO|1002-071537|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 296: match=false, afterRemaining=0, content=INFO|1002-071538|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 297: match=false, afterRemaining=0, content=INFO|1002-071538|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 298: match=false, afterRemaining=0, content=INFO|1002-071539|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 299: match=false, afterRemaining=0, content=INFO|1002-071539|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 300: match=false, afterRemaining=0, content=INFO|1002-071539|1|stats.go:56|8|11|7|0.17|471h4m1... +Line 301: match=false, afterRemaining=0, content=INFO|1002-071546|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 302: match=false, afterRemaining=0, content=INFO|1002-071546|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 303: match=false, afterRemaining=0, content=INFO|1002-071546|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 304: match=false, afterRemaining=0, content=INFO|1002-071547|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 305: match=false, afterRemaining=0, content=INFO|1002-071547|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 306: match=false, afterRemaining=0, content=INFO|1002-071548|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 307: match=false, afterRemaining=0, content=INFO|1002-071548|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 308: match=false, afterRemaining=0, content=INFO|1002-071549|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 309: match=false, afterRemaining=0, content=INFO|1002-071549|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 310: match=false, afterRemaining=0, content=INFO|1002-071549|1|stats.go:56|8|11|7|0.14|471h4m2... +Line 311: match=false, afterRemaining=0, content=INFO|1002-071556|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 312: match=false, afterRemaining=0, content=INFO|1002-071556|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 313: match=false, afterRemaining=0, content=INFO|1002-071556|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 314: match=false, afterRemaining=0, content=INFO|1002-071557|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 315: match=false, afterRemaining=0, content=INFO|1002-071557|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 316: match=false, afterRemaining=0, content=INFO|1002-071558|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 317: match=false, afterRemaining=0, content=INFO|1002-071558|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 318: match=false, afterRemaining=0, content=INFO|1002-071559|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 319: match=false, afterRemaining=0, content=INFO|1002-071559|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 320: match=false, afterRemaining=0, content=INFO|1002-071559|1|stats.go:56|8|11|7|0.12|471h4m3... +Line 321: match=false, afterRemaining=0, content=INFO|1002-071606|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 322: match=false, afterRemaining=0, content=INFO|1002-071606|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 323: match=false, afterRemaining=0, content=INFO|1002-071606|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 324: match=false, afterRemaining=0, content=INFO|1002-071607|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 325: match=false, afterRemaining=0, content=INFO|1002-071607|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 326: match=false, afterRemaining=0, content=INFO|1002-071608|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 327: match=false, afterRemaining=0, content=INFO|1002-071608|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 328: match=false, afterRemaining=0, content=INFO|1002-071609|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 329: match=false, afterRemaining=0, content=INFO|1002-071609|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 330: match=false, afterRemaining=0, content=INFO|1002-071609|1|stats.go:56|8|11|7|0.18|471h4m4... +Line 331: match=false, afterRemaining=0, content=INFO|1002-071616|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 332: match=false, afterRemaining=0, content=INFO|1002-071616|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 333: match=false, afterRemaining=0, content=INFO|1002-071617|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 334: match=false, afterRemaining=0, content=INFO|1002-071617|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 335: match=false, afterRemaining=0, content=INFO|1002-071617|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 336: match=false, afterRemaining=0, content=INFO|1002-071618|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 337: match=false, afterRemaining=0, content=INFO|1002-071618|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 338: match=false, afterRemaining=0, content=INFO|1002-071619|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 339: match=false, afterRemaining=0, content=INFO|1002-071619|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 340: match=false, afterRemaining=0, content=INFO|1002-071619|1|stats.go:56|8|11|7|0.22|471h4m5... +Line 341: match=false, afterRemaining=0, content=INFO|1002-071626|1|stats.go:56|8|11|7|0.27|471h5m3... +Line 342: match=false, afterRemaining=0, content=INFO|1002-071626|1|stats.go:56|8|11|7|0.27|471h5m4... +Line 343: match=false, afterRemaining=0, content=INFO|1002-071627|1|stats.go:56|8|11|7|0.27|471h5m4... +Line 344: match=false, afterRemaining=0, content=INFO|1002-071627|1|stats.go:56|8|11|7|0.27|471h5m5... +Line 345: match=false, afterRemaining=0, content=INFO|1002-071627|1|stats.go:56|8|11|7|0.27|471h5m5... +Line 346: match=false, afterRemaining=0, content=INFO|1002-071628|1|stats.go:56|8|11|7|0.27|471h5m5... +Line 347: match=false, afterRemaining=0, content=INFO|1002-071628|1|stats.go:56|8|11|7|0.27|471h5m6... +Line 348: match=false, afterRemaining=0, content=INFO|1002-071629|1|stats.go:56|8|11|7|0.27|471h5m6... +Line 349: match=false, afterRemaining=0, content=INFO|1002-071629|1|stats.go:56|8|11|7|0.27|471h5m7... +Line 350: match=false, afterRemaining=0, content=INFO|1002-071629|1|stats.go:56|8|11|7|0.27|471h5m7... +Line 351: match=false, afterRemaining=0, content=INFO|1002-071636|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 352: match=false, afterRemaining=0, content=INFO|1002-071636|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 353: match=false, afterRemaining=0, content=INFO|1002-071637|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 354: match=false, afterRemaining=0, content=INFO|1002-071637|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 355: match=false, afterRemaining=0, content=INFO|1002-071637|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 356: match=false, afterRemaining=0, content=INFO|1002-071638|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 357: match=false, afterRemaining=0, content=INFO|1002-071638|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 358: match=false, afterRemaining=0, content=INFO|1002-071639|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 359: match=false, afterRemaining=0, content=INFO|1002-071639|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 360: match=false, afterRemaining=0, content=INFO|1002-071639|1|stats.go:56|8|11|7|0.46|471h5m1... +Line 361: match=false, afterRemaining=0, content=INFO|1002-071646|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 362: match=false, afterRemaining=0, content=INFO|1002-071646|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 363: match=false, afterRemaining=0, content=INFO|1002-071647|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 364: match=false, afterRemaining=0, content=INFO|1002-071647|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 365: match=false, afterRemaining=0, content=INFO|1002-071647|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 366: match=false, afterRemaining=0, content=INFO|1002-071648|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 367: match=false, afterRemaining=0, content=INFO|1002-071648|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 368: match=false, afterRemaining=0, content=INFO|1002-071649|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 369: match=false, afterRemaining=0, content=INFO|1002-071649|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 370: match=false, afterRemaining=0, content=INFO|1002-071649|1|stats.go:56|8|11|7|0.39|471h5m2... +Line 371: match=false, afterRemaining=0, content=INFO|1002-071656|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 372: match=false, afterRemaining=0, content=INFO|1002-071656|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 373: match=false, afterRemaining=0, content=INFO|1002-071657|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 374: match=false, afterRemaining=0, content=INFO|1002-071657|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 375: match=false, afterRemaining=0, content=INFO|1002-071657|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 376: match=false, afterRemaining=0, content=INFO|1002-071658|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 377: match=false, afterRemaining=0, content=INFO|1002-071658|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 378: match=false, afterRemaining=0, content=INFO|1002-071659|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 379: match=false, afterRemaining=0, content=INFO|1002-071659|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 380: match=false, afterRemaining=0, content=INFO|1002-071659|1|stats.go:56|8|11|7|0.33|471h5m3... +Line 381: match=false, afterRemaining=0, content=INFO|1002-071706|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 382: match=false, afterRemaining=0, content=INFO|1002-071706|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 383: match=false, afterRemaining=0, content=INFO|1002-071707|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 384: match=false, afterRemaining=0, content=INFO|1002-071707|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 385: match=false, afterRemaining=0, content=INFO|1002-071707|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 386: match=false, afterRemaining=0, content=INFO|1002-071708|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 387: match=false, afterRemaining=0, content=INFO|1002-071708|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 388: match=false, afterRemaining=0, content=INFO|1002-071709|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 389: match=false, afterRemaining=0, content=INFO|1002-071709|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 390: match=false, afterRemaining=0, content=INFO|1002-071709|1|stats.go:56|8|11|7|0.28|471h5m4... +Line 391: match=false, afterRemaining=0, content=INFO|1002-071716|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 392: match=false, afterRemaining=0, content=INFO|1002-071716|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 393: match=false, afterRemaining=0, content=INFO|1002-071717|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 394: match=false, afterRemaining=0, content=INFO|1002-071717|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 395: match=false, afterRemaining=0, content=INFO|1002-071717|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 396: match=false, afterRemaining=0, content=INFO|1002-071718|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 397: match=false, afterRemaining=0, content=INFO|1002-071718|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 398: match=false, afterRemaining=0, content=INFO|1002-071719|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 399: match=false, afterRemaining=0, content=INFO|1002-071719|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 400: match=false, afterRemaining=0, content=INFO|1002-071719|1|stats.go:56|8|11|7|0.32|471h5m5... +Line 401: match=false, afterRemaining=0, content=INFO|1002-071726|1|stats.go:56|8|11|7|0.27|471h6m3... +Line 402: match=false, afterRemaining=0, content=INFO|1002-071726|1|stats.go:56|8|11|7|0.27|471h6m4... +Line 403: match=false, afterRemaining=0, content=INFO|1002-071727|1|stats.go:56|8|11|7|0.27|471h6m4... +Line 404: match=false, afterRemaining=0, content=INFO|1002-071727|1|stats.go:56|8|11|7|0.27|471h6m5... +Line 405: match=false, afterRemaining=0, content=INFO|1002-071727|1|stats.go:56|8|11|7|0.27|471h6m5... +Line 406: match=false, afterRemaining=0, content=INFO|1002-071728|1|stats.go:56|8|11|7|0.27|471h6m5... +Line 407: match=false, afterRemaining=0, content=INFO|1002-071728|1|stats.go:56|8|11|7|0.27|471h6m6... +Line 408: match=false, afterRemaining=0, content=INFO|1002-071729|1|stats.go:56|8|11|7|0.27|471h6m6... +Line 409: match=false, afterRemaining=0, content=INFO|1002-071729|1|stats.go:56|8|11|7|0.27|471h6m7... +Line 410: match=false, afterRemaining=0, content=INFO|1002-071729|1|stats.go:56|8|11|7|0.27|471h6m7... +Line 411: match=false, afterRemaining=0, content=INFO|1002-071736|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 412: match=false, afterRemaining=0, content=INFO|1002-071736|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 413: match=false, afterRemaining=0, content=INFO|1002-071737|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 414: match=false, afterRemaining=0, content=INFO|1002-071737|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 415: match=false, afterRemaining=0, content=INFO|1002-071737|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 416: match=false, afterRemaining=0, content=INFO|1002-071738|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 417: match=false, afterRemaining=0, content=INFO|1002-071738|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 418: match=false, afterRemaining=0, content=INFO|1002-071739|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 419: match=false, afterRemaining=0, content=INFO|1002-071739|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 420: match=false, afterRemaining=0, content=INFO|1002-071739|1|stats.go:56|8|11|7|0.23|471h6m1... +Line 421: match=false, afterRemaining=0, content=INFO|1002-071746|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 422: match=false, afterRemaining=0, content=INFO|1002-071746|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 423: match=false, afterRemaining=0, content=INFO|1002-071747|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 424: match=false, afterRemaining=0, content=INFO|1002-071747|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 425: match=false, afterRemaining=0, content=INFO|1002-071747|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 426: match=false, afterRemaining=0, content=INFO|1002-071748|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 427: match=false, afterRemaining=0, content=INFO|1002-071748|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 428: match=false, afterRemaining=0, content=INFO|1002-071749|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 429: match=false, afterRemaining=0, content=INFO|1002-071749|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 430: match=false, afterRemaining=0, content=INFO|1002-071749|1|stats.go:56|8|11|7|0.27|471h6m2... +Line 431: match=false, afterRemaining=0, content=INFO|1002-071756|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 432: match=false, afterRemaining=0, content=INFO|1002-071756|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 433: match=false, afterRemaining=0, content=INFO|1002-071757|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 434: match=false, afterRemaining=0, content=INFO|1002-071757|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 435: match=false, afterRemaining=0, content=INFO|1002-071757|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 436: match=false, afterRemaining=0, content=INFO|1002-071758|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 437: match=false, afterRemaining=0, content=INFO|1002-071758|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 438: match=false, afterRemaining=0, content=INFO|1002-071759|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 439: match=false, afterRemaining=0, content=INFO|1002-071759|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 440: match=false, afterRemaining=0, content=INFO|1002-071759|1|stats.go:56|8|11|7|0.23|471h6m3... +Line 441: match=false, afterRemaining=0, content=INFO|1002-071806|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 442: match=false, afterRemaining=0, content=INFO|1002-071806|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 443: match=false, afterRemaining=0, content=INFO|1002-071807|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 444: match=false, afterRemaining=0, content=INFO|1002-071807|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 445: match=false, afterRemaining=0, content=INFO|1002-071807|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 446: match=false, afterRemaining=0, content=INFO|1002-071808|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 447: match=false, afterRemaining=0, content=INFO|1002-071808|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 448: match=false, afterRemaining=0, content=INFO|1002-071809|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 449: match=false, afterRemaining=0, content=INFO|1002-071809|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 450: match=false, afterRemaining=0, content=INFO|1002-071809|1|stats.go:56|8|11|7|0.51|471h6m4... +Line 451: match=false, afterRemaining=0, content=INFO|1002-071816|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 452: match=false, afterRemaining=0, content=INFO|1002-071816|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 453: match=false, afterRemaining=0, content=INFO|1002-071817|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 454: match=false, afterRemaining=0, content=INFO|1002-071817|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 455: match=false, afterRemaining=0, content=INFO|1002-071817|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 456: match=false, afterRemaining=0, content=INFO|1002-071818|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 457: match=false, afterRemaining=0, content=INFO|1002-071818|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 458: match=false, afterRemaining=0, content=INFO|1002-071819|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 459: match=false, afterRemaining=0, content=INFO|1002-071819|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 460: match=false, afterRemaining=0, content=INFO|1002-071819|1|stats.go:56|8|11|7|0.51|471h6m5... +Line 461: match=false, afterRemaining=0, content=INFO|1002-071826|1|stats.go:56|8|11|7|0.58|471h7m4... +Line 462: match=false, afterRemaining=0, content=INFO|1002-071826|1|stats.go:56|8|11|7|0.58|471h7m4... +Line 463: match=false, afterRemaining=0, content=INFO|1002-071827|1|stats.go:56|8|11|7|0.58|471h7m4... +Line 464: match=false, afterRemaining=0, content=INFO|1002-071827|1|stats.go:56|8|11|7|0.58|471h7m5... +Line 465: match=false, afterRemaining=0, content=INFO|1002-071827|1|stats.go:56|8|11|7|0.58|471h7m5... +Line 466: match=false, afterRemaining=0, content=INFO|1002-071828|1|stats.go:56|8|11|7|0.58|471h7m5... +Line 467: match=false, afterRemaining=0, content=INFO|1002-071828|1|stats.go:56|8|11|7|0.58|471h7m6... +Line 468: match=false, afterRemaining=0, content=INFO|1002-071829|1|stats.go:56|8|11|7|0.58|471h7m6... +Line 469: match=false, afterRemaining=0, content=INFO|1002-071829|1|stats.go:56|8|11|7|0.58|471h7m7... +Line 470: match=false, afterRemaining=0, content=INFO|1002-071829|1|stats.go:56|8|11|7|0.58|471h7m7... +Line 471: match=false, afterRemaining=0, content=INFO|1002-071836|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 472: match=false, afterRemaining=0, content=INFO|1002-071836|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 473: match=false, afterRemaining=0, content=INFO|1002-071837|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 474: match=false, afterRemaining=0, content=INFO|1002-071837|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 475: match=false, afterRemaining=0, content=INFO|1002-071837|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 476: match=false, afterRemaining=0, content=INFO|1002-071838|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 477: match=false, afterRemaining=0, content=INFO|1002-071838|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 478: match=false, afterRemaining=0, content=INFO|1002-071839|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 479: match=false, afterRemaining=0, content=INFO|1002-071839|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 480: match=false, afterRemaining=0, content=INFO|1002-071839|1|stats.go:56|8|11|7|0.56|471h7m1... +Line 481: match=false, afterRemaining=0, content=INFO|1002-071846|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 482: match=false, afterRemaining=0, content=INFO|1002-071846|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 483: match=false, afterRemaining=0, content=INFO|1002-071847|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 484: match=false, afterRemaining=0, content=INFO|1002-071847|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 485: match=false, afterRemaining=0, content=INFO|1002-071847|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 486: match=false, afterRemaining=0, content=INFO|1002-071848|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 487: match=false, afterRemaining=0, content=INFO|1002-071848|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 488: match=false, afterRemaining=0, content=INFO|1002-071849|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 489: match=false, afterRemaining=0, content=INFO|1002-071849|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 490: match=false, afterRemaining=0, content=INFO|1002-071849|1|stats.go:56|8|11|7|0.48|471h7m2... +Line 491: match=false, afterRemaining=0, content=INFO|1002-071856|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 492: match=false, afterRemaining=0, content=INFO|1002-071856|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 493: match=false, afterRemaining=0, content=INFO|1002-071857|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 494: match=false, afterRemaining=0, content=INFO|1002-071857|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 495: match=false, afterRemaining=0, content=INFO|1002-071857|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 496: match=false, afterRemaining=0, content=INFO|1002-071858|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 497: match=false, afterRemaining=0, content=INFO|1002-071858|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 498: match=false, afterRemaining=0, content=INFO|1002-071859|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 499: match=false, afterRemaining=0, content=INFO|1002-071859|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 500: match=false, afterRemaining=0, content=INFO|1002-071859|1|stats.go:56|8|11|7|0.70|471h7m3... +Line 501: match=false, afterRemaining=0, content=INFO|1002-071906|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 502: match=false, afterRemaining=0, content=INFO|1002-071906|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 503: match=false, afterRemaining=0, content=INFO|1002-071907|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 504: match=false, afterRemaining=0, content=INFO|1002-071907|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 505: match=false, afterRemaining=0, content=INFO|1002-071907|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 506: match=false, afterRemaining=0, content=INFO|1002-071908|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 507: match=false, afterRemaining=0, content=INFO|1002-071908|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 508: match=false, afterRemaining=0, content=INFO|1002-071909|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 509: match=false, afterRemaining=0, content=INFO|1002-071909|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 510: match=false, afterRemaining=0, content=INFO|1002-071909|1|stats.go:56|8|11|7|0.60|471h7m4... +Line 511: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 512: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 513: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 514: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 515: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 516: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 517: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 518: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 519: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 520: match=false, afterRemaining=0, content=INFO|1002-071912|1|stats.go:56|8|15|7|0.55|471h7m5... +Line 521: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 522: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 523: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 524: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 525: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 526: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 527: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 528: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 529: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 530: match=false, afterRemaining=0, content=INFO|1002-071913|1|stats.go:56|8|13|7|0.55|471h7m5... +Line 531: match=false, afterRemaining=0, content=INFO|1002-071916|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 532: match=false, afterRemaining=0, content=INFO|1002-071916|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 533: match=false, afterRemaining=0, content=INFO|1002-071917|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 534: match=false, afterRemaining=0, content=INFO|1002-071917|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 535: match=false, afterRemaining=0, content=INFO|1002-071917|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 536: match=false, afterRemaining=0, content=INFO|1002-071918|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 537: match=false, afterRemaining=0, content=INFO|1002-071918|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 538: match=false, afterRemaining=0, content=INFO|1002-071919|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 539: match=false, afterRemaining=0, content=INFO|1002-071919|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 540: match=false, afterRemaining=0, content=INFO|1002-071919|1|stats.go:56|8|11|7|0.50|471h7m5... +Line 541: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 542: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 543: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 544: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 545: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 546: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 547: match=false, afterRemaining=0, content=INFO|1002-071920|1|stats.go:56|8|15|7|0.50|471h7m5... +Line 548: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|12|7|1.02|471h7m5... +Line 549: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|12|7|1.02|471h7m5... +Line 550: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|12|7|1.02|471h7m5... +Line 551: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|13|7|1.02|471h7m5... +Line 552: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|13|7|1.02|471h7m5... +Line 553: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|13|7|1.02|471h7m5... +Line 554: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|15|7|1.02|471h7m5... +Line 555: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|15|7|1.02|471h7m5... +Line 556: match=false, afterRemaining=0, content=INFO|1002-071921|1|stats.go:56|8|15|7|1.02|471h7m5... +Line 557: match=false, afterRemaining=0, content=INFO|1002-071922|1|stats.go:56|8|12|7|1.02|471h7m5... +Line 558: match=false, afterRemaining=0, content=INFO|1002-071922|1|stats.go:56|8|12|7|1.02|471h7m5... +Line 559: match=false, afterRemaining=0, content=INFO|1002-071922|1|stats.go:56|8|13|7|1.02|471h7m5... +Line 560: match=false, afterRemaining=0, content=INFO|1002-071922|1|stats.go:56|8|13|7|1.02|471h7m5... +Line 561: match=false, afterRemaining=0, content=INFO|1002-071926|1|stats.go:56|8|11|7|0.94|471h8m4... +Line 562: match=false, afterRemaining=0, content=INFO|1002-071926|1|stats.go:56|8|11|7|0.94|471h8m4... +Line 563: match=false, afterRemaining=0, content=INFO|1002-071927|1|stats.go:56|8|11|7|0.94|471h8m4... +Line 564: match=false, afterRemaining=0, content=INFO|1002-071927|1|stats.go:56|8|11|7|0.94|471h8m5... +Line 565: match=false, afterRemaining=0, content=INFO|1002-071927|1|stats.go:56|8|11|7|0.94|471h8m5... +Line 566: match=false, afterRemaining=0, content=INFO|1002-071928|1|stats.go:56|8|11|7|0.94|471h8m5... +Line 567: match=false, afterRemaining=0, content=INFO|1002-071928|1|stats.go:56|8|11|7|0.94|471h8m6... +Line 568: match=false, afterRemaining=0, content=INFO|1002-071929|1|stats.go:56|8|11|7|0.94|471h8m6... +Line 569: match=false, afterRemaining=0, content=INFO|1002-071929|1|stats.go:56|8|11|7|0.94|471h8m7... +Line 570: match=false, afterRemaining=0, content=INFO|1002-071929|1|stats.go:56|8|11|7|0.94|471h8m7... +Line 571: match=false, afterRemaining=0, content=INFO|1002-071936|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 572: match=false, afterRemaining=0, content=INFO|1002-071936|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 573: match=false, afterRemaining=0, content=INFO|1002-071937|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 574: match=false, afterRemaining=0, content=INFO|1002-071937|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 575: match=false, afterRemaining=0, content=INFO|1002-071937|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 576: match=false, afterRemaining=0, content=INFO|1002-071938|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 577: match=false, afterRemaining=0, content=INFO|1002-071938|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 578: match=false, afterRemaining=0, content=INFO|1002-071939|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 579: match=false, afterRemaining=0, content=INFO|1002-071939|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 580: match=false, afterRemaining=0, content=INFO|1002-071939|1|stats.go:56|8|11|7|0.80|471h8m1... +Line 581: match=false, afterRemaining=0, content=INFO|1002-071946|1|stats.go:56|8|11|7|0.67|471h8m2... +Line 582: match=false, afterRemaining=0, content=INFO|1002-071946|1|stats.go:56|8|11|7|0.67|471h8m2... +Line 583: match=true, afterRemaining=0, content=INFO|1002-071947|1|stats.go:56|8|11|7|0.67|471h8m2... +Line 584: match=true, afterRemaining=3, content=INFO|1002-071947|1|stats.go:56|8|11|7|0.67|471h8m2... +Line 585: match=true, afterRemaining=3, content=INFO|1002-071947|1|stats.go:56|8|11|7|0.67|471h8m2... +Line 586: match=false, afterRemaining=3, content=INFO|1002-071948|1|stats.go:56|8|11|7|0.67|471h8m2... + -> Output as after context, afterRemaining now 2 +Line 587: match=false, afterRemaining=2, content=INFO|1002-071948|1|stats.go:56|8|11|7|0.67|471h8m2... + -> Output as after context, afterRemaining now 1 +Line 588: match=false, afterRemaining=1, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... + -> Output as after context, afterRemaining now 0 +Line 589: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 590: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 591: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 592: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 593: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 594: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 595: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 596: match=false, afterRemaining=0, content=INFO|1002-071948|1|stats.go:56|8|15|7|0.67|471h8m2... +Line 597: match=false, afterRemaining=0, content=INFO|1002-071949|1|stats.go:56|8|15|7|0.67|471h8m2... |
