aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2023-12-21 20:26:38 +0000
committerMichael Knyszek <mknyszek@google.com>2024-02-01 22:47:23 +0000
commit5d647ed9fc00100d2131372de9b3433ad65aeb5a (patch)
tree99fa105c9aaf7a95b9fc800022036b10e4c1a48e
parente34f6a9928942d227513e6bf51a94db87d9ec07d (diff)
downloadgo-5d647ed9fc00100d2131372de9b3433ad65aeb5a.tar.gz
go-5d647ed9fc00100d2131372de9b3433ad65aeb5a.zip
[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match function
Currently the stop reason for runtime.Gosched is labeled "runtime.GoSched" which doesn't actually match the function name. Fix the label to match the function name. This change doesn't regenerate the internal/trace/v2 tests, because regenerating the tests breaks summarization tests in internal/trace that rely on very specific details in the example traces that aren't guaranteed. Also, go122-gc-trace.test isn't generated at all, as it turns out. I'll fix this all up in a follow-up CL. For now, just replace runtime.GoSched with runtime.Gosched in the traces so we don't have a problem later if a test wants to look for that string. This change does regenerate the cmd/trace/v2 test, but it turns out the cmd/trace/v2 tests are way too strict about network unblock events, and 3 usually pop up instead of 1 or 2, which is what the test expects. AFAICT this looks plausible to me, so just lift the restriction on "up to 2" events entirely. Change-Id: Id7350132be19119c743c259f2f5250903bf41a04 Reviewed-on: https://go-review.googlesource.com/c/go/+/552275 TryBot-Bypass: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> (cherry picked from commit 287f791845ac0311012814f4419d5e043c212d17) Reviewed-on: https://go-review.googlesource.com/c/go/+/560555 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
-rw-r--r--src/cmd/trace/v2/jsontrace_test.go4
-rw-r--r--src/cmd/trace/v2/testdata/go122.test8423
-rw-r--r--src/internal/trace/v2/testdata/tests/go122-annotations-stress.test2
-rw-r--r--src/internal/trace/v2/testdata/tests/go122-annotations.test2
-rw-r--r--src/internal/trace/v2/testdata/tests/go122-gc-stress.test2
-rw-r--r--src/internal/trace/v2/trace_test.go2
-rw-r--r--src/runtime/trace2runtime.go2
7 files changed, 4355 insertions, 4082 deletions
diff --git a/src/cmd/trace/v2/jsontrace_test.go b/src/cmd/trace/v2/jsontrace_test.go
index ac988b7240..65ce041c4f 100644
--- a/src/cmd/trace/v2/jsontrace_test.go
+++ b/src/cmd/trace/v2/jsontrace_test.go
@@ -167,8 +167,8 @@ func checkNetworkUnblock(t *testing.T, data format.Data) {
if netBlockEv == nil {
t.Error("failed to find a network unblock")
}
- if count == 0 || count > 2 {
- t.Errorf("found too many network block events: want 1 or 2, found %d", count)
+ if count == 0 {
+ t.Errorf("found zero network block events, want at least one")
}
// TODO(mknyszek): Check for the flow of this event to some slice event of a goroutine running.
}
diff --git a/src/cmd/trace/v2/testdata/go122.test b/src/cmd/trace/v2/testdata/go122.test
index 36a035d0a2..2ec9e88f4f 100644
--- a/src/cmd/trace/v2/testdata/go122.test
+++ b/src/cmd/trace/v2/testdata/go122.test
@@ -1,3950 +1,4221 @@
Trace Go1.22
-EventBatch gen=1 m=18446744073709551615 time=420903766321 size=5
+EventBatch gen=1 m=18446744073709551615 time=7689672466239 size=5
Frequency freq=15625000
-EventBatch gen=1 m=2852347 time=420902165664 size=321
-ProcStart dt=1006 p=6 p_seq=1
-GoStart dt=38 g=14 g_seq=1
-GoStop dt=299059 reason_string=16 stack=52
-GoStart dt=17 g=14 g_seq=2
-GoStop dt=316380 reason_string=16 stack=52
-GoStart dt=10 g=14 g_seq=3
-GoUnblock dt=165829 g=1 g_seq=59 stack=53
-GoDestroy dt=195
-GoStart dt=19 g=1 g_seq=60
-HeapAlloc dt=44 heapalloc_value=23256928
-HeapAlloc dt=19 heapalloc_value=23265088
-GoCreate dt=32 new_g=66 new_stack=54 stack=55
-GoBlock dt=12 reason_string=12 stack=56
-GoStart dt=5 g=66 g_seq=1
-HeapAlloc dt=199 heapalloc_value=23273224
-HeapAlloc dt=13 heapalloc_value=23281032
-GoSyscallBegin dt=19 p_seq=2 stack=57
-GoSyscallEnd dt=30
-GoSyscallBegin dt=10 p_seq=3 stack=58
-GoSyscallEnd dt=17
-GoSyscallBegin dt=295 p_seq=4 stack=59
+EventBatch gen=1 m=1709048 time=7689670869319 size=423
+ProcStart dt=409 p=7 p_seq=1
+GoStart dt=31 g=34 g_seq=1
+GoStop dt=291990 reason_string=16 stack=50
+GoStart dt=21 g=34 g_seq=2
+GoStop dt=315853 reason_string=16 stack=50
+GoStart dt=30 g=34 g_seq=3
+GoUnblock dt=173432 g=1 g_seq=73 stack=52
+GoDestroy dt=96
+GoStart dt=22 g=1 g_seq=74
+HeapAlloc dt=79 heapalloc_value=26397576
+HeapAlloc dt=51 heapalloc_value=26405640
+GoCreate dt=62 new_g=50 new_stack=53 stack=54
+GoBlock dt=23 reason_string=12 stack=55
+GoStart dt=7 g=50 g_seq=1
+HeapAlloc dt=301 heapalloc_value=26413776
+HeapAlloc dt=30 heapalloc_value=26421680
+GoSyscallBegin dt=35 p_seq=2 stack=56
+GoSyscallEnd dt=39
+GoSyscallBegin dt=13 p_seq=3 stack=57
+GoSyscallEnd dt=16
+GoSyscallBegin dt=396 p_seq=4 stack=58
GoSyscallEnd dt=16
-GoSyscallBegin dt=6 p_seq=5 stack=60
+GoSyscallBegin dt=15 p_seq=5 stack=59
GoSyscallEnd dt=14
-HeapAlloc dt=216 heapalloc_value=23289000
-HeapAlloc dt=15 heapalloc_value=23296376
-HeapAlloc dt=19 heapalloc_value=23304328
-GoSyscallBegin dt=16 p_seq=6 stack=61
-GoSyscallEnd dt=15
-GoSyscallBegin dt=7 p_seq=7 stack=62
+HeapAlloc dt=305 heapalloc_value=26429872
+HeapAlloc dt=34 heapalloc_value=26437248
+HeapAlloc dt=42 heapalloc_value=26445120
+GoSyscallBegin dt=42 p_seq=6 stack=60
+GoSyscallEnd dt=18
+GoSyscallBegin dt=10 p_seq=7 stack=61
GoSyscallEnd dt=14
-GoSyscallBegin dt=12 p_seq=8 stack=63
-ProcStart dt=787812 p=7 p_seq=8
-GoSyscallEndBlocked dt=6
-GoStart dt=1 g=66 g_seq=2
-GoUnblock dt=40 g=1 g_seq=61 stack=66
-GoDestroy dt=191
-GoStart dt=23 g=1 g_seq=62
-GoStop dt=27 reason_string=16 stack=67
-GoStart dt=12 g=1 g_seq=63
-HeapAlloc dt=433 heapalloc_value=23321416
-HeapAlloc dt=23 heapalloc_value=23329608
-HeapAlloc dt=27 heapalloc_value=23337800
-HeapAlloc dt=113 heapalloc_value=23344536
-HeapAlloc dt=447 heapalloc_value=23352728
-HeapAlloc dt=38 heapalloc_value=23360856
-GoSyscallBegin dt=19 p_seq=9 stack=68
-GoSyscallEnd dt=927
-HeapAlloc dt=22 heapalloc_value=23368952
-GoSyscallBegin dt=16 p_seq=10 stack=69
+GoSyscallBegin dt=23 p_seq=8 stack=62
+ProcStart dt=787251 p=7 p_seq=15
+GoSyscallEndBlocked dt=7
+GoStart dt=1 g=50 g_seq=2
+GoUnblock dt=48 g=1 g_seq=75 stack=65
+GoDestroy dt=143
+GoStart dt=30 g=1 g_seq=76
+HeapAlloc dt=621 heapalloc_value=26468232
+GoStop dt=656 reason_string=16 stack=66
+GoStart dt=103 g=1 g_seq=77
+HeapAlloc dt=42 heapalloc_value=26476424
+HeapAlloc dt=87 heapalloc_value=26484360
+GoSyscallBegin dt=18 p_seq=16 stack=67
+GoSyscallEnd dt=456
+GoSyscallBegin dt=41 p_seq=17 stack=68
+GoSyscallEnd dt=25
+GoSyscallBegin dt=16 p_seq=18 stack=69
+GoSyscallEnd dt=18
+HeapAlloc dt=193 heapalloc_value=26549896
+GoSyscallBegin dt=69 p_seq=19 stack=70
+GoSyscallEnd dt=227
+GoSyscallBegin dt=12 p_seq=20 stack=70
+GoSyscallEnd dt=105
+GoSyscallBegin dt=87 p_seq=21 stack=71
+GoSyscallEnd dt=48
+GoSyscallBegin dt=37 p_seq=22 stack=72
+GoSyscallEnd dt=51
+GoSyscallBegin dt=49 p_seq=23 stack=73
+GoSyscallEnd dt=158
+GoSyscallBegin dt=12 p_seq=24 stack=74
+GoSyscallEnd dt=67
+HeapAlloc dt=126 heapalloc_value=26558088
+HeapAlloc dt=30 heapalloc_value=26566160
+GoCreate dt=34 new_g=52 new_stack=75 stack=76
+HeapAlloc dt=205 heapalloc_value=26573872
+GoSyscallBegin dt=890 p_seq=25 stack=77
+GoSyscallEnd dt=1128
+GoBlock dt=96 reason_string=7 stack=80
+ProcStop dt=29
+ProcStart dt=384 p=6 p_seq=7
+GoStart dt=14 g=52 g_seq=4
+GoSyscallBegin dt=16 p_seq=8 stack=78
+ProcStart dt=160 p=5 p_seq=13
+GoSyscallEndBlocked dt=3
+GoStart dt=1 g=52 g_seq=5
+HeapAlloc dt=297 heapalloc_value=26581840
+HeapAlloc dt=31 heapalloc_value=26590032
+HeapAlloc dt=164 heapalloc_value=26598224
+GoSyscallBegin dt=34 p_seq=14 stack=88
+GoSyscallEnd dt=33
+GoSyscallBegin dt=14 p_seq=15 stack=89
+GoSyscallEnd dt=36
+GoSyscallBegin dt=12 p_seq=16 stack=90
+GoSyscallEnd dt=22
+GoSyscallBegin dt=15 p_seq=17 stack=91
+GoSyscallEnd dt=28
+HeapAlloc dt=18 heapalloc_value=26606416
+HeapAlloc dt=20 heapalloc_value=26614608
+GoBlock dt=16 reason_string=19 stack=92
+ProcStop dt=136
+ProcStart dt=17788 p=6 p_seq=12
+GoUnblock dt=41 g=1 g_seq=80 stack=0
+GoStart dt=136 g=1 g_seq=81
+GoSyscallBegin dt=14 p_seq=13 stack=86
+GoSyscallEnd dt=65
+GoSyscallBegin dt=72 p_seq=14 stack=95
+GoSyscallEnd dt=534
+HeapAlloc dt=284 heapalloc_value=26630992
+HeapAlloc dt=38 heapalloc_value=26639120
+EventBatch gen=1 m=1709047 time=7689670866279 size=202
+ProcStart dt=437 p=6 p_seq=2
+HeapAlloc dt=131 heapalloc_value=26373928
+HeapAlloc dt=368 heapalloc_value=26382120
+HeapAlloc dt=55 heapalloc_value=26390056
+GoStart dt=1030 g=36 g_seq=1
+GoStop dt=293329 reason_string=16 stack=50
+GoStart dt=25 g=36 g_seq=2
+GoStop dt=315834 reason_string=16 stack=50
+GoStart dt=24 g=36 g_seq=3
+GoDestroy dt=172079
+ProcStop dt=60
+ProcStart dt=1749 p=6 p_seq=3
+ProcStop dt=1621
+ProcStart dt=64901 p=5 p_seq=4
+ProcStop dt=24
+ProcStart dt=722061 p=5 p_seq=5
+ProcStop dt=31
+ProcStart dt=2847 p=5 p_seq=8
+ProcStop dt=20
+ProcStart dt=3166 p=7 p_seq=26
+GoUnblock dt=6 g=52 g_seq=3 stack=0
+GoUnblock dt=90 g=1 g_seq=78 stack=0
+GoStart dt=5 g=1 g_seq=79
+GoSyscallBegin dt=31 p_seq=27 stack=81
+GoSyscallEnd dt=35
+GoSyscallBegin dt=134 p_seq=28 stack=82
+GoSyscallEnd dt=29
+GoSyscallBegin dt=17 p_seq=29 stack=83
GoSyscallEnd dt=30
-GoSyscallBegin dt=10 p_seq=11 stack=70
-GoSyscallEnd dt=20
-HeapAlloc dt=287 heapalloc_value=23434488
-GoSyscallBegin dt=45 p_seq=12 stack=71
-GoSyscallEnd dt=234
-GoSyscallBegin dt=11 p_seq=13 stack=71
-GoSyscallEnd dt=109
-GoSyscallBegin dt=77 p_seq=14 stack=72
-GoSyscallEnd dt=54
-GoSyscallBegin dt=22 p_seq=15 stack=73
-GoSyscallEnd dt=41
-GoSyscallBegin dt=24 p_seq=16 stack=74
-GoSyscallEnd dt=173
-GoSyscallBegin dt=11 p_seq=17 stack=75
-GoSyscallEnd dt=68
-HeapAlloc dt=134 heapalloc_value=23442648
-HeapAlloc dt=18 heapalloc_value=23450744
-GoCreate dt=23 new_g=82 new_stack=76 stack=77
-HeapAlloc dt=256 heapalloc_value=23458456
-GoSyscallBegin dt=293 p_seq=18 stack=78
-GoSyscallEnd dt=1156
-GoBlock dt=522 reason_string=7 stack=80
-ProcStop dt=25
-EventBatch gen=1 m=2852346 time=420902051246 size=68
-ProcStart dt=304 p=5 p_seq=1
-ProcStop dt=237
-ProcStart dt=1645 p=5 p_seq=2
+GoSyscallBegin dt=8 p_seq=30 stack=84
+GoSyscallEnd dt=19
+GoSyscallBegin dt=11 p_seq=31 stack=85
+GoSyscallEnd dt=24
+GoSyscallBegin dt=65 p_seq=32 stack=86
+GoSyscallEnd dt=57
+GoBlock dt=19 reason_string=7 stack=87
+ProcStop dt=38
+ProcStart dt=458 p=6 p_seq=11
ProcStop dt=30
-ProcStart dt=2505 p=1 p_seq=31
-GoStart dt=199 g=34 g_seq=5
-GoBlock dt=29 reason_string=15 stack=26
-ProcStop dt=25
-ProcStart dt=103771 p=1 p_seq=32
-GoStart dt=185 g=10 g_seq=1
-GoStop dt=304886 reason_string=16 stack=52
-GoStart dt=20 g=10 g_seq=2
-GoStop dt=316414 reason_string=16 stack=52
-GoStart dt=20 g=10 g_seq=3
-GoDestroy dt=159939
-ProcStop dt=47
-EventBatch gen=1 m=2852345 time=420901844115 size=3554
-ProcStart dt=108 p=4 p_seq=1
-ProcStop dt=283
-ProcStart dt=3670 p=0 p_seq=27
-GoStart dt=473 g=1 g_seq=19
-GCMarkAssistEnd dt=34
-HeapAlloc dt=33 heapalloc_value=4117744
-HeapAlloc dt=544 heapalloc_value=4124912
-GCSweepBegin dt=49 stack=38
-GCSweepEnd dt=1131 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=64 heapalloc_value=4133104
-GCSweepBegin dt=44 stack=38
-GCSweepEnd dt=192 swept_value=139264 reclaimed_value=0
-HeapAlloc dt=12 heapalloc_value=4141296
-HeapAlloc dt=29 heapalloc_value=4149488
-HeapAlloc dt=19 heapalloc_value=4157680
-HeapAlloc dt=24 heapalloc_value=4165872
-HeapAlloc dt=23 heapalloc_value=4174064
-GCSweepBegin dt=34 stack=39
-GCSweepEnd dt=33 swept_value=67108864 reclaimed_value=0
-HeapAlloc dt=8 heapalloc_value=4182256
-HeapAlloc dt=117 heapalloc_value=4190448
-HeapAlloc dt=27 heapalloc_value=4198640
-HeapAlloc dt=19 heapalloc_value=4206832
-HeapAlloc dt=23 heapalloc_value=4215024
-HeapAlloc dt=20 heapalloc_value=4223216
-HeapAlloc dt=18 heapalloc_value=4231408
-HeapAlloc dt=70 heapalloc_value=4239600
-HeapAlloc dt=19 heapalloc_value=4247792
-HeapAlloc dt=16 heapalloc_value=4255984
-HeapAlloc dt=16 heapalloc_value=4264176
-HeapAlloc dt=15 heapalloc_value=4272368
-HeapAlloc dt=18 heapalloc_value=4280560
-HeapAlloc dt=15 heapalloc_value=4288752
-HeapAlloc dt=15 heapalloc_value=4296944
-HeapAlloc dt=17 heapalloc_value=4305136
-HeapAlloc dt=18 heapalloc_value=4313328
-HeapAlloc dt=17 heapalloc_value=4321520
-HeapAlloc dt=14 heapalloc_value=4329712
-HeapAlloc dt=15 heapalloc_value=4337904
-HeapAlloc dt=16 heapalloc_value=4346096
-HeapAlloc dt=15 heapalloc_value=4354288
-HeapAlloc dt=17 heapalloc_value=4362480
-HeapAlloc dt=38 heapalloc_value=4370672
-HeapAlloc dt=22 heapalloc_value=4378864
-HeapAlloc dt=23 heapalloc_value=4387056
-HeapAlloc dt=22 heapalloc_value=4395248
-HeapAlloc dt=27 heapalloc_value=4403440
-HeapAlloc dt=27 heapalloc_value=4411632
-HeapAlloc dt=29 heapalloc_value=4419824
-HeapAlloc dt=25 heapalloc_value=4428016
-HeapAlloc dt=25 heapalloc_value=4436208
-HeapAlloc dt=21 heapalloc_value=4444400
-GoBlock dt=45 reason_string=19 stack=21
-ProcStop dt=283
-ProcStart dt=17671 p=1 p_seq=16
-ProcStop dt=21
-ProcStart dt=2566 p=0 p_seq=30
-ProcStop dt=12
-ProcStart dt=16741 p=0 p_seq=31
-GoUnblock dt=27 g=1 g_seq=22 stack=0
-GoStart dt=174 g=1 g_seq=23
-HeapAlloc dt=39 heapalloc_value=5574896
-HeapAlloc dt=20 heapalloc_value=5583088
-HeapAlloc dt=13 heapalloc_value=5591280
-HeapAlloc dt=12 heapalloc_value=5599472
-HeapAlloc dt=12 heapalloc_value=5607664
-HeapAlloc dt=12 heapalloc_value=5615856
-HeapAlloc dt=13 heapalloc_value=5624048
-HeapAlloc dt=41 heapalloc_value=5632240
-HeapAlloc dt=12 heapalloc_value=5640432
-HeapAlloc dt=13 heapalloc_value=5648624
-HeapAlloc dt=11 heapalloc_value=5656816
-HeapAlloc dt=12 heapalloc_value=5665008
-HeapAlloc dt=8 heapalloc_value=5673200
-HeapAlloc dt=39 heapalloc_value=5804272
-HeapAlloc dt=2903 heapalloc_value=5812464
-HeapAlloc dt=14 heapalloc_value=5820656
-HeapAlloc dt=77 heapalloc_value=5828848
-HeapAlloc dt=10 heapalloc_value=5837040
-HeapAlloc dt=8 heapalloc_value=5845232
-HeapAlloc dt=48 heapalloc_value=5853424
-HeapAlloc dt=9 heapalloc_value=5861616
-HeapAlloc dt=8 heapalloc_value=5869808
-HeapAlloc dt=8 heapalloc_value=5878000
-HeapAlloc dt=9 heapalloc_value=5886192
-HeapAlloc dt=8 heapalloc_value=5894384
-HeapAlloc dt=8 heapalloc_value=5902576
-HeapAlloc dt=8 heapalloc_value=5910768
-HeapAlloc dt=8 heapalloc_value=5918960
-HeapAlloc dt=8 heapalloc_value=5927152
-HeapAlloc dt=8 heapalloc_value=5935344
-HeapAlloc dt=8 heapalloc_value=5943536
-HeapAlloc dt=17 heapalloc_value=5951728
-HeapAlloc dt=8 heapalloc_value=5959920
-HeapAlloc dt=6 heapalloc_value=5968112
-HeapAlloc dt=6 heapalloc_value=5976304
-HeapAlloc dt=6 heapalloc_value=5984496
-HeapAlloc dt=7 heapalloc_value=5992688
-HeapAlloc dt=6 heapalloc_value=6000880
-HeapAlloc dt=6 heapalloc_value=6009072
-HeapAlloc dt=7 heapalloc_value=6017264
-HeapAlloc dt=6 heapalloc_value=6025456
-HeapAlloc dt=6 heapalloc_value=6033648
-HeapAlloc dt=6 heapalloc_value=6041840
-HeapAlloc dt=6 heapalloc_value=6050032
-HeapAlloc dt=7 heapalloc_value=6058224
-HeapAlloc dt=44 heapalloc_value=6066416
-HeapAlloc dt=8 heapalloc_value=6074608
-HeapAlloc dt=71 heapalloc_value=6082800
-HeapAlloc dt=8 heapalloc_value=6090992
-HeapAlloc dt=6 heapalloc_value=6099184
-HeapAlloc dt=7 heapalloc_value=6107376
-HeapAlloc dt=6 heapalloc_value=6115568
-HeapAlloc dt=6 heapalloc_value=6123760
-HeapAlloc dt=7 heapalloc_value=6131952
-HeapAlloc dt=6 heapalloc_value=6140144
-HeapAlloc dt=6 heapalloc_value=6148336
-HeapAlloc dt=6 heapalloc_value=6156528
-HeapAlloc dt=7 heapalloc_value=6164720
-HeapAlloc dt=6 heapalloc_value=6172912
-HeapAlloc dt=6 heapalloc_value=6181104
-HeapAlloc dt=6 heapalloc_value=6189296
-HeapAlloc dt=6 heapalloc_value=6197488
-HeapAlloc dt=7 heapalloc_value=6205680
-HeapAlloc dt=6 heapalloc_value=6213872
-HeapAlloc dt=6 heapalloc_value=6222064
-HeapAlloc dt=6 heapalloc_value=6230256
-HeapAlloc dt=6 heapalloc_value=6238448
-HeapAlloc dt=7 heapalloc_value=6246640
-HeapAlloc dt=6 heapalloc_value=6254832
-HeapAlloc dt=6 heapalloc_value=6263024
-HeapAlloc dt=6 heapalloc_value=6271216
-HeapAlloc dt=6 heapalloc_value=6279408
-HeapAlloc dt=6 heapalloc_value=6287600
-HeapAlloc dt=7 heapalloc_value=6295792
-HeapAlloc dt=6 heapalloc_value=6303984
-HeapAlloc dt=7 heapalloc_value=6312176
-HeapAlloc dt=6 heapalloc_value=6320368
-HeapAlloc dt=6 heapalloc_value=6328560
-HeapAlloc dt=6 heapalloc_value=6336752
-HeapAlloc dt=70 heapalloc_value=6344944
-HeapAlloc dt=139 heapalloc_value=6353136
-HeapAlloc dt=8 heapalloc_value=6361328
-HeapAlloc dt=7 heapalloc_value=6369520
-HeapAlloc dt=6 heapalloc_value=6377712
-HeapAlloc dt=6 heapalloc_value=6385904
-HeapAlloc dt=6 heapalloc_value=6394096
-HeapAlloc dt=6 heapalloc_value=6402288
-HeapAlloc dt=7 heapalloc_value=6410480
-HeapAlloc dt=6 heapalloc_value=6418672
-HeapAlloc dt=6 heapalloc_value=6426864
-HeapAlloc dt=6 heapalloc_value=6435056
-HeapAlloc dt=6 heapalloc_value=6443248
-HeapAlloc dt=6 heapalloc_value=6451440
-HeapAlloc dt=7 heapalloc_value=6459632
-HeapAlloc dt=6 heapalloc_value=6467824
-HeapAlloc dt=6 heapalloc_value=6476016
-HeapAlloc dt=6 heapalloc_value=6484208
-HeapAlloc dt=42 heapalloc_value=6492400
-HeapAlloc dt=8 heapalloc_value=6500592
-HeapAlloc dt=6 heapalloc_value=6508784
-HeapAlloc dt=6 heapalloc_value=6516976
-HeapAlloc dt=7 heapalloc_value=6525168
-HeapAlloc dt=6 heapalloc_value=6533360
-HeapAlloc dt=6 heapalloc_value=6541552
-HeapAlloc dt=6 heapalloc_value=6549744
-HeapAlloc dt=6 heapalloc_value=6557936
-HeapAlloc dt=7 heapalloc_value=6566128
-HeapAlloc dt=6 heapalloc_value=6574320
-HeapAlloc dt=6 heapalloc_value=6582512
-HeapAlloc dt=7 heapalloc_value=6590704
-HeapAlloc dt=6 heapalloc_value=6598896
-HeapAlloc dt=66 heapalloc_value=6607088
-HeapAlloc dt=8 heapalloc_value=6615280
-HeapAlloc dt=6 heapalloc_value=6623472
-HeapAlloc dt=6 heapalloc_value=6631664
-HeapAlloc dt=7 heapalloc_value=6639856
-HeapAlloc dt=6 heapalloc_value=6648048
-HeapAlloc dt=6 heapalloc_value=6656240
-HeapAlloc dt=7 heapalloc_value=6664432
-HeapAlloc dt=6 heapalloc_value=6672624
-HeapAlloc dt=6 heapalloc_value=6680816
-HeapAlloc dt=6 heapalloc_value=6689008
-HeapAlloc dt=6 heapalloc_value=6697200
-HeapAlloc dt=7 heapalloc_value=6705392
-HeapAlloc dt=6 heapalloc_value=6713584
-HeapAlloc dt=6 heapalloc_value=6721776
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=220
-ProcStart dt=17605 p=1 p_seq=18
-ProcStop dt=18
-ProcStart dt=8830 p=4 p_seq=2
-ProcStop dt=26
-ProcStart dt=16773 p=0 p_seq=36
-ProcStop dt=12
-ProcStart dt=1445 p=1 p_seq=20
+ProcStart dt=377 p=5 p_seq=18
+ProcStop dt=23
+ProcStart dt=17141 p=5 p_seq=19
+GoUnblock dt=19 g=52 g_seq=6 stack=0
+GoStart dt=111 g=52 g_seq=7
+HeapAlloc dt=38 heapalloc_value=26622800
+GoSyscallBegin dt=36 p_seq=20 stack=93
+GoSyscallEnd dt=554
+GoSyscallBegin dt=83 p_seq=21 stack=94
+GoSyscallEnd dt=196
+GoDestroy dt=15
+ProcStop dt=37
+EventBatch gen=1 m=1709046 time=7689670697530 size=167
+ProcStart dt=236 p=5 p_seq=1
+ProcStop dt=281
+ProcStart dt=1683 p=2 p_seq=14
+ProcStop dt=33
+ProcStart dt=147800 p=2 p_seq=16
+ProcStop dt=29
+ProcStart dt=3880 p=1 p_seq=28
+ProcStop dt=30
+ProcStart dt=801175 p=5 p_seq=3
+ProcStop dt=19
+ProcStart dt=47961 p=6 p_seq=4
+ProcStop dt=15
+ProcStart dt=16716 p=6 p_seq=5
+GoUnblock dt=60 g=6 g_seq=2 stack=0
+GoStart dt=90 g=6 g_seq=3
+HeapAlloc dt=193 heapalloc_value=26453304
+GoBlock dt=29 reason_string=12 stack=15
ProcStop dt=12
-ProcStart dt=16751 p=1 p_seq=21
-GoUnblock dt=16 g=1 g_seq=33 stack=0
-GoStart dt=189 g=1 g_seq=34
-HeapAlloc dt=54 heapalloc_value=9892080
-HeapAlloc dt=21 heapalloc_value=9900272
-HeapAlloc dt=64 heapalloc_value=9908464
-HeapAlloc dt=13 heapalloc_value=9916656
-HeapAlloc dt=13 heapalloc_value=9924848
-HeapAlloc dt=12 heapalloc_value=9933040
-HeapAlloc dt=11 heapalloc_value=9941232
-HeapAlloc dt=13 heapalloc_value=9949424
-HeapAlloc dt=12 heapalloc_value=9957616
-HeapAlloc dt=48 heapalloc_value=9965808
-HeapAlloc dt=338 heapalloc_value=9974000
-HeapAlloc dt=16 heapalloc_value=9982192
-HeapAlloc dt=10 heapalloc_value=9990384
-HeapAlloc dt=8 heapalloc_value=9998576
-HeapAlloc dt=8 heapalloc_value=10006768
-HeapAlloc dt=10 heapalloc_value=10014960
-HeapAlloc dt=8 heapalloc_value=10023152
-HeapAlloc dt=7 heapalloc_value=10031344
-HeapAlloc dt=9 heapalloc_value=10039536
-HeapAlloc dt=6 heapalloc_value=10047728
-HeapAlloc dt=52 heapalloc_value=10055920
-HeapAlloc dt=8 heapalloc_value=10064112
-HeapAlloc dt=7 heapalloc_value=10072304
-HeapAlloc dt=7 heapalloc_value=10080496
-HeapAlloc dt=7 heapalloc_value=10088688
-HeapAlloc dt=7 heapalloc_value=10096880
-HeapAlloc dt=90 heapalloc_value=10105072
-HeapAlloc dt=8 heapalloc_value=10113264
-HeapAlloc dt=8 heapalloc_value=10121456
-HeapAlloc dt=7 heapalloc_value=10129648
-HeapAlloc dt=7 heapalloc_value=10137840
-HeapAlloc dt=7 heapalloc_value=10146032
-HeapAlloc dt=6 heapalloc_value=10154224
-HeapAlloc dt=7 heapalloc_value=10162416
-HeapAlloc dt=7 heapalloc_value=10170608
-HeapAlloc dt=7 heapalloc_value=10178800
-HeapAlloc dt=6 heapalloc_value=10186992
-HeapAlloc dt=7 heapalloc_value=10195184
-HeapAlloc dt=7 heapalloc_value=10203376
-HeapAlloc dt=7 heapalloc_value=10211568
-HeapAlloc dt=6 heapalloc_value=10219760
-HeapAlloc dt=8 heapalloc_value=10227952
-HeapAlloc dt=97 heapalloc_value=10236144
-HeapAlloc dt=9 heapalloc_value=10244336
-HeapAlloc dt=6 heapalloc_value=10252528
-HeapAlloc dt=7 heapalloc_value=10260720
-HeapAlloc dt=7 heapalloc_value=10268912
-HeapAlloc dt=6 heapalloc_value=10277104
-HeapAlloc dt=7 heapalloc_value=10285296
-HeapAlloc dt=7 heapalloc_value=10293488
-HeapAlloc dt=73 heapalloc_value=10301680
-HeapAlloc dt=8 heapalloc_value=10309872
-HeapAlloc dt=6 heapalloc_value=10318064
-HeapAlloc dt=7 heapalloc_value=10326256
-HeapAlloc dt=7 heapalloc_value=10334448
-HeapAlloc dt=6 heapalloc_value=10342640
-HeapAlloc dt=7 heapalloc_value=10350832
-HeapAlloc dt=7 heapalloc_value=10359024
-HeapAlloc dt=7 heapalloc_value=10367216
-HeapAlloc dt=6 heapalloc_value=10375408
-HeapAlloc dt=7 heapalloc_value=10383600
-HeapAlloc dt=7 heapalloc_value=10391792
-HeapAlloc dt=7 heapalloc_value=10399984
-HeapAlloc dt=6 heapalloc_value=10408176
-HeapAlloc dt=7 heapalloc_value=10416368
-HeapAlloc dt=7 heapalloc_value=10424560
-HeapAlloc dt=6 heapalloc_value=10432752
-HeapAlloc dt=7 heapalloc_value=10440944
-HeapAlloc dt=7 heapalloc_value=10449136
-HeapAlloc dt=6 heapalloc_value=10457328
-HeapAlloc dt=7 heapalloc_value=10465520
-HeapAlloc dt=96 heapalloc_value=10473712
-HeapAlloc dt=8 heapalloc_value=10481904
-HeapAlloc dt=6 heapalloc_value=10490096
-HeapAlloc dt=68 heapalloc_value=10498288
-HeapAlloc dt=8 heapalloc_value=10506480
-HeapAlloc dt=7 heapalloc_value=10514672
-HeapAlloc dt=7 heapalloc_value=10522864
-HeapAlloc dt=6 heapalloc_value=10531056
-HeapAlloc dt=7 heapalloc_value=10539248
-HeapAlloc dt=7 heapalloc_value=10547440
-HeapAlloc dt=7 heapalloc_value=10555632
-HeapAlloc dt=6 heapalloc_value=10563824
-HeapAlloc dt=7 heapalloc_value=10572016
-HeapAlloc dt=7 heapalloc_value=10580208
-HeapAlloc dt=6 heapalloc_value=10588400
-HeapAlloc dt=7 heapalloc_value=10596592
-HeapAlloc dt=7 heapalloc_value=10604784
-HeapAlloc dt=7 heapalloc_value=10612976
-HeapAlloc dt=7 heapalloc_value=10621168
-HeapAlloc dt=6 heapalloc_value=10629360
-HeapAlloc dt=7 heapalloc_value=10637552
-HeapAlloc dt=7 heapalloc_value=10645744
-HeapAlloc dt=6 heapalloc_value=10653936
-HeapAlloc dt=7 heapalloc_value=10662128
-HeapAlloc dt=7 heapalloc_value=10670320
-HeapAlloc dt=6 heapalloc_value=10678512
-HeapAlloc dt=7 heapalloc_value=10686704
-HeapAlloc dt=7 heapalloc_value=10694896
-HeapAlloc dt=7 heapalloc_value=10703088
-HeapAlloc dt=7 heapalloc_value=10711280
-HeapAlloc dt=6 heapalloc_value=10719472
-HeapAlloc dt=7 heapalloc_value=10727664
-HeapAlloc dt=7 heapalloc_value=10735856
-HeapAlloc dt=7 heapalloc_value=10744048
-HeapAlloc dt=6 heapalloc_value=10752240
-HeapAlloc dt=78 heapalloc_value=10760432
-HeapAlloc dt=8 heapalloc_value=10768624
-HeapAlloc dt=6 heapalloc_value=10776816
-HeapAlloc dt=7 heapalloc_value=10785008
-HeapAlloc dt=7 heapalloc_value=10793200
-HeapAlloc dt=7 heapalloc_value=10801392
-HeapAlloc dt=6 heapalloc_value=10809584
-HeapAlloc dt=7 heapalloc_value=10817776
-HeapAlloc dt=65 heapalloc_value=10825968
-HeapAlloc dt=9 heapalloc_value=10834160
-HeapAlloc dt=6 heapalloc_value=10842352
-HeapAlloc dt=7 heapalloc_value=10850544
-HeapAlloc dt=6 heapalloc_value=10858736
-HeapAlloc dt=7 heapalloc_value=10866928
-HeapAlloc dt=7 heapalloc_value=10875120
-HeapAlloc dt=7 heapalloc_value=10883312
-HeapAlloc dt=6 heapalloc_value=10891504
-HeapAlloc dt=44 heapalloc_value=10899696
-HeapAlloc dt=7 heapalloc_value=10907888
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=198
-ProcStart dt=17586 p=0 p_seq=38
-ProcStop dt=21
-ProcStart dt=5052 p=1 p_seq=24
-ProcStop dt=13
-ProcStart dt=16760 p=1 p_seq=26
-GoUnblock dt=19 g=1 g_seq=39 stack=0
-GoStart dt=169 g=1 g_seq=40
-HeapAlloc dt=52 heapalloc_value=13250800
-HeapAlloc dt=19 heapalloc_value=13258992
-HeapAlloc dt=9 heapalloc_value=13267184
-HeapAlloc dt=82 heapalloc_value=13275376
-HeapAlloc dt=12 heapalloc_value=13283568
-HeapAlloc dt=9 heapalloc_value=13291760
-HeapAlloc dt=9 heapalloc_value=13299952
-HeapAlloc dt=10 heapalloc_value=13308144
-HeapAlloc dt=10 heapalloc_value=13316336
-HeapAlloc dt=7 heapalloc_value=13324528
-HeapAlloc dt=6 heapalloc_value=13332720
-HeapAlloc dt=6 heapalloc_value=13340912
-HeapAlloc dt=6 heapalloc_value=13349104
-HeapAlloc dt=7 heapalloc_value=13357296
-HeapAlloc dt=6 heapalloc_value=13365488
-HeapAlloc dt=6 heapalloc_value=13373680
-HeapAlloc dt=520 heapalloc_value=13381872
-HeapAlloc dt=15 heapalloc_value=13390064
-HeapAlloc dt=7 heapalloc_value=13398256
-HeapAlloc dt=6 heapalloc_value=13406448
-HeapAlloc dt=8 heapalloc_value=13414640
-HeapAlloc dt=6 heapalloc_value=13422832
-HeapAlloc dt=6 heapalloc_value=13431024
-HeapAlloc dt=7 heapalloc_value=13439216
-HeapAlloc dt=8 heapalloc_value=13447408
-HeapAlloc dt=7 heapalloc_value=13455600
-HeapAlloc dt=6 heapalloc_value=13463792
-HeapAlloc dt=6 heapalloc_value=13471984
-HeapAlloc dt=48 heapalloc_value=13480176
-HeapAlloc dt=7 heapalloc_value=13488368
-HeapAlloc dt=6 heapalloc_value=13496560
-HeapAlloc dt=7 heapalloc_value=13504752
-HeapAlloc dt=9 heapalloc_value=13512944
-HeapAlloc dt=6 heapalloc_value=13521136
-HeapAlloc dt=7 heapalloc_value=13529328
-HeapAlloc dt=6 heapalloc_value=13537520
-HeapAlloc dt=7 heapalloc_value=13545712
-HeapAlloc dt=6 heapalloc_value=13553904
-HeapAlloc dt=7 heapalloc_value=13562096
-HeapAlloc dt=6 heapalloc_value=13570288
-HeapAlloc dt=8 heapalloc_value=13578480
-HeapAlloc dt=6 heapalloc_value=13586672
-HeapAlloc dt=6 heapalloc_value=13594864
-HeapAlloc dt=6 heapalloc_value=13603056
-HeapAlloc dt=6 heapalloc_value=13611248
-HeapAlloc dt=7 heapalloc_value=13619440
-HeapAlloc dt=6 heapalloc_value=13627632
-HeapAlloc dt=6 heapalloc_value=13635824
-HeapAlloc dt=76 heapalloc_value=13644016
-HeapAlloc dt=8 heapalloc_value=13652208
-HeapAlloc dt=6 heapalloc_value=13660400
-HeapAlloc dt=6 heapalloc_value=13668592
-HeapAlloc dt=6 heapalloc_value=13676784
-HeapAlloc dt=7 heapalloc_value=13684976
-HeapAlloc dt=6 heapalloc_value=13693168
-HeapAlloc dt=6 heapalloc_value=13701360
-HeapAlloc dt=8 heapalloc_value=13709552
-HeapAlloc dt=6 heapalloc_value=13717744
-HeapAlloc dt=64 heapalloc_value=13725936
-HeapAlloc dt=7 heapalloc_value=13734128
-HeapAlloc dt=7 heapalloc_value=13742320
-HeapAlloc dt=6 heapalloc_value=13750512
-HeapAlloc dt=6 heapalloc_value=13758704
-HeapAlloc dt=6 heapalloc_value=13766896
-HeapAlloc dt=8 heapalloc_value=13775088
-HeapAlloc dt=7 heapalloc_value=13783280
-HeapAlloc dt=6 heapalloc_value=13791472
-HeapAlloc dt=7 heapalloc_value=13799664
-HeapAlloc dt=6 heapalloc_value=13807856
-HeapAlloc dt=6 heapalloc_value=13816048
-HeapAlloc dt=6 heapalloc_value=13824240
-HeapAlloc dt=6 heapalloc_value=13832432
-HeapAlloc dt=9 heapalloc_value=13840624
-HeapAlloc dt=6 heapalloc_value=13848816
-HeapAlloc dt=6 heapalloc_value=13857008
-HeapAlloc dt=6 heapalloc_value=13865200
-HeapAlloc dt=7 heapalloc_value=13873392
-HeapAlloc dt=7 heapalloc_value=13881584
-HeapAlloc dt=6 heapalloc_value=13889776
-HeapAlloc dt=45 heapalloc_value=13897968
-HeapAlloc dt=75 heapalloc_value=13906160
-HeapAlloc dt=8 heapalloc_value=13914352
-HeapAlloc dt=6 heapalloc_value=13922544
-HeapAlloc dt=6 heapalloc_value=13930736
-HeapAlloc dt=7 heapalloc_value=13938928
-HeapAlloc dt=6 heapalloc_value=13947120
-HeapAlloc dt=6 heapalloc_value=13955312
-HeapAlloc dt=6 heapalloc_value=13963504
-HeapAlloc dt=6 heapalloc_value=13971696
-HeapAlloc dt=7 heapalloc_value=13979888
-HeapAlloc dt=6 heapalloc_value=13988080
-HeapAlloc dt=6 heapalloc_value=13996272
-HeapAlloc dt=6 heapalloc_value=14004464
-HeapAlloc dt=6 heapalloc_value=14012656
-HeapAlloc dt=6 heapalloc_value=14020848
-HeapAlloc dt=7 heapalloc_value=14029040
-HeapAlloc dt=6 heapalloc_value=14037232
-HeapAlloc dt=6 heapalloc_value=14045424
-HeapAlloc dt=7 heapalloc_value=14053616
-HeapAlloc dt=6 heapalloc_value=14061808
-HeapAlloc dt=6 heapalloc_value=14070000
-HeapAlloc dt=6 heapalloc_value=14078192
-HeapAlloc dt=6 heapalloc_value=14086384
-HeapAlloc dt=6 heapalloc_value=14094576
-HeapAlloc dt=9 heapalloc_value=14102768
-HeapAlloc dt=6 heapalloc_value=14110960
-HeapAlloc dt=7 heapalloc_value=14119152
-HeapAlloc dt=6 heapalloc_value=14127344
-HeapAlloc dt=7 heapalloc_value=14135536
-HeapAlloc dt=6 heapalloc_value=14143728
-HeapAlloc dt=6 heapalloc_value=14151920
-HeapAlloc dt=6 heapalloc_value=14160112
-HeapAlloc dt=69 heapalloc_value=14168304
-HeapAlloc dt=8 heapalloc_value=14176496
-HeapAlloc dt=6 heapalloc_value=14184688
-HeapAlloc dt=6 heapalloc_value=14192880
-HeapAlloc dt=7 heapalloc_value=14201072
-HeapAlloc dt=6 heapalloc_value=14209264
-HeapAlloc dt=6 heapalloc_value=14217456
-HeapAlloc dt=16 heapalloc_value=14586096
-HeapAlloc dt=3676 heapalloc_value=14594288
-HeapAlloc dt=11 heapalloc_value=14602480
-HeapAlloc dt=72 heapalloc_value=14610672
-HeapAlloc dt=10 heapalloc_value=14618864
-HeapAlloc dt=7 heapalloc_value=14627056
-HeapAlloc dt=9 heapalloc_value=14635248
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=219
-ProcStart dt=17778 p=2 p_seq=19
+ProcStart dt=704555 p=7 p_seq=10
ProcStop dt=25
-ProcStart dt=2221 p=1 p_seq=29
+ProcStart dt=16755 p=7 p_seq=11
+HeapAlloc dt=61 heapalloc_value=26461496
+GoCreate dt=72 new_g=51 new_stack=63 stack=0
+GoStart dt=98 g=51 g_seq=1
+GoSyscallBegin dt=45 p_seq=12 stack=64
+ProcStart dt=206 p=7 p_seq=14
+GoSyscallEndBlocked dt=3
+GoStart dt=1 g=51 g_seq=2
+GoDestroy dt=12
ProcStop dt=18
-ProcStart dt=16821 p=1 p_seq=30
-GoUnblock dt=23 g=1 g_seq=43 stack=0
-GoStart dt=193 g=1 g_seq=44
-HeapAlloc dt=59 heapalloc_value=15667440
-HeapAlloc dt=26 heapalloc_value=15675632
-HeapAlloc dt=15 heapalloc_value=15683824
-HeapAlloc dt=10 heapalloc_value=15692016
-HeapAlloc dt=9 heapalloc_value=15700208
-HeapAlloc dt=10 heapalloc_value=15708400
-HeapAlloc dt=11 heapalloc_value=15716592
-HeapAlloc dt=9 heapalloc_value=15724784
-HeapAlloc dt=96 heapalloc_value=15732976
-HeapAlloc dt=324 heapalloc_value=15741168
-HeapAlloc dt=17 heapalloc_value=15749360
-HeapAlloc dt=9 heapalloc_value=15757552
-HeapAlloc dt=9 heapalloc_value=15765744
-HeapAlloc dt=7 heapalloc_value=15773936
-HeapAlloc dt=8 heapalloc_value=15782128
-HeapAlloc dt=6 heapalloc_value=15790320
-HeapAlloc dt=6 heapalloc_value=15798512
-HeapAlloc dt=8 heapalloc_value=15806704
-HeapAlloc dt=5 heapalloc_value=15814896
-HeapAlloc dt=7 heapalloc_value=15823088
-HeapAlloc dt=6 heapalloc_value=15831280
-HeapAlloc dt=6 heapalloc_value=15839472
-HeapAlloc dt=6 heapalloc_value=15847664
-HeapAlloc dt=6 heapalloc_value=15855856
-HeapAlloc dt=7 heapalloc_value=15864048
-HeapAlloc dt=10 heapalloc_value=15872240
-HeapAlloc dt=6 heapalloc_value=15880432
-HeapAlloc dt=6 heapalloc_value=15888624
-HeapAlloc dt=6 heapalloc_value=15896816
-HeapAlloc dt=7 heapalloc_value=15905008
-HeapAlloc dt=6 heapalloc_value=15913200
-HeapAlloc dt=6 heapalloc_value=15921392
-HeapAlloc dt=7 heapalloc_value=15929584
-HeapAlloc dt=8 heapalloc_value=15937776
-HeapAlloc dt=48 heapalloc_value=15945968
-HeapAlloc dt=7 heapalloc_value=15954160
-HeapAlloc dt=7 heapalloc_value=15962352
-HeapAlloc dt=6 heapalloc_value=15970544
-HeapAlloc dt=8 heapalloc_value=15978736
-HeapAlloc dt=6 heapalloc_value=15986928
-HeapAlloc dt=7 heapalloc_value=15995120
-HeapAlloc dt=104 heapalloc_value=16003312
-HeapAlloc dt=9 heapalloc_value=16011504
-HeapAlloc dt=8 heapalloc_value=16019696
-HeapAlloc dt=9 heapalloc_value=16027888
-HeapAlloc dt=8 heapalloc_value=16036080
-HeapAlloc dt=7 heapalloc_value=16044272
-HeapAlloc dt=6 heapalloc_value=16052464
-HeapAlloc dt=7 heapalloc_value=16060656
-HeapAlloc dt=6 heapalloc_value=16068848
-HeapAlloc dt=6 heapalloc_value=16077040
-HeapAlloc dt=6 heapalloc_value=16085232
-HeapAlloc dt=7 heapalloc_value=16093424
-HeapAlloc dt=6 heapalloc_value=16101616
-HeapAlloc dt=6 heapalloc_value=16109808
-HeapAlloc dt=6 heapalloc_value=16118000
-HeapAlloc dt=7 heapalloc_value=16126192
-HeapAlloc dt=6 heapalloc_value=16134384
-HeapAlloc dt=6 heapalloc_value=16142576
-HeapAlloc dt=6 heapalloc_value=16150768
-HeapAlloc dt=7 heapalloc_value=16158960
-HeapAlloc dt=6 heapalloc_value=16167152
-HeapAlloc dt=6 heapalloc_value=16175344
-HeapAlloc dt=78 heapalloc_value=16183536
-HeapAlloc dt=7 heapalloc_value=16191728
-HeapAlloc dt=6 heapalloc_value=16199920
-HeapAlloc dt=6 heapalloc_value=16208112
-HeapAlloc dt=7 heapalloc_value=16216304
-HeapAlloc dt=6 heapalloc_value=16224496
-HeapAlloc dt=6 heapalloc_value=16232688
-HeapAlloc dt=6 heapalloc_value=16240880
-HeapAlloc dt=6 heapalloc_value=16249072
-HeapAlloc dt=7 heapalloc_value=16257264
-HeapAlloc dt=73 heapalloc_value=16265456
-HeapAlloc dt=8 heapalloc_value=16273648
-HeapAlloc dt=6 heapalloc_value=16281840
-HeapAlloc dt=6 heapalloc_value=16290032
-HeapAlloc dt=6 heapalloc_value=16298224
-HeapAlloc dt=7 heapalloc_value=16306416
-HeapAlloc dt=6 heapalloc_value=16314608
-HeapAlloc dt=6 heapalloc_value=16322800
-HeapAlloc dt=6 heapalloc_value=16330992
-HeapAlloc dt=7 heapalloc_value=16339184
-HeapAlloc dt=6 heapalloc_value=16347376
-HeapAlloc dt=8 heapalloc_value=16355568
-HeapAlloc dt=44 heapalloc_value=16363760
-HeapAlloc dt=7 heapalloc_value=16371952
-HeapAlloc dt=6 heapalloc_value=16380144
-HeapAlloc dt=6 heapalloc_value=16388336
-HeapAlloc dt=6 heapalloc_value=16396528
-HeapAlloc dt=7 heapalloc_value=16404720
-HeapAlloc dt=6 heapalloc_value=16412912
-HeapAlloc dt=6 heapalloc_value=16421104
-HeapAlloc dt=6 heapalloc_value=16429296
-HeapAlloc dt=7 heapalloc_value=16437488
-HeapAlloc dt=6 heapalloc_value=16445680
-HeapAlloc dt=6 heapalloc_value=16453872
-HeapAlloc dt=6 heapalloc_value=16462064
-HeapAlloc dt=6 heapalloc_value=16470256
-HeapAlloc dt=6 heapalloc_value=16478448
-HeapAlloc dt=7 heapalloc_value=16486640
-HeapAlloc dt=6 heapalloc_value=16494832
-GCBegin dt=18 gc_seq=5 stack=41
-STWBegin dt=46 kind_string=22 stack=42
-GoUnblock dt=209 g=4 g_seq=7 stack=43
-ProcsChange dt=70 procs_value=8 stack=44
-STWEnd dt=24
-GCMarkAssistBegin dt=182 stack=30
-GCMarkAssistEnd dt=3877
-HeapAlloc dt=628 heapalloc_value=16509392
-HeapAlloc dt=22 heapalloc_value=16517584
-HeapAlloc dt=18 heapalloc_value=16525776
-HeapAlloc dt=371 heapalloc_value=16533968
-HeapAlloc dt=14 heapalloc_value=16542160
-HeapAlloc dt=11 heapalloc_value=16550352
-HeapAlloc dt=13 heapalloc_value=16558544
-HeapAlloc dt=13 heapalloc_value=16566736
-HeapAlloc dt=10 heapalloc_value=16574928
-HeapAlloc dt=10 heapalloc_value=16583120
-HeapAlloc dt=8 heapalloc_value=16591312
-HeapAlloc dt=8 heapalloc_value=16599504
-HeapAlloc dt=8 heapalloc_value=16607696
-HeapAlloc dt=7 heapalloc_value=16615888
-HeapAlloc dt=8 heapalloc_value=16624080
-HeapAlloc dt=8 heapalloc_value=16632272
-HeapAlloc dt=9 heapalloc_value=16640464
-HeapAlloc dt=7 heapalloc_value=16648656
-HeapAlloc dt=8 heapalloc_value=16656848
-HeapAlloc dt=9 heapalloc_value=16665040
-HeapAlloc dt=8 heapalloc_value=16673232
-HeapAlloc dt=9 heapalloc_value=16681424
-HeapAlloc dt=8 heapalloc_value=16689616
-GoBlock dt=17 reason_string=19 stack=21
-ProcStop dt=2869
-ProcStart dt=110180 p=4 p_seq=5
-GoStart dt=268 g=15 g_seq=1
-GoStop dt=304685 reason_string=16 stack=52
-GoStart dt=20 g=15 g_seq=2
-GoStop dt=316415 reason_string=16 stack=52
-GoStart dt=23 g=15 g_seq=3
-GoDestroy dt=160136
-ProcStop dt=32
-EventBatch gen=1 m=2852344 time=420901833895 size=3430
-ProcStart dt=383 p=2 p_seq=3
-GoStart dt=284 g=7 g_seq=1
-HeapAlloc dt=35 heapalloc_value=4055040
-GoBlock dt=148 reason_string=15 stack=26
+ProcStart dt=849 p=5 p_seq=6
+ProcStop dt=16
+ProcStart dt=1359 p=5 p_seq=7
ProcStop dt=12
-ProcStart dt=791 p=1 p_seq=8
-ProcStop dt=4
-ProcStart dt=817 p=1 p_seq=9
-ProcStop dt=14
-ProcStart dt=796 p=0 p_seq=21
+ProcStart dt=2079 p=5 p_seq=9
+GoStart dt=1134 g=52 g_seq=1
+GoSyscallBegin dt=39 p_seq=10 stack=78
+ProcStart dt=232 p=5 p_seq=12
+GoSyscallEndBlocked dt=2
+GoStart dt=1 g=52 g_seq=2
+GoBlock dt=27 reason_string=7 stack=79
+ProcStop dt=20
+EventBatch gen=1 m=1709045 time=7689670544102 size=3297
+ProcStart dt=84 p=4 p_seq=5
+GoUnblock dt=91 g=1 g_seq=34 stack=0
+GoStart dt=157 g=1 g_seq=35
+HeapAlloc dt=117 heapalloc_value=8105520
+HeapAlloc dt=67 heapalloc_value=8113712
+HeapAlloc dt=36 heapalloc_value=8121904
+HeapAlloc dt=25 heapalloc_value=8130096
+HeapAlloc dt=25 heapalloc_value=8138288
+HeapAlloc dt=25 heapalloc_value=8146480
+HeapAlloc dt=21 heapalloc_value=8154672
+HeapAlloc dt=26 heapalloc_value=8162864
+HeapAlloc dt=18 heapalloc_value=8171056
+HeapAlloc dt=24 heapalloc_value=8179248
+HeapAlloc dt=15 heapalloc_value=8187440
+HeapAlloc dt=133 heapalloc_value=8195632
+HeapAlloc dt=105 heapalloc_value=8203824
+HeapAlloc dt=20 heapalloc_value=8212016
+HeapAlloc dt=18 heapalloc_value=8220208
+HeapAlloc dt=8 heapalloc_value=8228400
+HeapAlloc dt=8 heapalloc_value=8236592
+HeapAlloc dt=9 heapalloc_value=8244784
+GCMarkAssistBegin dt=27 stack=31
+HeapAlloc dt=69 heapalloc_value=8252784
+GoBlock dt=31 reason_string=10 stack=36
+ProcStop dt=156
+ProcStart dt=993 p=0 p_seq=11
+GoStart dt=192 g=1 g_seq=37
+GCMarkAssistEnd dt=12
+HeapAlloc dt=35 heapalloc_value=8746312
+GCSweepBegin dt=26 stack=42
+GCSweepEnd dt=777 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=22 heapalloc_value=8754504
+GCSweepBegin dt=47 stack=42
+GCSweepEnd dt=662 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=11 heapalloc_value=8762696
+GCSweepBegin dt=25 stack=42
+GCSweepEnd dt=712 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=39 heapalloc_value=8770888
+GCSweepBegin dt=27 stack=42
+GCSweepEnd dt=630 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=9 heapalloc_value=8779080
+GCSweepBegin dt=25 stack=42
+GCSweepEnd dt=1256 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=8 heapalloc_value=8787272
+GCSweepBegin dt=40 stack=42
+GCSweepEnd dt=529 swept_value=360448 reclaimed_value=0
+HeapAlloc dt=9 heapalloc_value=8795464
+HeapAlloc dt=24 heapalloc_value=8803656
+HeapAlloc dt=24 heapalloc_value=8811848
+HeapAlloc dt=25 heapalloc_value=8820040
+HeapAlloc dt=23 heapalloc_value=8828232
+HeapAlloc dt=18 heapalloc_value=8836424
+HeapAlloc dt=95 heapalloc_value=8844616
+HeapAlloc dt=25 heapalloc_value=8852808
+HeapAlloc dt=23 heapalloc_value=8861000
+HeapAlloc dt=19 heapalloc_value=8869192
+HeapAlloc dt=93 heapalloc_value=8877384
+HeapAlloc dt=23 heapalloc_value=8885576
+HeapAlloc dt=23 heapalloc_value=8893768
+HeapAlloc dt=23 heapalloc_value=8901960
+HeapAlloc dt=22 heapalloc_value=8910152
+HeapAlloc dt=18 heapalloc_value=8918344
+HeapAlloc dt=174 heapalloc_value=8926536
+HeapAlloc dt=31 heapalloc_value=8934728
+HeapAlloc dt=38 heapalloc_value=8942920
+HeapAlloc dt=31 heapalloc_value=8951112
+HeapAlloc dt=57 heapalloc_value=8959304
+HeapAlloc dt=58 heapalloc_value=8967496
+HeapAlloc dt=60 heapalloc_value=8975688
+HeapAlloc dt=44 heapalloc_value=8983880
+HeapAlloc dt=53 heapalloc_value=8992072
+HeapAlloc dt=57 heapalloc_value=9000264
+HeapAlloc dt=63 heapalloc_value=9008456
+HeapAlloc dt=55 heapalloc_value=9016648
+HeapAlloc dt=28 heapalloc_value=9024840
+HeapAlloc dt=12 heapalloc_value=9033032
+HeapAlloc dt=9 heapalloc_value=9041224
+HeapAlloc dt=8 heapalloc_value=9049416
+HeapAlloc dt=7 heapalloc_value=9057608
+HeapAlloc dt=8 heapalloc_value=9065800
+HeapAlloc dt=14 heapalloc_value=9073992
+HeapAlloc dt=8 heapalloc_value=9082184
+HeapAlloc dt=45 heapalloc_value=9090376
+HeapAlloc dt=10 heapalloc_value=9098568
+HeapAlloc dt=14 heapalloc_value=9106760
+HeapAlloc dt=8 heapalloc_value=9114952
+HeapAlloc dt=10 heapalloc_value=9123144
+HeapAlloc dt=15 heapalloc_value=9131336
+HeapAlloc dt=53 heapalloc_value=9139528
+HeapAlloc dt=27 heapalloc_value=9147720
+HeapAlloc dt=38 heapalloc_value=9155912
+HeapAlloc dt=33 heapalloc_value=9164104
+HeapAlloc dt=33 heapalloc_value=9172296
+HeapAlloc dt=34 heapalloc_value=9180488
+HeapAlloc dt=36 heapalloc_value=9188680
+HeapAlloc dt=39 heapalloc_value=9196872
+HeapAlloc dt=40 heapalloc_value=9205064
+HeapAlloc dt=59 heapalloc_value=9213256
+HeapAlloc dt=28 heapalloc_value=9221448
+HeapAlloc dt=22 heapalloc_value=9229640
+HeapAlloc dt=20 heapalloc_value=9237832
+HeapAlloc dt=25 heapalloc_value=9246024
+HeapAlloc dt=20 heapalloc_value=9254216
+HeapAlloc dt=16 heapalloc_value=9262408
+HeapAlloc dt=14 heapalloc_value=9270600
+HeapAlloc dt=18 heapalloc_value=9278792
+HeapAlloc dt=32 heapalloc_value=9286984
+HeapAlloc dt=21 heapalloc_value=9295176
+HeapAlloc dt=49 heapalloc_value=9303368
+HeapAlloc dt=23 heapalloc_value=9311560
+HeapAlloc dt=16 heapalloc_value=9319752
+HeapAlloc dt=15 heapalloc_value=9327944
+HeapAlloc dt=13 heapalloc_value=9336136
+HeapAlloc dt=15 heapalloc_value=9344328
+HeapAlloc dt=14 heapalloc_value=9352520
+HeapAlloc dt=16 heapalloc_value=9360712
+HeapAlloc dt=14 heapalloc_value=9368904
+HeapAlloc dt=19 heapalloc_value=9377096
+HeapAlloc dt=16 heapalloc_value=9385288
+HeapAlloc dt=15 heapalloc_value=9393480
+HeapAlloc dt=14 heapalloc_value=9401672
+HeapAlloc dt=16 heapalloc_value=9409864
+HeapAlloc dt=15 heapalloc_value=9418056
+HeapAlloc dt=15 heapalloc_value=9426248
+HeapAlloc dt=15 heapalloc_value=9434440
+HeapAlloc dt=18 heapalloc_value=9442632
+HeapAlloc dt=94 heapalloc_value=9450824
+HeapAlloc dt=17 heapalloc_value=9459016
+HeapAlloc dt=14 heapalloc_value=9467208
+HeapAlloc dt=16 heapalloc_value=9475400
+HeapAlloc dt=15 heapalloc_value=9483592
+HeapAlloc dt=15 heapalloc_value=9491784
+HeapAlloc dt=15 heapalloc_value=9499976
+HeapAlloc dt=49 heapalloc_value=9508168
+HeapAlloc dt=16 heapalloc_value=9516360
+HeapAlloc dt=14 heapalloc_value=9524552
+HeapAlloc dt=15 heapalloc_value=9532744
+HeapAlloc dt=15 heapalloc_value=9540936
+HeapAlloc dt=15 heapalloc_value=9549128
+HeapAlloc dt=17 heapalloc_value=9557320
+HeapAlloc dt=15 heapalloc_value=9565512
+HeapAlloc dt=21 heapalloc_value=9573704
+HeapAlloc dt=15 heapalloc_value=9581896
+HeapAlloc dt=16 heapalloc_value=9590088
+HeapAlloc dt=14 heapalloc_value=9598280
+HeapAlloc dt=16 heapalloc_value=9606472
+HeapAlloc dt=14 heapalloc_value=9614664
+HeapAlloc dt=16 heapalloc_value=9622856
+GoBlock dt=21 reason_string=19 stack=21
+ProcStop dt=157
+ProcStart dt=17320 p=2 p_seq=6
+ProcStop dt=15
+ProcStart dt=2411 p=0 p_seq=14
+ProcStop dt=8
+ProcStart dt=16766 p=0 p_seq=15
+GoUnblock dt=9 g=1 g_seq=40 stack=0
+GoStart dt=91 g=1 g_seq=41
+HeapAlloc dt=19 heapalloc_value=10859848
+HeapAlloc dt=9 heapalloc_value=10868040
+HeapAlloc dt=7 heapalloc_value=10876232
+HeapAlloc dt=6 heapalloc_value=10884424
+HeapAlloc dt=6 heapalloc_value=10892616
+HeapAlloc dt=6 heapalloc_value=10900808
+HeapAlloc dt=6 heapalloc_value=10909000
+HeapAlloc dt=6 heapalloc_value=10917192
+HeapAlloc dt=6 heapalloc_value=10925384
+HeapAlloc dt=6 heapalloc_value=10933576
+HeapAlloc dt=6 heapalloc_value=10941768
+HeapAlloc dt=6 heapalloc_value=10949960
+HeapAlloc dt=6 heapalloc_value=10958152
+HeapAlloc dt=5 heapalloc_value=10966344
+HeapAlloc dt=6 heapalloc_value=10974536
+HeapAlloc dt=6 heapalloc_value=10982728
+HeapAlloc dt=6 heapalloc_value=10990920
+HeapAlloc dt=6 heapalloc_value=10999112
+HeapAlloc dt=6 heapalloc_value=11007304
+HeapAlloc dt=5 heapalloc_value=11015496
+HeapAlloc dt=7 heapalloc_value=11023688
+HeapAlloc dt=6 heapalloc_value=11031880
+HeapAlloc dt=14 heapalloc_value=11040072
+HeapAlloc dt=7 heapalloc_value=11048264
+HeapAlloc dt=6 heapalloc_value=11056456
+HeapAlloc dt=6 heapalloc_value=11064648
+HeapAlloc dt=5 heapalloc_value=11072840
+HeapAlloc dt=6 heapalloc_value=11081032
+HeapAlloc dt=6 heapalloc_value=11089224
+HeapAlloc dt=6 heapalloc_value=11097416
+HeapAlloc dt=6 heapalloc_value=11105608
+HeapAlloc dt=6 heapalloc_value=11113800
+HeapAlloc dt=59 heapalloc_value=11121992
+HeapAlloc dt=9 heapalloc_value=11130184
+HeapAlloc dt=7 heapalloc_value=11138376
+HeapAlloc dt=6 heapalloc_value=11146568
+HeapAlloc dt=6 heapalloc_value=11154760
+HeapAlloc dt=5 heapalloc_value=11162952
+HeapAlloc dt=6 heapalloc_value=11171144
+HeapAlloc dt=6 heapalloc_value=11179336
+HeapAlloc dt=6 heapalloc_value=11187528
+HeapAlloc dt=5 heapalloc_value=11195720
+HeapAlloc dt=6 heapalloc_value=11203912
+HeapAlloc dt=6 heapalloc_value=11212104
+HeapAlloc dt=84 heapalloc_value=11220296
+HeapAlloc dt=7 heapalloc_value=11228488
+HeapAlloc dt=6 heapalloc_value=11236680
+HeapAlloc dt=6 heapalloc_value=11244872
+HeapAlloc dt=5 heapalloc_value=11253064
+HeapAlloc dt=6 heapalloc_value=11261256
+HeapAlloc dt=6 heapalloc_value=11269448
+HeapAlloc dt=6 heapalloc_value=11277640
+HeapAlloc dt=5 heapalloc_value=11285832
+HeapAlloc dt=6 heapalloc_value=11294024
+HeapAlloc dt=6 heapalloc_value=11302216
+HeapAlloc dt=5 heapalloc_value=11310408
+HeapAlloc dt=6 heapalloc_value=11318600
+HeapAlloc dt=38 heapalloc_value=11326792
+HeapAlloc dt=7 heapalloc_value=11334984
+HeapAlloc dt=6 heapalloc_value=11343176
+HeapAlloc dt=6 heapalloc_value=11351368
+HeapAlloc dt=5 heapalloc_value=11359560
+HeapAlloc dt=6 heapalloc_value=11367752
+HeapAlloc dt=6 heapalloc_value=11375944
+HeapAlloc dt=6 heapalloc_value=11384136
+HeapAlloc dt=6 heapalloc_value=11392328
+HeapAlloc dt=5 heapalloc_value=11400520
+HeapAlloc dt=6 heapalloc_value=11408712
+HeapAlloc dt=6 heapalloc_value=11416904
+HeapAlloc dt=5 heapalloc_value=11425096
+HeapAlloc dt=6 heapalloc_value=11433288
+HeapAlloc dt=6 heapalloc_value=11441480
+HeapAlloc dt=6 heapalloc_value=11449672
+HeapAlloc dt=5 heapalloc_value=11457864
+HeapAlloc dt=6 heapalloc_value=11466056
+HeapAlloc dt=79 heapalloc_value=11474248
+HeapAlloc dt=6 heapalloc_value=11482440
+HeapAlloc dt=5 heapalloc_value=11490632
+HeapAlloc dt=6 heapalloc_value=11498824
+HeapAlloc dt=6 heapalloc_value=11507016
+HeapAlloc dt=6 heapalloc_value=11515208
+HeapAlloc dt=5 heapalloc_value=11523400
+HeapAlloc dt=6 heapalloc_value=11531592
+HeapAlloc dt=5 heapalloc_value=11539784
+HeapAlloc dt=6 heapalloc_value=11547976
+HeapAlloc dt=6 heapalloc_value=11556168
+HeapAlloc dt=10 heapalloc_value=11564360
+HeapAlloc dt=6 heapalloc_value=11572552
+HeapAlloc dt=24 heapalloc_value=11580744
+HeapAlloc dt=7 heapalloc_value=11588936
+HeapAlloc dt=5 heapalloc_value=11597128
+HeapAlloc dt=6 heapalloc_value=11605320
+HeapAlloc dt=6 heapalloc_value=11613512
+HeapAlloc dt=6 heapalloc_value=11621704
+HeapAlloc dt=5 heapalloc_value=11629896
+HeapAlloc dt=6 heapalloc_value=11638088
+HeapAlloc dt=6 heapalloc_value=11646280
+HeapAlloc dt=5 heapalloc_value=11654472
+HeapAlloc dt=6 heapalloc_value=11662664
+HeapAlloc dt=6 heapalloc_value=11670856
+HeapAlloc dt=6 heapalloc_value=11679048
+HeapAlloc dt=5 heapalloc_value=11687240
+HeapAlloc dt=6 heapalloc_value=11695432
+HeapAlloc dt=6 heapalloc_value=11703624
+HeapAlloc dt=6 heapalloc_value=11711816
+HeapAlloc dt=5 heapalloc_value=11720008
+HeapAlloc dt=6 heapalloc_value=11728200
+HeapAlloc dt=6 heapalloc_value=11736392
+HeapAlloc dt=70 heapalloc_value=11744584
+HeapAlloc dt=8 heapalloc_value=11752776
+HeapAlloc dt=5 heapalloc_value=11760968
+HeapAlloc dt=6 heapalloc_value=11769160
+HeapAlloc dt=5 heapalloc_value=11777352
+HeapAlloc dt=6 heapalloc_value=11785544
+HeapAlloc dt=6 heapalloc_value=11793736
+HeapAlloc dt=6 heapalloc_value=11801928
+HeapAlloc dt=5 heapalloc_value=11810120
+HeapAlloc dt=6 heapalloc_value=11818312
+HeapAlloc dt=6 heapalloc_value=11826504
+HeapAlloc dt=6 heapalloc_value=11834696
+HeapAlloc dt=6 heapalloc_value=11842888
+HeapAlloc dt=5 heapalloc_value=11851080
+HeapAlloc dt=6 heapalloc_value=11859272
+HeapAlloc dt=5 heapalloc_value=11867464
+HeapAlloc dt=6 heapalloc_value=11875656
+GoBlock dt=9 reason_string=19 stack=21
+ProcStop dt=105
+ProcStart dt=17283 p=2 p_seq=8
+ProcStop dt=12
+ProcStart dt=4008 p=0 p_seq=18
ProcStop dt=9
-ProcStart dt=393 p=1 p_seq=11
-ProcStop dt=19
-ProcStart dt=324 p=2 p_seq=9
-GoStart dt=339 g=25 g_seq=1
-GoBlock dt=112 reason_string=15 stack=26
-ProcStop dt=4
-ProcStart dt=1331 p=1 p_seq=15
-GoUnblock dt=13 g=9 g_seq=2 stack=0
-GoStart dt=145 g=9 g_seq=3
-GoLabel dt=1 label_string=2
-STWBegin dt=4838 kind_string=23 stack=34
-GoUnblock dt=44 g=1 g_seq=18 stack=35
-HeapAlloc dt=17 heapalloc_value=4112624
-GoStatus dt=15 g=3 m=18446744073709551615 gstatus=4
-GoUnblock dt=5 g=3 g_seq=1 stack=36
-GCEnd dt=4 gc_seq=2
-HeapGoal dt=5 heapgoal_value=8644048
-ProcsChange dt=37 procs_value=8 stack=37
-STWEnd dt=1475
-GoBlock dt=2304 reason_string=15 stack=26
-GoStart dt=12 g=3 g_seq=2
-GoBlock dt=2449 reason_string=14 stack=40
-ProcStop dt=16
-ProcStart dt=67967 p=1 p_seq=19
-GoUnblock dt=21 g=9 g_seq=4 stack=0
-GoStart dt=191 g=9 g_seq=5
-GoLabel dt=1 label_string=2
-GoStop dt=4205 reason_string=16 stack=45
-GoStart dt=189 g=9 g_seq=6
-STWBegin dt=1152 kind_string=23 stack=34
-GoUnblock dt=46 g=1 g_seq=29 stack=35
-HeapAlloc dt=17 heapalloc_value=8626416
-GoUnblock dt=11 g=3 g_seq=3 stack=36
-GCEnd dt=5 gc_seq=4
-HeapGoal dt=5 heapgoal_value=17671632
-ProcsChange dt=43 procs_value=8 stack=37
-STWEnd dt=28
-GoBlock dt=1941 reason_string=15 stack=26
-GoStart dt=12 g=3 g_seq=4
-GoBlock dt=4694 reason_string=14 stack=40
-GoUnblock dt=33 g=1 g_seq=31 stack=0
-GoStart dt=214 g=1 g_seq=32
-HeapAlloc dt=62 heapalloc_value=8646896
-HeapAlloc dt=32 heapalloc_value=8655088
-HeapAlloc dt=18 heapalloc_value=8663280
-HeapAlloc dt=18 heapalloc_value=8671472
-HeapAlloc dt=15 heapalloc_value=8679664
-HeapAlloc dt=18 heapalloc_value=8687856
-HeapAlloc dt=17 heapalloc_value=8696048
-HeapAlloc dt=17 heapalloc_value=8704240
-HeapAlloc dt=19 heapalloc_value=8712432
-HeapAlloc dt=24 heapalloc_value=8720624
-HeapAlloc dt=20 heapalloc_value=8728816
-HeapAlloc dt=31 heapalloc_value=8737008
-HeapAlloc dt=19 heapalloc_value=8745200
-HeapAlloc dt=14 heapalloc_value=8753392
-HeapAlloc dt=14 heapalloc_value=8761584
-HeapAlloc dt=15 heapalloc_value=8769776
-HeapAlloc dt=17 heapalloc_value=8777968
-HeapAlloc dt=16 heapalloc_value=8786160
-HeapAlloc dt=16 heapalloc_value=8794352
-HeapAlloc dt=13 heapalloc_value=8802544
-HeapAlloc dt=14 heapalloc_value=8810736
-HeapAlloc dt=12 heapalloc_value=8818928
-HeapAlloc dt=38 heapalloc_value=9040112
-HeapAlloc dt=3065 heapalloc_value=9048304
-HeapAlloc dt=21 heapalloc_value=9056496
-HeapAlloc dt=16 heapalloc_value=9064688
-HeapAlloc dt=22 heapalloc_value=9072880
-HeapAlloc dt=37 heapalloc_value=9081072
-HeapAlloc dt=28 heapalloc_value=9089264
-HeapAlloc dt=30 heapalloc_value=9097456
-HeapAlloc dt=22 heapalloc_value=9105648
-HeapAlloc dt=36 heapalloc_value=9113840
-HeapAlloc dt=30 heapalloc_value=9122032
-HeapAlloc dt=28 heapalloc_value=9130224
-HeapAlloc dt=26 heapalloc_value=9138416
-HeapAlloc dt=27 heapalloc_value=9146608
-HeapAlloc dt=31 heapalloc_value=9154800
-HeapAlloc dt=37 heapalloc_value=9162992
-HeapAlloc dt=24 heapalloc_value=9171184
-HeapAlloc dt=27 heapalloc_value=9179376
-HeapAlloc dt=26 heapalloc_value=9187568
-HeapAlloc dt=34 heapalloc_value=9195760
-HeapAlloc dt=30 heapalloc_value=9203952
-HeapAlloc dt=30 heapalloc_value=9212144
-HeapAlloc dt=30 heapalloc_value=9220336
-HeapAlloc dt=29 heapalloc_value=9228528
-HeapAlloc dt=28 heapalloc_value=9236720
-HeapAlloc dt=46 heapalloc_value=9244912
-HeapAlloc dt=118 heapalloc_value=9253104
-HeapAlloc dt=31 heapalloc_value=9261296
-HeapAlloc dt=39 heapalloc_value=9269488
-HeapAlloc dt=27 heapalloc_value=9277680
-HeapAlloc dt=32 heapalloc_value=9285872
-HeapAlloc dt=27 heapalloc_value=9294064
-HeapAlloc dt=32 heapalloc_value=9302256
-HeapAlloc dt=33 heapalloc_value=9310448
-HeapAlloc dt=39 heapalloc_value=9318640
-HeapAlloc dt=30 heapalloc_value=9326832
-HeapAlloc dt=33 heapalloc_value=9335024
-HeapAlloc dt=28 heapalloc_value=9343216
-HeapAlloc dt=27 heapalloc_value=9351408
-HeapAlloc dt=27 heapalloc_value=9359600
-HeapAlloc dt=26 heapalloc_value=9367792
-HeapAlloc dt=36 heapalloc_value=9375984
-HeapAlloc dt=20 heapalloc_value=9384176
-HeapAlloc dt=16 heapalloc_value=9392368
-HeapAlloc dt=17 heapalloc_value=9400560
-HeapAlloc dt=22 heapalloc_value=9408752
-HeapAlloc dt=7 heapalloc_value=9416944
-HeapAlloc dt=49 heapalloc_value=9425136
-HeapAlloc dt=7 heapalloc_value=9433328
-HeapAlloc dt=7 heapalloc_value=9441520
-HeapAlloc dt=74 heapalloc_value=9449712
-HeapAlloc dt=8 heapalloc_value=9457904
-HeapAlloc dt=6 heapalloc_value=9466096
-HeapAlloc dt=7 heapalloc_value=9474288
-HeapAlloc dt=6 heapalloc_value=9482480
-HeapAlloc dt=6 heapalloc_value=9490672
-HeapAlloc dt=7 heapalloc_value=9498864
-HeapAlloc dt=6 heapalloc_value=9507056
-HeapAlloc dt=6 heapalloc_value=9515248
-HeapAlloc dt=6 heapalloc_value=9523440
-HeapAlloc dt=6 heapalloc_value=9531632
-HeapAlloc dt=6 heapalloc_value=9539824
-HeapAlloc dt=7 heapalloc_value=9548016
-HeapAlloc dt=7 heapalloc_value=9556208
-HeapAlloc dt=5 heapalloc_value=9564400
-HeapAlloc dt=7 heapalloc_value=9572592
-HeapAlloc dt=6 heapalloc_value=9580784
-HeapAlloc dt=6 heapalloc_value=9588976
-HeapAlloc dt=6 heapalloc_value=9597168
-HeapAlloc dt=6 heapalloc_value=9605360
-HeapAlloc dt=6 heapalloc_value=9613552
-HeapAlloc dt=7 heapalloc_value=9621744
-HeapAlloc dt=6 heapalloc_value=9629936
-HeapAlloc dt=43 heapalloc_value=9638128
-HeapAlloc dt=7 heapalloc_value=9646320
-HeapAlloc dt=7 heapalloc_value=9654512
-HeapAlloc dt=6 heapalloc_value=9662704
-HeapAlloc dt=6 heapalloc_value=9670896
-HeapAlloc dt=6 heapalloc_value=9679088
-HeapAlloc dt=10 heapalloc_value=9687280
-HeapAlloc dt=7 heapalloc_value=9695472
-HeapAlloc dt=8 heapalloc_value=9703664
-HeapAlloc dt=726 heapalloc_value=9711856
-HeapAlloc dt=16 heapalloc_value=9720048
-HeapAlloc dt=7 heapalloc_value=9728240
-HeapAlloc dt=6 heapalloc_value=9736432
-HeapAlloc dt=6 heapalloc_value=9744624
-HeapAlloc dt=6 heapalloc_value=9752816
-HeapAlloc dt=7 heapalloc_value=9761008
-HeapAlloc dt=6 heapalloc_value=9769200
-HeapAlloc dt=63 heapalloc_value=9777392
-HeapAlloc dt=8 heapalloc_value=9785584
-HeapAlloc dt=6 heapalloc_value=9793776
-HeapAlloc dt=7 heapalloc_value=9801968
-HeapAlloc dt=7 heapalloc_value=9810160
-HeapAlloc dt=6 heapalloc_value=9818352
-HeapAlloc dt=6 heapalloc_value=9826544
-HeapAlloc dt=7 heapalloc_value=9834736
-HeapAlloc dt=43 heapalloc_value=9842928
-HeapAlloc dt=7 heapalloc_value=9851120
-HeapAlloc dt=7 heapalloc_value=9859312
-HeapAlloc dt=6 heapalloc_value=9867504
-HeapAlloc dt=6 heapalloc_value=9875696
-HeapAlloc dt=6 heapalloc_value=9883888
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=225
-ProcStart dt=17576 p=0 p_seq=37
-ProcStop dt=18
-ProcStart dt=2169 p=1 p_seq=22
-ProcStop dt=14
-ProcStart dt=16799 p=1 p_seq=23
-GoUnblock dt=15 g=1 g_seq=35 stack=0
-GoStart dt=168 g=1 g_seq=36
-HeapAlloc dt=44 heapalloc_value=10916080
-HeapAlloc dt=18 heapalloc_value=10924272
-HeapAlloc dt=13 heapalloc_value=10932464
-HeapAlloc dt=12 heapalloc_value=10940656
-HeapAlloc dt=11 heapalloc_value=10948848
-HeapAlloc dt=12 heapalloc_value=10957040
-HeapAlloc dt=9 heapalloc_value=10965232
-HeapAlloc dt=11 heapalloc_value=10973424
-HeapAlloc dt=9 heapalloc_value=10981616
-HeapAlloc dt=9 heapalloc_value=10989808
-HeapAlloc dt=6 heapalloc_value=10998000
-HeapAlloc dt=6 heapalloc_value=11006192
-HeapAlloc dt=7 heapalloc_value=11014384
-HeapAlloc dt=303 heapalloc_value=11022576
-HeapAlloc dt=15 heapalloc_value=11030768
-HeapAlloc dt=8 heapalloc_value=11038960
-HeapAlloc dt=6 heapalloc_value=11047152
-HeapAlloc dt=7 heapalloc_value=11055344
-HeapAlloc dt=6 heapalloc_value=11063536
-HeapAlloc dt=6 heapalloc_value=11071728
-HeapAlloc dt=6 heapalloc_value=11079920
-HeapAlloc dt=9 heapalloc_value=11088112
-HeapAlloc dt=6 heapalloc_value=11096304
-HeapAlloc dt=52 heapalloc_value=11104496
-HeapAlloc dt=8 heapalloc_value=11112688
-HeapAlloc dt=7 heapalloc_value=11120880
-HeapAlloc dt=6 heapalloc_value=11129072
-HeapAlloc dt=7 heapalloc_value=11137264
-HeapAlloc dt=396 heapalloc_value=11423984
-HeapAlloc dt=2772 heapalloc_value=11432176
-HeapAlloc dt=23 heapalloc_value=11440368
-HeapAlloc dt=13 heapalloc_value=11448560
-HeapAlloc dt=10 heapalloc_value=11456752
-HeapAlloc dt=9 heapalloc_value=11464944
-HeapAlloc dt=9 heapalloc_value=11473136
-HeapAlloc dt=9 heapalloc_value=11481328
-HeapAlloc dt=9 heapalloc_value=11489520
-HeapAlloc dt=9 heapalloc_value=11497712
-HeapAlloc dt=12 heapalloc_value=11505904
-HeapAlloc dt=9 heapalloc_value=11514096
-HeapAlloc dt=10 heapalloc_value=11522288
-HeapAlloc dt=9 heapalloc_value=11530480
-HeapAlloc dt=10 heapalloc_value=11538672
-HeapAlloc dt=10 heapalloc_value=11546864
-HeapAlloc dt=10 heapalloc_value=11555056
-HeapAlloc dt=9 heapalloc_value=11563248
-HeapAlloc dt=21 heapalloc_value=11571440
-HeapAlloc dt=9 heapalloc_value=11579632
-HeapAlloc dt=6 heapalloc_value=11587824
-HeapAlloc dt=7 heapalloc_value=11596016
-HeapAlloc dt=6 heapalloc_value=11604208
-HeapAlloc dt=6 heapalloc_value=11612400
-HeapAlloc dt=6 heapalloc_value=11620592
-HeapAlloc dt=103 heapalloc_value=11628784
-HeapAlloc dt=9 heapalloc_value=11636976
-HeapAlloc dt=7 heapalloc_value=11645168
-HeapAlloc dt=6 heapalloc_value=11653360
-HeapAlloc dt=7 heapalloc_value=11661552
-HeapAlloc dt=6 heapalloc_value=11669744
-HeapAlloc dt=6 heapalloc_value=11677936
-HeapAlloc dt=6 heapalloc_value=11686128
-HeapAlloc dt=6 heapalloc_value=11694320
-HeapAlloc dt=7 heapalloc_value=11702512
-HeapAlloc dt=6 heapalloc_value=11710704
-HeapAlloc dt=6 heapalloc_value=11718896
-HeapAlloc dt=6 heapalloc_value=11727088
-HeapAlloc dt=6 heapalloc_value=11735280
-HeapAlloc dt=6 heapalloc_value=11743472
-HeapAlloc dt=6 heapalloc_value=11751664
-HeapAlloc dt=6 heapalloc_value=11759856
-HeapAlloc dt=7 heapalloc_value=11768048
-HeapAlloc dt=5 heapalloc_value=11776240
-HeapAlloc dt=7 heapalloc_value=11784432
-HeapAlloc dt=6 heapalloc_value=11792624
-HeapAlloc dt=44 heapalloc_value=11800816
-HeapAlloc dt=82 heapalloc_value=11809008
-HeapAlloc dt=9 heapalloc_value=11817200
-HeapAlloc dt=6 heapalloc_value=11825392
-HeapAlloc dt=6 heapalloc_value=11833584
-HeapAlloc dt=7 heapalloc_value=11841776
-HeapAlloc dt=6 heapalloc_value=11849968
-HeapAlloc dt=6 heapalloc_value=11858160
-HeapAlloc dt=6 heapalloc_value=11866352
-HeapAlloc dt=7 heapalloc_value=11874544
-HeapAlloc dt=6 heapalloc_value=11882736
-HeapAlloc dt=6 heapalloc_value=11890928
-HeapAlloc dt=6 heapalloc_value=11899120
-HeapAlloc dt=6 heapalloc_value=11907312
-HeapAlloc dt=7 heapalloc_value=11915504
-HeapAlloc dt=6 heapalloc_value=11923696
-HeapAlloc dt=6 heapalloc_value=11931888
-HeapAlloc dt=6 heapalloc_value=11940080
-HeapAlloc dt=6 heapalloc_value=11948272
-HeapAlloc dt=6 heapalloc_value=11956464
-HeapAlloc dt=6 heapalloc_value=11964656
-HeapAlloc dt=6 heapalloc_value=11972848
-HeapAlloc dt=7 heapalloc_value=11981040
-HeapAlloc dt=6 heapalloc_value=11989232
-HeapAlloc dt=6 heapalloc_value=11997424
-HeapAlloc dt=6 heapalloc_value=12005616
-HeapAlloc dt=7 heapalloc_value=12013808
-HeapAlloc dt=6 heapalloc_value=12022000
-HeapAlloc dt=6 heapalloc_value=12030192
-HeapAlloc dt=6 heapalloc_value=12038384
-HeapAlloc dt=6 heapalloc_value=12046576
-HeapAlloc dt=6 heapalloc_value=12054768
-HeapAlloc dt=6 heapalloc_value=12062960
-HeapAlloc dt=67 heapalloc_value=12071152
-HeapAlloc dt=8 heapalloc_value=12079344
-HeapAlloc dt=7 heapalloc_value=12087536
-HeapAlloc dt=6 heapalloc_value=12095728
-HeapAlloc dt=6 heapalloc_value=12103920
-HeapAlloc dt=6 heapalloc_value=12112112
-HeapAlloc dt=6 heapalloc_value=12120304
-HeapAlloc dt=6 heapalloc_value=12128496
-HeapAlloc dt=6 heapalloc_value=12136688
-HeapAlloc dt=6 heapalloc_value=12144880
-HeapAlloc dt=59 heapalloc_value=12153072
-HeapAlloc dt=8 heapalloc_value=12161264
-HeapAlloc dt=6 heapalloc_value=12169456
-HeapAlloc dt=6 heapalloc_value=12177648
-HeapAlloc dt=6 heapalloc_value=12185840
-HeapAlloc dt=6 heapalloc_value=12194032
-HeapAlloc dt=7 heapalloc_value=12202224
-HeapAlloc dt=6 heapalloc_value=12210416
-HeapAlloc dt=6 heapalloc_value=12218608
-GoBlock dt=12 reason_string=19 stack=21
-ProcStop dt=223
-ProcStart dt=12071 p=1 p_seq=25
-GoUnblock dt=11 g=1 g_seq=37 stack=0
-GoStart dt=161 g=1 g_seq=38
-HeapAlloc dt=75 heapalloc_value=12226800
-HeapAlloc dt=11 heapalloc_value=12234992
-HeapAlloc dt=6 heapalloc_value=12243184
-HeapAlloc dt=6 heapalloc_value=12251376
-HeapAlloc dt=7 heapalloc_value=12259568
-HeapAlloc dt=6 heapalloc_value=12267760
-HeapAlloc dt=6 heapalloc_value=12275952
-HeapAlloc dt=6 heapalloc_value=12284144
-HeapAlloc dt=6 heapalloc_value=12292336
-HeapAlloc dt=7 heapalloc_value=12300528
-HeapAlloc dt=6 heapalloc_value=12308720
-HeapAlloc dt=6 heapalloc_value=12316912
-HeapAlloc dt=7 heapalloc_value=12325104
-HeapAlloc dt=87 heapalloc_value=12333296
-HeapAlloc dt=25 heapalloc_value=12341488
-HeapAlloc dt=7 heapalloc_value=12349680
-HeapAlloc dt=6 heapalloc_value=12357872
-HeapAlloc dt=7 heapalloc_value=12366064
-HeapAlloc dt=10 heapalloc_value=12374256
-HeapAlloc dt=7 heapalloc_value=12382448
-HeapAlloc dt=9 heapalloc_value=12390640
-HeapAlloc dt=6 heapalloc_value=12398832
-HeapAlloc dt=6 heapalloc_value=12407024
-HeapAlloc dt=7 heapalloc_value=12415216
-HeapAlloc dt=6 heapalloc_value=12423408
-HeapAlloc dt=44 heapalloc_value=12431600
-HeapAlloc dt=7 heapalloc_value=12439792
-HeapAlloc dt=7 heapalloc_value=12447984
-HeapAlloc dt=6 heapalloc_value=12456176
-HeapAlloc dt=6 heapalloc_value=12464368
-HeapAlloc dt=6 heapalloc_value=12472560
-HeapAlloc dt=6 heapalloc_value=12480752
-HeapAlloc dt=7 heapalloc_value=12488944
-HeapAlloc dt=6 heapalloc_value=12497136
-HeapAlloc dt=6 heapalloc_value=12505328
-HeapAlloc dt=6 heapalloc_value=12513520
-HeapAlloc dt=6 heapalloc_value=12521712
-HeapAlloc dt=7 heapalloc_value=12529904
-HeapAlloc dt=6 heapalloc_value=12538096
-HeapAlloc dt=6 heapalloc_value=12546288
-HeapAlloc dt=6 heapalloc_value=12554480
-HeapAlloc dt=6 heapalloc_value=12562672
-HeapAlloc dt=6 heapalloc_value=12570864
-HeapAlloc dt=11 heapalloc_value=12579056
-HeapAlloc dt=6 heapalloc_value=12587248
-HeapAlloc dt=455 heapalloc_value=12595440
-HeapAlloc dt=12 heapalloc_value=12603632
-HeapAlloc dt=7 heapalloc_value=12611824
-HeapAlloc dt=6 heapalloc_value=12620016
-HeapAlloc dt=7 heapalloc_value=12628208
-HeapAlloc dt=6 heapalloc_value=12636400
-HeapAlloc dt=6 heapalloc_value=12644592
-HeapAlloc dt=6 heapalloc_value=12652784
-HeapAlloc dt=7 heapalloc_value=12660976
-HeapAlloc dt=6 heapalloc_value=12669168
-HeapAlloc dt=97 heapalloc_value=12677360
-HeapAlloc dt=8 heapalloc_value=12685552
-HeapAlloc dt=6 heapalloc_value=12693744
-HeapAlloc dt=6 heapalloc_value=12701936
-HeapAlloc dt=6 heapalloc_value=12710128
-HeapAlloc dt=6 heapalloc_value=12718320
-HeapAlloc dt=6 heapalloc_value=12726512
-HeapAlloc dt=7 heapalloc_value=12734704
-HeapAlloc dt=6 heapalloc_value=12742896
-HeapAlloc dt=6 heapalloc_value=12751088
-HeapAlloc dt=6 heapalloc_value=12759280
-HeapAlloc dt=7 heapalloc_value=12767472
-HeapAlloc dt=7 heapalloc_value=12775664
-HeapAlloc dt=6 heapalloc_value=12783856
-HeapAlloc dt=6 heapalloc_value=12792048
-HeapAlloc dt=6 heapalloc_value=12800240
-HeapAlloc dt=7 heapalloc_value=12808432
-HeapAlloc dt=6 heapalloc_value=12816624
-HeapAlloc dt=6 heapalloc_value=12824816
-HeapAlloc dt=6 heapalloc_value=12833008
-HeapAlloc dt=6 heapalloc_value=12841200
-HeapAlloc dt=42 heapalloc_value=12849392
-HeapAlloc dt=79 heapalloc_value=12857584
-HeapAlloc dt=8 heapalloc_value=12865776
-HeapAlloc dt=6 heapalloc_value=12873968
-HeapAlloc dt=6 heapalloc_value=12882160
-HeapAlloc dt=7 heapalloc_value=12890352
-HeapAlloc dt=6 heapalloc_value=12898544
-HeapAlloc dt=6 heapalloc_value=12906736
-HeapAlloc dt=6 heapalloc_value=12914928
-HeapAlloc dt=7 heapalloc_value=12923120
-HeapAlloc dt=6 heapalloc_value=12931312
-HeapAlloc dt=6 heapalloc_value=12939504
-HeapAlloc dt=6 heapalloc_value=12947696
-HeapAlloc dt=6 heapalloc_value=12955888
-HeapAlloc dt=6 heapalloc_value=12964080
-HeapAlloc dt=6 heapalloc_value=12972272
-HeapAlloc dt=6 heapalloc_value=12980464
-HeapAlloc dt=7 heapalloc_value=12988656
-HeapAlloc dt=6 heapalloc_value=12996848
-HeapAlloc dt=6 heapalloc_value=13005040
-HeapAlloc dt=6 heapalloc_value=13013232
-HeapAlloc dt=7 heapalloc_value=13021424
-HeapAlloc dt=6 heapalloc_value=13029616
-HeapAlloc dt=6 heapalloc_value=13037808
-HeapAlloc dt=6 heapalloc_value=13046000
-HeapAlloc dt=6 heapalloc_value=13054192
-HeapAlloc dt=7 heapalloc_value=13062384
-HeapAlloc dt=6 heapalloc_value=13070576
-HeapAlloc dt=6 heapalloc_value=13078768
-HeapAlloc dt=6 heapalloc_value=13086960
-HeapAlloc dt=6 heapalloc_value=13095152
-HeapAlloc dt=7 heapalloc_value=13103344
-HeapAlloc dt=6 heapalloc_value=13111536
-HeapAlloc dt=67 heapalloc_value=13119728
-HeapAlloc dt=8 heapalloc_value=13127920
-HeapAlloc dt=6 heapalloc_value=13136112
-HeapAlloc dt=6 heapalloc_value=13144304
-HeapAlloc dt=7 heapalloc_value=13152496
-HeapAlloc dt=6 heapalloc_value=13160688
-HeapAlloc dt=6 heapalloc_value=13168880
-HeapAlloc dt=6 heapalloc_value=13177072
-HeapAlloc dt=6 heapalloc_value=13185264
-HeapAlloc dt=6 heapalloc_value=13193456
-HeapAlloc dt=105 heapalloc_value=13201648
-HeapAlloc dt=8 heapalloc_value=13209840
-HeapAlloc dt=6 heapalloc_value=13218032
-HeapAlloc dt=6 heapalloc_value=13226224
-HeapAlloc dt=6 heapalloc_value=13234416
-HeapAlloc dt=6 heapalloc_value=13242608
-GoBlock dt=10 reason_string=19 stack=21
-ProcStop dt=13
-ProcStart dt=3484 p=2 p_seq=18
-ProcStop dt=18
-ProcStart dt=5821 p=1 p_seq=27
+ProcStart dt=16692 p=0 p_seq=19
+GoUnblock dt=9 g=1 g_seq=44 stack=0
+GoStart dt=76 g=1 g_seq=45
+HeapAlloc dt=16 heapalloc_value=13169992
+HeapAlloc dt=9 heapalloc_value=13178184
+HeapAlloc dt=7 heapalloc_value=13186376
+HeapAlloc dt=5 heapalloc_value=13194568
+HeapAlloc dt=6 heapalloc_value=13202760
+HeapAlloc dt=6 heapalloc_value=13210952
+HeapAlloc dt=5 heapalloc_value=13219144
+HeapAlloc dt=6 heapalloc_value=13227336
+HeapAlloc dt=6 heapalloc_value=13235528
+HeapAlloc dt=6 heapalloc_value=13243720
+HeapAlloc dt=6 heapalloc_value=13251912
+HeapAlloc dt=59 heapalloc_value=13260104
+HeapAlloc dt=8 heapalloc_value=13268296
+HeapAlloc dt=6 heapalloc_value=13276488
+HeapAlloc dt=5 heapalloc_value=13284680
+HeapAlloc dt=6 heapalloc_value=13292872
+HeapAlloc dt=5 heapalloc_value=13301064
+HeapAlloc dt=6 heapalloc_value=13309256
+HeapAlloc dt=5 heapalloc_value=13317448
+HeapAlloc dt=6 heapalloc_value=13325640
+HeapAlloc dt=6 heapalloc_value=13333832
+HeapAlloc dt=6 heapalloc_value=13342024
+HeapAlloc dt=5 heapalloc_value=13350216
+HeapAlloc dt=6 heapalloc_value=13358408
+HeapAlloc dt=6 heapalloc_value=13366600
+HeapAlloc dt=5 heapalloc_value=13374792
+HeapAlloc dt=6 heapalloc_value=13382984
+HeapAlloc dt=6 heapalloc_value=13391176
+HeapAlloc dt=6 heapalloc_value=13399368
+HeapAlloc dt=5 heapalloc_value=13407560
+HeapAlloc dt=8 heapalloc_value=13415752
+HeapAlloc dt=6 heapalloc_value=13423944
+HeapAlloc dt=7 heapalloc_value=13432136
+HeapAlloc dt=5 heapalloc_value=13440328
+HeapAlloc dt=6 heapalloc_value=13448520
+HeapAlloc dt=5 heapalloc_value=13456712
+HeapAlloc dt=6 heapalloc_value=13464904
+HeapAlloc dt=6 heapalloc_value=13473096
+HeapAlloc dt=6 heapalloc_value=13481288
+HeapAlloc dt=5 heapalloc_value=13489480
+HeapAlloc dt=5 heapalloc_value=13497672
+HeapAlloc dt=6 heapalloc_value=13505864
+HeapAlloc dt=5 heapalloc_value=13514056
+HeapAlloc dt=6 heapalloc_value=13522248
+HeapAlloc dt=5 heapalloc_value=13530440
+HeapAlloc dt=6 heapalloc_value=13538632
+HeapAlloc dt=5 heapalloc_value=13546824
+HeapAlloc dt=6 heapalloc_value=13555016
+HeapAlloc dt=6 heapalloc_value=13563208
+HeapAlloc dt=48 heapalloc_value=13571400
+HeapAlloc dt=7 heapalloc_value=13579592
+HeapAlloc dt=6 heapalloc_value=13587784
+HeapAlloc dt=5 heapalloc_value=13595976
+HeapAlloc dt=6 heapalloc_value=13604168
+HeapAlloc dt=5 heapalloc_value=13612360
+HeapAlloc dt=6 heapalloc_value=13620552
+HeapAlloc dt=5 heapalloc_value=13628744
+HeapAlloc dt=6 heapalloc_value=13636936
+HeapAlloc dt=5 heapalloc_value=13645128
+HeapAlloc dt=6 heapalloc_value=13653320
+HeapAlloc dt=14 heapalloc_value=13661512
+HeapAlloc dt=6 heapalloc_value=13669704
+HeapAlloc dt=6 heapalloc_value=13677896
+HeapAlloc dt=35 heapalloc_value=13686088
+HeapAlloc dt=7 heapalloc_value=13694280
+HeapAlloc dt=6 heapalloc_value=13702472
+HeapAlloc dt=6 heapalloc_value=13710664
+HeapAlloc dt=5 heapalloc_value=13718856
+HeapAlloc dt=6 heapalloc_value=13727048
+HeapAlloc dt=6 heapalloc_value=13735240
+HeapAlloc dt=5 heapalloc_value=13743432
+HeapAlloc dt=6 heapalloc_value=13751624
+HeapAlloc dt=5 heapalloc_value=13759816
+HeapAlloc dt=6 heapalloc_value=13768008
+HeapAlloc dt=5 heapalloc_value=13776200
+HeapAlloc dt=5 heapalloc_value=13784392
+HeapAlloc dt=6 heapalloc_value=13792584
+HeapAlloc dt=6 heapalloc_value=13800776
+HeapAlloc dt=5 heapalloc_value=13808968
+HeapAlloc dt=6 heapalloc_value=13817160
+HeapAlloc dt=5 heapalloc_value=13825352
+HeapAlloc dt=6 heapalloc_value=13833544
+HeapAlloc dt=5 heapalloc_value=13841736
+HeapAlloc dt=6 heapalloc_value=13849928
+HeapAlloc dt=5 heapalloc_value=13858120
+HeapAlloc dt=6 heapalloc_value=13866312
+HeapAlloc dt=5 heapalloc_value=13874504
+HeapAlloc dt=5 heapalloc_value=13882696
+HeapAlloc dt=6 heapalloc_value=13890888
+HeapAlloc dt=5 heapalloc_value=13899080
+HeapAlloc dt=6 heapalloc_value=13907272
+HeapAlloc dt=5 heapalloc_value=13915464
+HeapAlloc dt=6 heapalloc_value=13923656
+HeapAlloc dt=21 heapalloc_value=13931848
+HeapAlloc dt=6 heapalloc_value=13940040
+HeapAlloc dt=6 heapalloc_value=13948232
+HeapAlloc dt=6 heapalloc_value=13956424
+HeapAlloc dt=6 heapalloc_value=13964616
+HeapAlloc dt=5 heapalloc_value=13972808
+HeapAlloc dt=5 heapalloc_value=13981000
+HeapAlloc dt=6 heapalloc_value=13989192
+HeapAlloc dt=6 heapalloc_value=13997384
+HeapAlloc dt=5 heapalloc_value=14005576
+HeapAlloc dt=6 heapalloc_value=14013768
+HeapAlloc dt=5 heapalloc_value=14021960
+HeapAlloc dt=6 heapalloc_value=14030152
+HeapAlloc dt=6 heapalloc_value=14038344
+HeapAlloc dt=5 heapalloc_value=14046536
+HeapAlloc dt=6 heapalloc_value=14054728
+HeapAlloc dt=5 heapalloc_value=14062920
+HeapAlloc dt=6 heapalloc_value=14071112
+HeapAlloc dt=5 heapalloc_value=14079304
+HeapAlloc dt=5 heapalloc_value=14087496
+HeapAlloc dt=76 heapalloc_value=14095688
+HeapAlloc dt=35 heapalloc_value=14103880
+HeapAlloc dt=7 heapalloc_value=14112072
+HeapAlloc dt=5 heapalloc_value=14120264
+HeapAlloc dt=6 heapalloc_value=14128456
+HeapAlloc dt=7 heapalloc_value=14136648
+HeapAlloc dt=5 heapalloc_value=14144840
+HeapAlloc dt=5 heapalloc_value=14153032
+HeapAlloc dt=6 heapalloc_value=14161224
+HeapAlloc dt=5 heapalloc_value=14169416
+HeapAlloc dt=6 heapalloc_value=14177608
+HeapAlloc dt=10 heapalloc_value=14185800
+GoBlock dt=9 reason_string=19 stack=21
+ProcStop dt=108
+ProcStart dt=17296 p=2 p_seq=10
ProcStop dt=12
-ProcStart dt=16793 p=1 p_seq=28
-GoUnblock dt=16 g=1 g_seq=41 stack=0
-GoStart dt=193 g=1 g_seq=42
-HeapAlloc dt=36 heapalloc_value=14643440
-HeapAlloc dt=29 heapalloc_value=14651632
-HeapAlloc dt=16 heapalloc_value=14659824
-HeapAlloc dt=20 heapalloc_value=14668016
-HeapAlloc dt=13 heapalloc_value=14676208
-HeapAlloc dt=84 heapalloc_value=14684400
-HeapAlloc dt=17 heapalloc_value=14692592
-HeapAlloc dt=12 heapalloc_value=14700784
-HeapAlloc dt=12 heapalloc_value=14708976
-HeapAlloc dt=12 heapalloc_value=14717168
-HeapAlloc dt=12 heapalloc_value=14725360
-HeapAlloc dt=22 heapalloc_value=14733552
-HeapAlloc dt=12 heapalloc_value=14741744
-HeapAlloc dt=13 heapalloc_value=14749936
-HeapAlloc dt=12 heapalloc_value=14758128
-HeapAlloc dt=11 heapalloc_value=14766320
-HeapAlloc dt=13 heapalloc_value=14774512
-HeapAlloc dt=12 heapalloc_value=14782704
-HeapAlloc dt=12 heapalloc_value=14790896
-HeapAlloc dt=61 heapalloc_value=14799088
-HeapAlloc dt=13 heapalloc_value=14807280
-HeapAlloc dt=7 heapalloc_value=14815472
-HeapAlloc dt=11 heapalloc_value=14823664
-HeapAlloc dt=9 heapalloc_value=14831856
-HeapAlloc dt=11 heapalloc_value=14840048
-HeapAlloc dt=6 heapalloc_value=14848240
-HeapAlloc dt=7 heapalloc_value=14856432
-HeapAlloc dt=9 heapalloc_value=14864624
-HeapAlloc dt=6 heapalloc_value=14872816
-HeapAlloc dt=6 heapalloc_value=14881008
-HeapAlloc dt=46 heapalloc_value=14889200
-HeapAlloc dt=8 heapalloc_value=14897392
-HeapAlloc dt=6 heapalloc_value=14905584
-HeapAlloc dt=7 heapalloc_value=14913776
-HeapAlloc dt=6 heapalloc_value=14921968
-HeapAlloc dt=7 heapalloc_value=14930160
-HeapAlloc dt=7 heapalloc_value=14938352
-HeapAlloc dt=6 heapalloc_value=14946544
-HeapAlloc dt=155 heapalloc_value=14954736
-HeapAlloc dt=9 heapalloc_value=14962928
-HeapAlloc dt=6 heapalloc_value=14971120
-HeapAlloc dt=7 heapalloc_value=14979312
-HeapAlloc dt=6 heapalloc_value=14987504
-HeapAlloc dt=6 heapalloc_value=14995696
-HeapAlloc dt=6 heapalloc_value=15003888
-HeapAlloc dt=6 heapalloc_value=15012080
-HeapAlloc dt=8 heapalloc_value=15020272
-HeapAlloc dt=6 heapalloc_value=15028464
-HeapAlloc dt=7 heapalloc_value=15036656
-HeapAlloc dt=6 heapalloc_value=15044848
-HeapAlloc dt=6 heapalloc_value=15053040
-HeapAlloc dt=6 heapalloc_value=15061232
-HeapAlloc dt=6 heapalloc_value=15069424
-HeapAlloc dt=6 heapalloc_value=15077616
-HeapAlloc dt=8 heapalloc_value=15085808
-HeapAlloc dt=6 heapalloc_value=15094000
-HeapAlloc dt=7 heapalloc_value=15102192
-HeapAlloc dt=6 heapalloc_value=15110384
-HeapAlloc dt=6 heapalloc_value=15118576
-HeapAlloc dt=6 heapalloc_value=15126768
-HeapAlloc dt=68 heapalloc_value=15134960
-HeapAlloc dt=8 heapalloc_value=15143152
-HeapAlloc dt=6 heapalloc_value=15151344
-HeapAlloc dt=6 heapalloc_value=15159536
-HeapAlloc dt=6 heapalloc_value=15167728
-HeapAlloc dt=6 heapalloc_value=15175920
-HeapAlloc dt=6 heapalloc_value=15184112
-HeapAlloc dt=6 heapalloc_value=15192304
-HeapAlloc dt=6 heapalloc_value=15200496
-HeapAlloc dt=6 heapalloc_value=15208688
-HeapAlloc dt=68 heapalloc_value=15216880
-HeapAlloc dt=8 heapalloc_value=15225072
-HeapAlloc dt=7 heapalloc_value=15233264
-HeapAlloc dt=6 heapalloc_value=15241456
-HeapAlloc dt=6 heapalloc_value=15249648
-HeapAlloc dt=7 heapalloc_value=15257840
-HeapAlloc dt=6 heapalloc_value=15266032
-HeapAlloc dt=6 heapalloc_value=15274224
-HeapAlloc dt=8 heapalloc_value=15282416
-HeapAlloc dt=6 heapalloc_value=15290608
-HeapAlloc dt=7 heapalloc_value=15298800
-HeapAlloc dt=43 heapalloc_value=15306992
-HeapAlloc dt=7 heapalloc_value=15315184
-HeapAlloc dt=6 heapalloc_value=15323376
-HeapAlloc dt=7 heapalloc_value=15331568
-HeapAlloc dt=6 heapalloc_value=15339760
-HeapAlloc dt=8 heapalloc_value=15347952
-HeapAlloc dt=6 heapalloc_value=15356144
-HeapAlloc dt=6 heapalloc_value=15364336
-HeapAlloc dt=7 heapalloc_value=15372528
-HeapAlloc dt=6 heapalloc_value=15380720
-HeapAlloc dt=6 heapalloc_value=15388912
-HeapAlloc dt=6 heapalloc_value=15397104
-HeapAlloc dt=7 heapalloc_value=15405296
-HeapAlloc dt=8 heapalloc_value=15413488
-HeapAlloc dt=6 heapalloc_value=15421680
-HeapAlloc dt=6 heapalloc_value=15429872
-HeapAlloc dt=6 heapalloc_value=15438064
-HeapAlloc dt=7 heapalloc_value=15446256
-HeapAlloc dt=7 heapalloc_value=15454448
-HeapAlloc dt=6 heapalloc_value=15462640
-HeapAlloc dt=6 heapalloc_value=15470832
-HeapAlloc dt=470 heapalloc_value=15479024
-HeapAlloc dt=14 heapalloc_value=15487216
-HeapAlloc dt=6 heapalloc_value=15495408
-HeapAlloc dt=7 heapalloc_value=15503600
-HeapAlloc dt=6 heapalloc_value=15511792
-HeapAlloc dt=7 heapalloc_value=15519984
-HeapAlloc dt=6 heapalloc_value=15528176
-HeapAlloc dt=6 heapalloc_value=15536368
-HeapAlloc dt=6 heapalloc_value=15544560
-HeapAlloc dt=5 heapalloc_value=15552752
-HeapAlloc dt=6 heapalloc_value=15560944
-HeapAlloc dt=6 heapalloc_value=15569136
-HeapAlloc dt=6 heapalloc_value=15577328
-HeapAlloc dt=6 heapalloc_value=15585520
-HeapAlloc dt=6 heapalloc_value=15593712
-HeapAlloc dt=6 heapalloc_value=15601904
-HeapAlloc dt=6 heapalloc_value=15610096
-HeapAlloc dt=6 heapalloc_value=15618288
-HeapAlloc dt=6 heapalloc_value=15626480
-HeapAlloc dt=6 heapalloc_value=15634672
-HeapAlloc dt=6 heapalloc_value=15642864
-HeapAlloc dt=6 heapalloc_value=15651056
-HeapAlloc dt=77 heapalloc_value=15659248
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=214
-ProcStart dt=17833 p=2 p_seq=20
-ProcStop dt=18
-ProcStart dt=9948 p=4 p_seq=4
+ProcStart dt=3626 p=0 p_seq=22
+ProcStop dt=8
+ProcStart dt=16715 p=0 p_seq=23
+GoUnblock dt=6 g=1 g_seq=48 stack=0
+GoStart dt=79 g=1 g_seq=49
+HeapAlloc dt=15 heapalloc_value=15553864
+HeapAlloc dt=13 heapalloc_value=15562056
+HeapAlloc dt=15 heapalloc_value=15570248
+HeapAlloc dt=7 heapalloc_value=15578440
+HeapAlloc dt=6 heapalloc_value=15586632
+HeapAlloc dt=6 heapalloc_value=15594824
+HeapAlloc dt=6 heapalloc_value=15603016
+HeapAlloc dt=6 heapalloc_value=15611208
+HeapAlloc dt=5 heapalloc_value=15619400
+HeapAlloc dt=6 heapalloc_value=15627592
+HeapAlloc dt=6 heapalloc_value=15635784
+HeapAlloc dt=5 heapalloc_value=15643976
+HeapAlloc dt=6 heapalloc_value=15652168
+HeapAlloc dt=5 heapalloc_value=15660360
+HeapAlloc dt=6 heapalloc_value=15668552
+HeapAlloc dt=6 heapalloc_value=15676744
+HeapAlloc dt=57 heapalloc_value=15684936
+HeapAlloc dt=7 heapalloc_value=15693128
+HeapAlloc dt=6 heapalloc_value=15701320
+HeapAlloc dt=6 heapalloc_value=15709512
+HeapAlloc dt=5 heapalloc_value=15717704
+HeapAlloc dt=6 heapalloc_value=15725896
+HeapAlloc dt=5 heapalloc_value=15734088
+HeapAlloc dt=6 heapalloc_value=15742280
+HeapAlloc dt=6 heapalloc_value=15750472
+HeapAlloc dt=10 heapalloc_value=15758664
+HeapAlloc dt=6 heapalloc_value=15766856
+HeapAlloc dt=6 heapalloc_value=15775048
+HeapAlloc dt=5 heapalloc_value=15783240
+HeapAlloc dt=6 heapalloc_value=15791432
+HeapAlloc dt=6 heapalloc_value=15799624
+HeapAlloc dt=6 heapalloc_value=15807816
+HeapAlloc dt=6 heapalloc_value=15816008
+HeapAlloc dt=7 heapalloc_value=15824200
+HeapAlloc dt=6 heapalloc_value=15832392
+HeapAlloc dt=6 heapalloc_value=15840584
+HeapAlloc dt=5 heapalloc_value=15848776
+HeapAlloc dt=6 heapalloc_value=15856968
+HeapAlloc dt=6 heapalloc_value=15865160
+HeapAlloc dt=6 heapalloc_value=15873352
+HeapAlloc dt=5 heapalloc_value=15881544
+HeapAlloc dt=6 heapalloc_value=15889736
+HeapAlloc dt=6 heapalloc_value=15897928
+HeapAlloc dt=5 heapalloc_value=15906120
+HeapAlloc dt=6 heapalloc_value=15914312
+HeapAlloc dt=5 heapalloc_value=15922504
+HeapAlloc dt=6 heapalloc_value=15930696
+HeapAlloc dt=5 heapalloc_value=15938888
+HeapAlloc dt=6 heapalloc_value=15947080
+HeapAlloc dt=5 heapalloc_value=15955272
+HeapAlloc dt=6 heapalloc_value=15963464
+HeapAlloc dt=6 heapalloc_value=15971656
+HeapAlloc dt=5 heapalloc_value=15979848
+HeapAlloc dt=6 heapalloc_value=15988040
+HeapAlloc dt=44 heapalloc_value=15996232
+HeapAlloc dt=8 heapalloc_value=16004424
+HeapAlloc dt=5 heapalloc_value=16012616
+HeapAlloc dt=6 heapalloc_value=16020808
+HeapAlloc dt=5 heapalloc_value=16029000
+HeapAlloc dt=6 heapalloc_value=16037192
+HeapAlloc dt=5 heapalloc_value=16045384
+HeapAlloc dt=6 heapalloc_value=16053576
+HeapAlloc dt=5 heapalloc_value=16061768
+HeapAlloc dt=6 heapalloc_value=16069960
+HeapAlloc dt=5 heapalloc_value=16078152
+HeapAlloc dt=6 heapalloc_value=16086344
+HeapAlloc dt=5 heapalloc_value=16094536
+HeapAlloc dt=6 heapalloc_value=16102728
+HeapAlloc dt=36 heapalloc_value=16110920
+HeapAlloc dt=8 heapalloc_value=16119112
+HeapAlloc dt=6 heapalloc_value=16127304
+HeapAlloc dt=5 heapalloc_value=16135496
+HeapAlloc dt=6 heapalloc_value=16143688
+HeapAlloc dt=5 heapalloc_value=16151880
+HeapAlloc dt=5 heapalloc_value=16160072
+HeapAlloc dt=5 heapalloc_value=16168264
+HeapAlloc dt=5 heapalloc_value=16176456
+HeapAlloc dt=5 heapalloc_value=16184648
+HeapAlloc dt=6 heapalloc_value=16192840
+HeapAlloc dt=5 heapalloc_value=16201032
+HeapAlloc dt=5 heapalloc_value=16209224
+HeapAlloc dt=5 heapalloc_value=16217416
+HeapAlloc dt=5 heapalloc_value=16225608
+HeapAlloc dt=6 heapalloc_value=16233800
+HeapAlloc dt=5 heapalloc_value=16241992
+HeapAlloc dt=73 heapalloc_value=16250184
+HeapAlloc dt=6 heapalloc_value=16258376
+HeapAlloc dt=5 heapalloc_value=16266568
+HeapAlloc dt=6 heapalloc_value=16274760
+HeapAlloc dt=371 heapalloc_value=16282952
+HeapAlloc dt=13 heapalloc_value=16291144
+HeapAlloc dt=7 heapalloc_value=16299336
+HeapAlloc dt=6 heapalloc_value=16307528
+HeapAlloc dt=6 heapalloc_value=16315720
+HeapAlloc dt=5 heapalloc_value=16323912
+HeapAlloc dt=6 heapalloc_value=16332104
+HeapAlloc dt=5 heapalloc_value=16340296
+HeapAlloc dt=5 heapalloc_value=16348488
+HeapAlloc dt=22 heapalloc_value=16356680
+HeapAlloc dt=6 heapalloc_value=16364872
+HeapAlloc dt=5 heapalloc_value=16373064
+HeapAlloc dt=6 heapalloc_value=16381256
+HeapAlloc dt=5 heapalloc_value=16389448
+HeapAlloc dt=5 heapalloc_value=16397640
+HeapAlloc dt=5 heapalloc_value=16405832
+HeapAlloc dt=5 heapalloc_value=16414024
+HeapAlloc dt=5 heapalloc_value=16422216
+HeapAlloc dt=6 heapalloc_value=16430408
+HeapAlloc dt=5 heapalloc_value=16438600
+HeapAlloc dt=6 heapalloc_value=16446792
+HeapAlloc dt=5 heapalloc_value=16454984
+HeapAlloc dt=5 heapalloc_value=16463176
+HeapAlloc dt=6 heapalloc_value=16471368
+HeapAlloc dt=5 heapalloc_value=16479560
+HeapAlloc dt=5 heapalloc_value=16487752
+HeapAlloc dt=5 heapalloc_value=16495944
+HeapAlloc dt=6 heapalloc_value=16504136
+HeapAlloc dt=5 heapalloc_value=16512328
+HeapAlloc dt=45 heapalloc_value=16520520
+HeapAlloc dt=38 heapalloc_value=16528712
+HeapAlloc dt=7 heapalloc_value=16536904
+HeapAlloc dt=5 heapalloc_value=16545096
+HeapAlloc dt=5 heapalloc_value=16553288
+HeapAlloc dt=6 heapalloc_value=16561480
+HeapAlloc dt=5 heapalloc_value=16569672
+GoBlock dt=11 reason_string=19 stack=21
+ProcStop dt=109
+ProcStart dt=18122 p=2 p_seq=12
ProcStop dt=23
-ProcStart dt=5868 p=3 p_seq=6
-ProcStop dt=25
-ProcStart dt=94440 p=3 p_seq=7
-ProcStop dt=17
-ProcStart dt=7801 p=3 p_seq=8
-GoStart dt=172 g=13 g_seq=1
-GoStop dt=306385 reason_string=16 stack=52
-GoStart dt=19 g=13 g_seq=2
-GoStop dt=316412 reason_string=16 stack=52
-GoStart dt=14 g=13 g_seq=3
-GoDestroy dt=158437
-ProcStop dt=31
-EventBatch gen=1 m=2852342 time=420901452973 size=3683
-ProcStart dt=335 p=2 p_seq=1
-GoStart dt=164 g=21 g_seq=1
-HeapAlloc dt=242 heapalloc_value=1654784
-GoSyscallBegin dt=3053 p_seq=2 stack=17
-GoSyscallEnd dt=264
-GoBlock dt=22 reason_string=15 stack=18
-ProcStop dt=21
-ProcStart dt=370120 p=0 p_seq=11
-ProcStop dt=21
-ProcStart dt=7624 p=1 p_seq=5
-ProcStop dt=18
-ProcStart dt=386 p=2 p_seq=4
-GoStart dt=180 g=24 g_seq=1
-GoBlock dt=122 reason_string=15 stack=26
-ProcStop dt=14
-ProcStart dt=378 p=2 p_seq=7
-ProcStop dt=16
-ProcStart dt=1400 p=2 p_seq=8
-GoStart dt=127 g=9 g_seq=1
-GoBlock dt=106 reason_string=15 stack=26
-ProcStop dt=5
-ProcStart dt=482 p=1 p_seq=14
-ProcStop dt=11
-ProcStart dt=2026 p=3 p_seq=2
-HeapAlloc dt=470 heapalloc_value=4079616
-HeapAlloc dt=451 heapalloc_value=4128768
-HeapAlloc dt=21 heapalloc_value=4136960
-GoStart dt=1190 g=4 g_seq=2
-GoBlock dt=29 reason_string=15 stack=32
+ProcStart dt=803 p=1 p_seq=12
+GoUnblock dt=12 g=24 g_seq=10 stack=0
+GoStart dt=143 g=24 g_seq=11
+GoLabel dt=2 label_string=2
+GoBlock dt=3389 reason_string=15 stack=27
+ProcStop dt=2403
+ProcStart dt=161103 p=4 p_seq=8
+GoStart dt=172 g=38 g_seq=1
+GoStop dt=304901 reason_string=16 stack=50
+GoStart dt=21 g=38 g_seq=2
+GoStop dt=315468 reason_string=16 stack=50
+GoStart dt=20 g=38 g_seq=3
+GoDestroy dt=160861
ProcStop dt=34
-ProcStart dt=77810 p=3 p_seq=3
-ProcStop dt=32
-ProcStart dt=600 p=3 p_seq=4
-GoUnblock dt=14 g=25 g_seq=6 stack=0
-GoStart dt=184 g=25 g_seq=7
-GoLabel dt=3 label_string=2
-GoBlock dt=145 reason_string=15 stack=26
-ProcStop dt=27
-ProcStart dt=122643 p=3 p_seq=5
-GoStart dt=236 g=4 g_seq=8
-GoBlock dt=24 reason_string=15 stack=32
-GoUnblock dt=25 g=8 g_seq=4 stack=0
-GoStart dt=9 g=8 g_seq=5
-GoLabel dt=1 label_string=4
-GoBlock dt=1341 reason_string=15 stack=26
-GoUnblock dt=4399 g=1 g_seq=45 stack=0
-GoStart dt=12 g=1 g_seq=46
-HeapAlloc dt=416 heapalloc_value=16705232
-HeapAlloc dt=47 heapalloc_value=16721328
-HeapAlloc dt=35 heapalloc_value=16729520
-HeapAlloc dt=24 heapalloc_value=16737712
-HeapAlloc dt=26 heapalloc_value=16745904
-HeapAlloc dt=24 heapalloc_value=16754096
-HeapAlloc dt=13 heapalloc_value=16762288
-HeapAlloc dt=15 heapalloc_value=16770480
-HeapAlloc dt=14 heapalloc_value=16778672
-HeapAlloc dt=14 heapalloc_value=16786864
-HeapAlloc dt=14 heapalloc_value=16795056
-HeapAlloc dt=13 heapalloc_value=16803248
-HeapAlloc dt=12 heapalloc_value=16811440
-HeapAlloc dt=14 heapalloc_value=16819632
-HeapAlloc dt=13 heapalloc_value=16827824
-HeapAlloc dt=13 heapalloc_value=16836016
-HeapAlloc dt=14 heapalloc_value=16844208
-HeapAlloc dt=14 heapalloc_value=16852400
-HeapAlloc dt=13 heapalloc_value=16860592
-HeapAlloc dt=13 heapalloc_value=16868784
-HeapAlloc dt=12 heapalloc_value=16876976
-HeapAlloc dt=19 heapalloc_value=16885168
-HeapAlloc dt=15 heapalloc_value=16893360
-HeapAlloc dt=14 heapalloc_value=16901552
-HeapAlloc dt=14 heapalloc_value=16909744
-HeapAlloc dt=13 heapalloc_value=16917936
-HeapAlloc dt=13 heapalloc_value=16926128
-HeapAlloc dt=12 heapalloc_value=16934320
-HeapAlloc dt=14 heapalloc_value=16942512
-HeapAlloc dt=14 heapalloc_value=16950704
-HeapAlloc dt=12 heapalloc_value=16958896
-HeapAlloc dt=13 heapalloc_value=16967088
-HeapAlloc dt=479 heapalloc_value=16975280
-HeapAlloc dt=207 heapalloc_value=16983472
-HeapAlloc dt=15 heapalloc_value=16991664
-HeapAlloc dt=111 heapalloc_value=16999856
-HeapAlloc dt=14 heapalloc_value=17008048
-HeapAlloc dt=13 heapalloc_value=17016240
-HeapAlloc dt=13 heapalloc_value=17024432
-HeapAlloc dt=13 heapalloc_value=17032624
-HeapAlloc dt=12 heapalloc_value=17040816
-HeapAlloc dt=14 heapalloc_value=17049008
-HeapAlloc dt=13 heapalloc_value=17057200
-HeapAlloc dt=15 heapalloc_value=17065392
-HeapAlloc dt=14 heapalloc_value=17073584
-HeapAlloc dt=15 heapalloc_value=17081776
-HeapAlloc dt=14 heapalloc_value=17089968
-HeapAlloc dt=14 heapalloc_value=17098160
-HeapAlloc dt=14 heapalloc_value=17106352
-HeapAlloc dt=15 heapalloc_value=17114544
-HeapAlloc dt=14 heapalloc_value=17122736
-HeapAlloc dt=19 heapalloc_value=17130928
-HeapAlloc dt=20 heapalloc_value=17139120
-HeapAlloc dt=19 heapalloc_value=17147312
-HeapAlloc dt=14 heapalloc_value=17155504
-HeapAlloc dt=14 heapalloc_value=17163696
-HeapAlloc dt=15 heapalloc_value=17171888
-HeapAlloc dt=14 heapalloc_value=17180080
-HeapAlloc dt=14 heapalloc_value=17188272
-HeapAlloc dt=16 heapalloc_value=17196464
-HeapAlloc dt=147 heapalloc_value=17204656
-HeapAlloc dt=17 heapalloc_value=17212848
-HeapAlloc dt=14 heapalloc_value=17221040
-HeapAlloc dt=15 heapalloc_value=17229232
-HeapAlloc dt=133 heapalloc_value=17237424
-HeapAlloc dt=66 heapalloc_value=17245616
-HeapAlloc dt=17 heapalloc_value=17253808
-HeapAlloc dt=14 heapalloc_value=17262000
-HeapAlloc dt=14 heapalloc_value=17270192
-HeapAlloc dt=15 heapalloc_value=17278384
-HeapAlloc dt=14 heapalloc_value=17286576
-HeapAlloc dt=14 heapalloc_value=17294768
-HeapAlloc dt=17 heapalloc_value=17302960
-HeapAlloc dt=14 heapalloc_value=17311152
-GoStop dt=24 reason_string=16 stack=46
-GoStart dt=859 g=1 g_seq=47
-HeapAlloc dt=19 heapalloc_value=17319344
-HeapAlloc dt=16 heapalloc_value=17327536
-HeapAlloc dt=14 heapalloc_value=17335728
-HeapAlloc dt=14 heapalloc_value=17343920
-HeapAlloc dt=15 heapalloc_value=17352112
-HeapAlloc dt=14 heapalloc_value=17360304
-HeapAlloc dt=14 heapalloc_value=17368496
-HeapAlloc dt=14 heapalloc_value=17376688
-HeapAlloc dt=18 heapalloc_value=17384880
-HeapAlloc dt=17 heapalloc_value=17393072
-HeapAlloc dt=14 heapalloc_value=17401264
-HeapAlloc dt=18 heapalloc_value=17409456
-HeapAlloc dt=14 heapalloc_value=17417648
-HeapAlloc dt=14 heapalloc_value=17425840
-HeapAlloc dt=15 heapalloc_value=17434032
-HeapAlloc dt=12 heapalloc_value=17442224
-HeapAlloc dt=18 heapalloc_value=17450416
-HeapAlloc dt=69 heapalloc_value=17458608
-HeapAlloc dt=15 heapalloc_value=17466800
-HeapAlloc dt=14 heapalloc_value=17474992
-HeapAlloc dt=12 heapalloc_value=17483184
-HeapAlloc dt=14 heapalloc_value=17491376
-HeapAlloc dt=405 heapalloc_value=17499568
-GoStop dt=11 reason_string=16 stack=31
-ProcStop dt=10
-ProcStart dt=1071 p=0 p_seq=41
-GoStart dt=509 g=1 g_seq=48
-HeapAlloc dt=31 heapalloc_value=16800656
-GCSweepBegin dt=40 stack=38
-GCSweepEnd dt=407 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=25 heapalloc_value=16808848
-GCSweepBegin dt=25 stack=38
-GCSweepEnd dt=1029 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=20 heapalloc_value=16817040
-GCSweepBegin dt=33 stack=38
-GCSweepEnd dt=1076 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=13 heapalloc_value=16825232
-GCSweepBegin dt=30 stack=38
-GCSweepEnd dt=1298 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=17 heapalloc_value=16833424
-GCSweepBegin dt=29 stack=38
-GCSweepEnd dt=1140 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=11 heapalloc_value=16841616
-GCSweepBegin dt=32 stack=38
-GCSweepEnd dt=1161 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=14 heapalloc_value=16849808
-GCSweepBegin dt=31 stack=38
-GCSweepEnd dt=763 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=12 heapalloc_value=16858000
-GCSweepBegin dt=29 stack=38
-GCSweepEnd dt=1113 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=9 heapalloc_value=16866192
-GCSweepBegin dt=25 stack=38
-GCSweepEnd dt=1068 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=21 heapalloc_value=16874384
-GCSweepBegin dt=36 stack=38
-GCSweepEnd dt=478 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=7 heapalloc_value=16882576
-GCSweepBegin dt=16 stack=38
-GCSweepEnd dt=32 swept_value=90112 reclaimed_value=0
-HeapAlloc dt=11 heapalloc_value=16890768
-HeapAlloc dt=31 heapalloc_value=16898960
-HeapAlloc dt=24 heapalloc_value=16907152
-HeapAlloc dt=17 heapalloc_value=16915344
-HeapAlloc dt=17 heapalloc_value=16923536
-HeapAlloc dt=23 heapalloc_value=16931728
-HeapAlloc dt=18 heapalloc_value=16939920
-HeapAlloc dt=22 heapalloc_value=16948112
-HeapAlloc dt=17 heapalloc_value=16956304
-HeapAlloc dt=16 heapalloc_value=16964496
-HeapAlloc dt=16 heapalloc_value=16972688
-HeapAlloc dt=106 heapalloc_value=16980880
-HeapAlloc dt=19 heapalloc_value=16989072
-HeapAlloc dt=16 heapalloc_value=16997264
-HeapAlloc dt=13 heapalloc_value=17005456
-HeapAlloc dt=13 heapalloc_value=17013648
-HeapAlloc dt=96 heapalloc_value=17021840
-HeapAlloc dt=16 heapalloc_value=17030032
-GoBlock dt=18 reason_string=19 stack=21
-ProcStop dt=315
-ProcStart dt=17450 p=2 p_seq=23
-ProcStop dt=14
-ProcStart dt=6669 p=0 p_seq=44
-ProcStop dt=11
-ProcStart dt=16752 p=0 p_seq=45
-GoUnblock dt=14 g=1 g_seq=51 stack=0
-GoStart dt=146 g=1 g_seq=52
-HeapAlloc dt=31 heapalloc_value=18529168
-HeapAlloc dt=21 heapalloc_value=18537360
-HeapAlloc dt=13 heapalloc_value=18545552
-HeapAlloc dt=77 heapalloc_value=18553744
-HeapAlloc dt=21 heapalloc_value=18561936
-HeapAlloc dt=15 heapalloc_value=18570128
-HeapAlloc dt=12 heapalloc_value=18578320
-HeapAlloc dt=12 heapalloc_value=18586512
-HeapAlloc dt=12 heapalloc_value=18594704
-HeapAlloc dt=16 heapalloc_value=18602896
-HeapAlloc dt=14 heapalloc_value=18611088
-HeapAlloc dt=13 heapalloc_value=18619280
-HeapAlloc dt=17 heapalloc_value=18627472
-HeapAlloc dt=13 heapalloc_value=18635664
-HeapAlloc dt=14 heapalloc_value=18643856
-HeapAlloc dt=12 heapalloc_value=18652048
-HeapAlloc dt=12 heapalloc_value=18660240
-HeapAlloc dt=12 heapalloc_value=18668432
-HeapAlloc dt=12 heapalloc_value=18676624
-HeapAlloc dt=12 heapalloc_value=18684816
-HeapAlloc dt=93 heapalloc_value=18693008
-HeapAlloc dt=17 heapalloc_value=18701200
-HeapAlloc dt=12 heapalloc_value=18709392
-HeapAlloc dt=13 heapalloc_value=18717584
-HeapAlloc dt=15 heapalloc_value=18725776
-HeapAlloc dt=12 heapalloc_value=18733968
-HeapAlloc dt=13 heapalloc_value=18742160
-HeapAlloc dt=14 heapalloc_value=18750352
-HeapAlloc dt=12 heapalloc_value=18758544
-HeapAlloc dt=54 heapalloc_value=18766736
-HeapAlloc dt=13 heapalloc_value=18774928
-HeapAlloc dt=13 heapalloc_value=18783120
-HeapAlloc dt=12 heapalloc_value=18791312
-HeapAlloc dt=13 heapalloc_value=18799504
-HeapAlloc dt=12 heapalloc_value=18807696
-HeapAlloc dt=13 heapalloc_value=18815888
-HeapAlloc dt=12 heapalloc_value=18824080
-HeapAlloc dt=13 heapalloc_value=18832272
-HeapAlloc dt=12 heapalloc_value=18840464
-HeapAlloc dt=13 heapalloc_value=18848656
-HeapAlloc dt=12 heapalloc_value=18856848
-HeapAlloc dt=13 heapalloc_value=18865040
-HeapAlloc dt=13 heapalloc_value=18873232
-HeapAlloc dt=12 heapalloc_value=18881424
-HeapAlloc dt=14 heapalloc_value=18889616
-HeapAlloc dt=13 heapalloc_value=18897808
-HeapAlloc dt=12 heapalloc_value=18906000
-HeapAlloc dt=13 heapalloc_value=18914192
-HeapAlloc dt=13 heapalloc_value=18922384
-HeapAlloc dt=86 heapalloc_value=18930576
-HeapAlloc dt=15 heapalloc_value=18938768
-HeapAlloc dt=13 heapalloc_value=18946960
-HeapAlloc dt=26 heapalloc_value=18955152
-HeapAlloc dt=19 heapalloc_value=18963344
-HeapAlloc dt=12 heapalloc_value=18971536
-HeapAlloc dt=14 heapalloc_value=18979728
-HeapAlloc dt=14 heapalloc_value=18987920
-HeapAlloc dt=13 heapalloc_value=18996112
-HeapAlloc dt=12 heapalloc_value=19004304
-HeapAlloc dt=64 heapalloc_value=19012496
-HeapAlloc dt=15 heapalloc_value=19020688
-HeapAlloc dt=14 heapalloc_value=19028880
-HeapAlloc dt=14 heapalloc_value=19037072
-HeapAlloc dt=16 heapalloc_value=19045264
-HeapAlloc dt=77 heapalloc_value=19053456
-HeapAlloc dt=16 heapalloc_value=19061648
-HeapAlloc dt=13 heapalloc_value=19069840
-HeapAlloc dt=16 heapalloc_value=19078032
-HeapAlloc dt=12 heapalloc_value=19086224
-HeapAlloc dt=12 heapalloc_value=19094416
-HeapAlloc dt=13 heapalloc_value=19102608
-HeapAlloc dt=14 heapalloc_value=19110800
-HeapAlloc dt=15 heapalloc_value=19118992
-HeapAlloc dt=14 heapalloc_value=19127184
-HeapAlloc dt=13 heapalloc_value=19135376
-HeapAlloc dt=13 heapalloc_value=19143568
-HeapAlloc dt=15 heapalloc_value=19151760
-HeapAlloc dt=18 heapalloc_value=19159952
-HeapAlloc dt=16 heapalloc_value=19168144
-HeapAlloc dt=15 heapalloc_value=19176336
-HeapAlloc dt=113 heapalloc_value=19184528
-HeapAlloc dt=17 heapalloc_value=19192720
-HeapAlloc dt=13 heapalloc_value=19200912
-HeapAlloc dt=18 heapalloc_value=19209104
-HeapAlloc dt=15 heapalloc_value=19217296
-HeapAlloc dt=18 heapalloc_value=19225488
-HeapAlloc dt=15 heapalloc_value=19233680
-HeapAlloc dt=16 heapalloc_value=19241872
-HeapAlloc dt=16 heapalloc_value=19250064
-HeapAlloc dt=15 heapalloc_value=19258256
-HeapAlloc dt=14 heapalloc_value=19266448
-HeapAlloc dt=15 heapalloc_value=19274640
-HeapAlloc dt=13 heapalloc_value=19282832
-HeapAlloc dt=20 heapalloc_value=19291024
-HeapAlloc dt=15 heapalloc_value=19299216
-HeapAlloc dt=16 heapalloc_value=19307408
-HeapAlloc dt=26 heapalloc_value=19315600
-HeapAlloc dt=9 heapalloc_value=19323792
-HeapAlloc dt=6 heapalloc_value=19331984
-HeapAlloc dt=7 heapalloc_value=19340176
-HeapAlloc dt=7 heapalloc_value=19348368
-HeapAlloc dt=8 heapalloc_value=19356560
-HeapAlloc dt=70 heapalloc_value=19364752
-HeapAlloc dt=8 heapalloc_value=19372944
-HeapAlloc dt=7 heapalloc_value=19381136
-HeapAlloc dt=6 heapalloc_value=19389328
-HeapAlloc dt=7 heapalloc_value=19397520
-HeapAlloc dt=8 heapalloc_value=19405712
-HeapAlloc dt=7 heapalloc_value=19413904
-HeapAlloc dt=7 heapalloc_value=19422096
-HeapAlloc dt=8 heapalloc_value=19430288
-HeapAlloc dt=7 heapalloc_value=19438480
-HeapAlloc dt=6 heapalloc_value=19446672
-HeapAlloc dt=7 heapalloc_value=19454864
-HeapAlloc dt=7 heapalloc_value=19463056
-HeapAlloc dt=7 heapalloc_value=19471248
-HeapAlloc dt=6 heapalloc_value=19479440
-HeapAlloc dt=7 heapalloc_value=19487632
-HeapAlloc dt=6 heapalloc_value=19495824
-HeapAlloc dt=7 heapalloc_value=19504016
-HeapAlloc dt=7 heapalloc_value=19512208
-HeapAlloc dt=6 heapalloc_value=19520400
-HeapAlloc dt=8 heapalloc_value=19528592
-HeapAlloc dt=53 heapalloc_value=19536784
-HeapAlloc dt=8 heapalloc_value=19544976
-GoBlock dt=12 reason_string=19 stack=21
-ProcStop dt=196
-ProcStart dt=17347 p=2 p_seq=25
-ProcStop dt=14
-ProcStart dt=2376 p=0 p_seq=48
-ProcStop dt=11
-ProcStart dt=16736 p=0 p_seq=49
-GoUnblock dt=12 g=1 g_seq=55 stack=0
-GoStart dt=137 g=1 g_seq=56
-HeapAlloc dt=24 heapalloc_value=20577168
-HeapAlloc dt=87 heapalloc_value=20585360
-HeapAlloc dt=9 heapalloc_value=20593552
-HeapAlloc dt=6 heapalloc_value=20601744
-HeapAlloc dt=7 heapalloc_value=20609936
-HeapAlloc dt=7 heapalloc_value=20618128
-HeapAlloc dt=6 heapalloc_value=20626320
-HeapAlloc dt=7 heapalloc_value=20634512
-HeapAlloc dt=7 heapalloc_value=20642704
-HeapAlloc dt=6 heapalloc_value=20650896
-HeapAlloc dt=7 heapalloc_value=20659088
-HeapAlloc dt=7 heapalloc_value=20667280
-HeapAlloc dt=238 heapalloc_value=20675472
-HeapAlloc dt=10 heapalloc_value=20683664
-HeapAlloc dt=6 heapalloc_value=20691856
-HeapAlloc dt=7 heapalloc_value=20700048
-HeapAlloc dt=7 heapalloc_value=20708240
-HeapAlloc dt=6 heapalloc_value=20716432
-HeapAlloc dt=7 heapalloc_value=20724624
-HeapAlloc dt=6 heapalloc_value=20732816
-HeapAlloc dt=46 heapalloc_value=20741008
-HeapAlloc dt=8 heapalloc_value=20749200
-HeapAlloc dt=7 heapalloc_value=20757392
-HeapAlloc dt=7 heapalloc_value=20765584
-HeapAlloc dt=7 heapalloc_value=20773776
-HeapAlloc dt=7 heapalloc_value=20781968
-HeapAlloc dt=6 heapalloc_value=20790160
-HeapAlloc dt=7 heapalloc_value=20798352
-HeapAlloc dt=7 heapalloc_value=20806544
-HeapAlloc dt=6 heapalloc_value=20814736
-HeapAlloc dt=7 heapalloc_value=20822928
-HeapAlloc dt=7 heapalloc_value=20831120
-HeapAlloc dt=7 heapalloc_value=20839312
-HeapAlloc dt=7 heapalloc_value=20847504
-HeapAlloc dt=6 heapalloc_value=20855696
-HeapAlloc dt=7 heapalloc_value=20863888
-HeapAlloc dt=6 heapalloc_value=20872080
-HeapAlloc dt=7 heapalloc_value=20880272
-HeapAlloc dt=7 heapalloc_value=20888464
-HeapAlloc dt=6 heapalloc_value=20896656
-HeapAlloc dt=7 heapalloc_value=20904848
-HeapAlloc dt=7 heapalloc_value=20913040
-HeapAlloc dt=6 heapalloc_value=20921232
-HeapAlloc dt=7 heapalloc_value=20929424
-HeapAlloc dt=74 heapalloc_value=20937616
-HeapAlloc dt=8 heapalloc_value=20945808
-HeapAlloc dt=7 heapalloc_value=20954000
-HeapAlloc dt=6 heapalloc_value=20962192
-HeapAlloc dt=7 heapalloc_value=20970384
-HeapAlloc dt=7 heapalloc_value=20978576
-HeapAlloc dt=7 heapalloc_value=20986768
-HeapAlloc dt=6 heapalloc_value=20994960
-HeapAlloc dt=7 heapalloc_value=21003152
-HeapAlloc dt=7 heapalloc_value=21011344
-HeapAlloc dt=7 heapalloc_value=21019536
-HeapAlloc dt=6 heapalloc_value=21027728
-HeapAlloc dt=7 heapalloc_value=21035920
-HeapAlloc dt=6 heapalloc_value=21044112
-HeapAlloc dt=7 heapalloc_value=21052304
-HeapAlloc dt=7 heapalloc_value=21060496
-HeapAlloc dt=6 heapalloc_value=21068688
-HeapAlloc dt=7 heapalloc_value=21076880
-HeapAlloc dt=6 heapalloc_value=21085072
-HeapAlloc dt=7 heapalloc_value=21093264
-HeapAlloc dt=7 heapalloc_value=21101456
-HeapAlloc dt=90 heapalloc_value=21109648
-HeapAlloc dt=8 heapalloc_value=21117840
-HeapAlloc dt=6 heapalloc_value=21126032
-HeapAlloc dt=7 heapalloc_value=21134224
-HeapAlloc dt=7 heapalloc_value=21142416
-HeapAlloc dt=7 heapalloc_value=21150608
-HeapAlloc dt=6 heapalloc_value=21158800
-HeapAlloc dt=44 heapalloc_value=21166992
-HeapAlloc dt=7 heapalloc_value=21175184
-HeapAlloc dt=7 heapalloc_value=21183376
-HeapAlloc dt=7 heapalloc_value=21191568
-HeapAlloc dt=71 heapalloc_value=21199760
-HeapAlloc dt=8 heapalloc_value=21207952
-HeapAlloc dt=7 heapalloc_value=21216144
-HeapAlloc dt=7 heapalloc_value=21224336
-HeapAlloc dt=7 heapalloc_value=21232528
-HeapAlloc dt=6 heapalloc_value=21240720
-HeapAlloc dt=7 heapalloc_value=21248912
-HeapAlloc dt=7 heapalloc_value=21257104
-HeapAlloc dt=6 heapalloc_value=21265296
-HeapAlloc dt=7 heapalloc_value=21273488
-HeapAlloc dt=6 heapalloc_value=21281680
-HeapAlloc dt=7 heapalloc_value=21289872
-HeapAlloc dt=7 heapalloc_value=21298064
-HeapAlloc dt=6 heapalloc_value=21306256
-HeapAlloc dt=7 heapalloc_value=21314448
-HeapAlloc dt=6 heapalloc_value=21322640
-HeapAlloc dt=7 heapalloc_value=21330832
-HeapAlloc dt=7 heapalloc_value=21339024
-HeapAlloc dt=6 heapalloc_value=21347216
-HeapAlloc dt=7 heapalloc_value=21355408
-HeapAlloc dt=6 heapalloc_value=21363600
-HeapAlloc dt=43 heapalloc_value=21371792
-HeapAlloc dt=8 heapalloc_value=21379984
-HeapAlloc dt=7 heapalloc_value=21388176
-HeapAlloc dt=7 heapalloc_value=21396368
-HeapAlloc dt=6 heapalloc_value=21404560
-HeapAlloc dt=7 heapalloc_value=21412752
-HeapAlloc dt=7 heapalloc_value=21420944
-HeapAlloc dt=6 heapalloc_value=21429136
-HeapAlloc dt=7 heapalloc_value=21437328
-HeapAlloc dt=6 heapalloc_value=21445520
-HeapAlloc dt=7 heapalloc_value=21453712
-HeapAlloc dt=68 heapalloc_value=21461904
-HeapAlloc dt=8 heapalloc_value=21470096
-HeapAlloc dt=6 heapalloc_value=21478288
-HeapAlloc dt=7 heapalloc_value=21486480
-HeapAlloc dt=6 heapalloc_value=21494672
-HeapAlloc dt=7 heapalloc_value=21502864
-HeapAlloc dt=7 heapalloc_value=21511056
-HeapAlloc dt=6 heapalloc_value=21519248
-HeapAlloc dt=7 heapalloc_value=21527440
-HeapAlloc dt=6 heapalloc_value=21535632
-HeapAlloc dt=7 heapalloc_value=21543824
-HeapAlloc dt=7 heapalloc_value=21552016
-HeapAlloc dt=6 heapalloc_value=21560208
-HeapAlloc dt=7 heapalloc_value=21568400
-HeapAlloc dt=7 heapalloc_value=21576592
-HeapAlloc dt=7 heapalloc_value=21584784
-HeapAlloc dt=6 heapalloc_value=21592976
-GoBlock dt=11 reason_string=19 stack=21
-ProcStop dt=159
-ProcStart dt=1372 p=0 p_seq=51
-GoUnblock dt=19 g=1 g_seq=57 stack=0
-GoStart dt=211 g=1 g_seq=58
-HeapAlloc dt=39 heapalloc_value=21601168
-HeapAlloc dt=16 heapalloc_value=21609360
-HeapAlloc dt=8 heapalloc_value=21617552
-HeapAlloc dt=6 heapalloc_value=21625744
-HeapAlloc dt=101 heapalloc_value=21633936
-HeapAlloc dt=8 heapalloc_value=21642128
-HeapAlloc dt=7 heapalloc_value=21650320
-HeapAlloc dt=6 heapalloc_value=21658512
-HeapAlloc dt=7 heapalloc_value=21666704
-HeapAlloc dt=6 heapalloc_value=21674896
-HeapAlloc dt=6 heapalloc_value=21683088
-HeapAlloc dt=7 heapalloc_value=21691280
-HeapAlloc dt=6 heapalloc_value=21699472
-HeapAlloc dt=7 heapalloc_value=21707664
-HeapAlloc dt=6 heapalloc_value=21715856
-HeapAlloc dt=102 heapalloc_value=21724048
-HeapAlloc dt=8 heapalloc_value=21732240
-HeapAlloc dt=6 heapalloc_value=21740432
-HeapAlloc dt=7 heapalloc_value=21748624
-HeapAlloc dt=6 heapalloc_value=21756816
-HeapAlloc dt=7 heapalloc_value=21765008
-HeapAlloc dt=6 heapalloc_value=21773200
-HeapAlloc dt=7 heapalloc_value=21781392
-HeapAlloc dt=44 heapalloc_value=21789584
-HeapAlloc dt=7 heapalloc_value=21797776
-HeapAlloc dt=8 heapalloc_value=21805968
-HeapAlloc dt=7 heapalloc_value=21814160
-HeapAlloc dt=6 heapalloc_value=21822352
-HeapAlloc dt=7 heapalloc_value=21830544
-HeapAlloc dt=6 heapalloc_value=21838736
-HeapAlloc dt=7 heapalloc_value=21846928
-HeapAlloc dt=6 heapalloc_value=21855120
-HeapAlloc dt=6 heapalloc_value=21863312
-HeapAlloc dt=7 heapalloc_value=21871504
-HeapAlloc dt=6 heapalloc_value=21879696
-HeapAlloc dt=7 heapalloc_value=21887888
-HeapAlloc dt=6 heapalloc_value=21896080
-HeapAlloc dt=7 heapalloc_value=21904272
-HeapAlloc dt=6 heapalloc_value=21912464
-HeapAlloc dt=7 heapalloc_value=21920656
-HeapAlloc dt=6 heapalloc_value=21928848
-HeapAlloc dt=6 heapalloc_value=21937040
-HeapAlloc dt=7 heapalloc_value=21945232
-HeapAlloc dt=6 heapalloc_value=21953424
-HeapAlloc dt=7 heapalloc_value=21961616
-HeapAlloc dt=6 heapalloc_value=21969808
-HeapAlloc dt=7 heapalloc_value=21978000
-HeapAlloc dt=248 heapalloc_value=21986192
-HeapAlloc dt=18 heapalloc_value=21994384
-HeapAlloc dt=7 heapalloc_value=22002576
-HeapAlloc dt=6 heapalloc_value=22010768
-HeapAlloc dt=7 heapalloc_value=22018960
-HeapAlloc dt=6 heapalloc_value=22027152
-HeapAlloc dt=7 heapalloc_value=22035344
-HeapAlloc dt=6 heapalloc_value=22043536
-HeapAlloc dt=7 heapalloc_value=22051728
-HeapAlloc dt=6 heapalloc_value=22059920
-HeapAlloc dt=7 heapalloc_value=22068112
-HeapAlloc dt=16 heapalloc_value=22657936
-HeapAlloc dt=3547 heapalloc_value=22666128
-HeapAlloc dt=3135 heapalloc_value=22674320
-HeapAlloc dt=11 heapalloc_value=22682512
-HeapAlloc dt=8 heapalloc_value=22690704
-HeapAlloc dt=8 heapalloc_value=22698896
-HeapAlloc dt=8 heapalloc_value=22707088
-HeapAlloc dt=10 heapalloc_value=22715280
-HeapAlloc dt=8 heapalloc_value=22723472
-HeapAlloc dt=8 heapalloc_value=22731664
-HeapAlloc dt=71 heapalloc_value=22739856
-HeapAlloc dt=10 heapalloc_value=22748048
-HeapAlloc dt=8 heapalloc_value=22756240
-HeapAlloc dt=9 heapalloc_value=22764432
-HeapAlloc dt=8 heapalloc_value=22772624
-HeapAlloc dt=8 heapalloc_value=22780816
-HeapAlloc dt=9 heapalloc_value=22789008
-HeapAlloc dt=47 heapalloc_value=22797200
-HeapAlloc dt=9 heapalloc_value=22805392
-HeapAlloc dt=9 heapalloc_value=22813584
-HeapAlloc dt=8 heapalloc_value=22821776
-HeapAlloc dt=9 heapalloc_value=22829968
-HeapAlloc dt=17 heapalloc_value=22838160
-HeapAlloc dt=8 heapalloc_value=22846352
-HeapAlloc dt=6 heapalloc_value=22854544
-HeapAlloc dt=7 heapalloc_value=22862736
-HeapAlloc dt=6 heapalloc_value=22870928
-HeapAlloc dt=6 heapalloc_value=22879120
-HeapAlloc dt=6 heapalloc_value=22887312
-HeapAlloc dt=6 heapalloc_value=22895504
-HeapAlloc dt=7 heapalloc_value=22903696
-HeapAlloc dt=6 heapalloc_value=22911888
-HeapAlloc dt=6 heapalloc_value=22920080
-HeapAlloc dt=6 heapalloc_value=22928272
-HeapAlloc dt=6 heapalloc_value=22936464
-HeapAlloc dt=6 heapalloc_value=22944656
-HeapAlloc dt=7 heapalloc_value=22952848
-HeapAlloc dt=6 heapalloc_value=22961040
-HeapAlloc dt=8 heapalloc_value=22969232
-HeapAlloc dt=6 heapalloc_value=22977424
-HeapAlloc dt=6 heapalloc_value=22985616
-HeapAlloc dt=6 heapalloc_value=22993808
-HeapAlloc dt=43 heapalloc_value=23002000
-HeapAlloc dt=8 heapalloc_value=23010192
-HeapAlloc dt=6 heapalloc_value=23018384
-HeapAlloc dt=7 heapalloc_value=23026576
-HeapAlloc dt=76 heapalloc_value=23034768
-HeapAlloc dt=9 heapalloc_value=23042960
-HeapAlloc dt=6 heapalloc_value=23051152
-HeapAlloc dt=7 heapalloc_value=23059344
-HeapAlloc dt=6 heapalloc_value=23067536
-HeapAlloc dt=6 heapalloc_value=23075728
-HeapAlloc dt=7 heapalloc_value=23083920
-HeapAlloc dt=6 heapalloc_value=23092112
-HeapAlloc dt=6 heapalloc_value=23100304
-HeapAlloc dt=6 heapalloc_value=23108496
-HeapAlloc dt=6 heapalloc_value=23116688
-HeapAlloc dt=6 heapalloc_value=23124880
-HeapAlloc dt=7 heapalloc_value=23133072
-HeapAlloc dt=6 heapalloc_value=23141264
-HeapAlloc dt=8 heapalloc_value=23149456
-HeapAlloc dt=6 heapalloc_value=23157648
-HeapAlloc dt=6 heapalloc_value=23165840
-HeapAlloc dt=7 heapalloc_value=23174032
-HeapAlloc dt=6 heapalloc_value=23182224
-HeapAlloc dt=7 heapalloc_value=23190416
-HeapAlloc dt=6 heapalloc_value=23198608
-HeapAlloc dt=6 heapalloc_value=23206800
-HeapAlloc dt=22 heapalloc_value=23214912
-HeapAlloc dt=22 heapalloc_value=23223008
-HeapAlloc dt=21 heapalloc_value=23224960
-GoCreate dt=50 new_g=10 new_stack=49 stack=50
-GoCreate dt=193 new_g=11 new_stack=49 stack=50
-GoCreate dt=10 new_g=12 new_stack=49 stack=50
-GoCreate dt=5 new_g=13 new_stack=49 stack=50
-HeapAlloc dt=120 heapalloc_value=23232736
-GoCreate dt=9 new_g=14 new_stack=49 stack=50
-GoCreate dt=8 new_g=15 new_stack=49 stack=50
-GoCreate dt=7 new_g=16 new_stack=49 stack=50
-GoCreate dt=8 new_g=50 new_stack=49 stack=50
-GoBlock dt=17 reason_string=10 stack=51
-GoStart dt=7 g=50 g_seq=1
-GoStop dt=306070 reason_string=16 stack=52
-GoStart dt=17 g=50 g_seq=2
-GoStop dt=316463 reason_string=16 stack=52
-GoStart dt=9 g=50 g_seq=3
-GoDestroy dt=158709
-ProcStop dt=33
-ProcStart dt=9387 p=7 p_seq=3
-ProcStop dt=14
-ProcStart dt=63662 p=7 p_seq=4
-ProcStop dt=14
-ProcStart dt=16745 p=7 p_seq=5
-GoUnblock dt=39 g=19 g_seq=2 stack=0
-GoStart dt=155 g=19 g_seq=3
-HeapAlloc dt=297 heapalloc_value=23312520
-GoBlock dt=30 reason_string=12 stack=11
-ProcStop dt=28
-ProcStart dt=706341 p=7 p_seq=6
-ProcStop dt=15
-ProcStart dt=50 p=7 p_seq=7
-ProcStop dt=8
-ProcStart dt=3274 p=6 p_seq=14
-ProcStop dt=13
-ProcStart dt=2696 p=4 p_seq=6
-ProcStop dt=17
-ProcStart dt=416 p=7 p_seq=19
-GoUnblock dt=7 g=1 g_seq=64 stack=0
-GoStart dt=7 g=1 g_seq=65
-GoSyscallBegin dt=33 p_seq=20 stack=81
-GoSyscallEnd dt=43
-GoSyscallBegin dt=134 p_seq=21 stack=82
-GoSyscallEnd dt=38
-GoSyscallBegin dt=10 p_seq=22 stack=83
-GoSyscallEnd dt=40
-GoSyscallBegin dt=7 p_seq=23 stack=84
-GoSyscallEnd dt=26
-GoSyscallBegin dt=10 p_seq=24 stack=85
-GoSyscallEnd dt=31
-GoSyscallBegin dt=39 p_seq=25 stack=86
-GoSyscallEnd dt=61
-GoBlock dt=13 reason_string=7 stack=87
-ProcStop dt=15
-EventBatch gen=1 m=2852341 time=420901453987 size=3492
-ProcStart dt=448 p=3 p_seq=1
+EventBatch gen=1 m=1709044 time=7689670489757 size=2312
+ProcStart dt=310 p=3 p_seq=2
+ProcStop dt=39
+ProcStart dt=1386 p=3 p_seq=3
+ProcStop dt=138
+ProcStart dt=3920 p=0 p_seq=5
+GoStart dt=266 g=24 g_seq=7
+GoUnblock dt=50 g=1 g_seq=25 stack=41
+GoBlock dt=13 reason_string=15 stack=27
+GoStart dt=7 g=1 g_seq=26
+GCMarkAssistEnd dt=6
+HeapAlloc dt=29 heapalloc_value=3843824
+GCSweepBegin dt=57 stack=42
+GCSweepEnd dt=816 swept_value=827392 reclaimed_value=0
+GCSweepBegin dt=310 stack=43
+GCSweepEnd dt=63 swept_value=67108864 reclaimed_value=0
+HeapAlloc dt=23 heapalloc_value=3852016
+HeapAlloc dt=46 heapalloc_value=3860208
+HeapAlloc dt=27 heapalloc_value=3868400
+HeapAlloc dt=16 heapalloc_value=3876592
+HeapAlloc dt=109 heapalloc_value=3884784
+HeapAlloc dt=32 heapalloc_value=3892976
+HeapAlloc dt=33 heapalloc_value=3901168
+HeapAlloc dt=26 heapalloc_value=3909360
+HeapAlloc dt=35 heapalloc_value=3917552
+HeapAlloc dt=16 heapalloc_value=3925744
+HeapAlloc dt=16 heapalloc_value=3933936
+HeapAlloc dt=16 heapalloc_value=3942128
+HeapAlloc dt=68 heapalloc_value=3950320
+HeapAlloc dt=21 heapalloc_value=3958512
+HeapAlloc dt=20 heapalloc_value=3966704
+HeapAlloc dt=15 heapalloc_value=3974896
+HeapAlloc dt=24 heapalloc_value=3983088
+HeapAlloc dt=15 heapalloc_value=3991280
+HeapAlloc dt=16 heapalloc_value=3999472
+HeapAlloc dt=15 heapalloc_value=4007664
+HeapAlloc dt=18 heapalloc_value=4015856
+HeapAlloc dt=15 heapalloc_value=4024048
+HeapAlloc dt=21 heapalloc_value=4032240
+HeapAlloc dt=26 heapalloc_value=4040432
+HeapAlloc dt=28 heapalloc_value=4048624
+HeapAlloc dt=16 heapalloc_value=4056816
+HeapAlloc dt=16 heapalloc_value=4065008
+HeapAlloc dt=16 heapalloc_value=4073200
+HeapAlloc dt=17 heapalloc_value=4081392
+HeapAlloc dt=15 heapalloc_value=4089584
+HeapAlloc dt=19 heapalloc_value=4097776
+HeapAlloc dt=15 heapalloc_value=4105968
+HeapAlloc dt=20 heapalloc_value=4114160
+HeapAlloc dt=15 heapalloc_value=4122352
+HeapAlloc dt=16 heapalloc_value=4130544
+HeapAlloc dt=16 heapalloc_value=4138736
+HeapAlloc dt=17 heapalloc_value=4146928
+HeapAlloc dt=15 heapalloc_value=4155120
+HeapAlloc dt=20 heapalloc_value=4163312
+HeapAlloc dt=18 heapalloc_value=4171504
+HeapAlloc dt=23 heapalloc_value=4179696
+HeapAlloc dt=18 heapalloc_value=4187888
+HeapAlloc dt=20 heapalloc_value=4196080
+HeapAlloc dt=19 heapalloc_value=4204272
+HeapAlloc dt=19 heapalloc_value=4212464
+HeapAlloc dt=105 heapalloc_value=4220656
+HeapAlloc dt=45 heapalloc_value=4228848
+HeapAlloc dt=22 heapalloc_value=4237040
+HeapAlloc dt=23 heapalloc_value=4245232
+HeapAlloc dt=29 heapalloc_value=4253424
+HeapAlloc dt=21 heapalloc_value=4261616
+HeapAlloc dt=56 heapalloc_value=4269808
+HeapAlloc dt=21 heapalloc_value=4278000
+HeapAlloc dt=25 heapalloc_value=4286192
+HeapAlloc dt=15 heapalloc_value=4294384
+HeapAlloc dt=60 heapalloc_value=4302576
+HeapAlloc dt=40 heapalloc_value=4359920
+HeapAlloc dt=152 heapalloc_value=4368112
+HeapAlloc dt=30 heapalloc_value=4376304
+HeapAlloc dt=27 heapalloc_value=4384496
+HeapAlloc dt=20 heapalloc_value=4392688
+HeapAlloc dt=32 heapalloc_value=4400880
+HeapAlloc dt=25 heapalloc_value=4409072
+HeapAlloc dt=48 heapalloc_value=4417264
+HeapAlloc dt=58 heapalloc_value=4425456
+HeapAlloc dt=30 heapalloc_value=4433648
+HeapAlloc dt=23 heapalloc_value=4441840
+HeapAlloc dt=16 heapalloc_value=4450032
+HeapAlloc dt=17 heapalloc_value=4458224
+HeapAlloc dt=16 heapalloc_value=4466416
+HeapAlloc dt=19 heapalloc_value=4474608
+HeapAlloc dt=16 heapalloc_value=4482800
+HeapAlloc dt=15 heapalloc_value=4490992
+HeapAlloc dt=16 heapalloc_value=4499184
+HeapAlloc dt=16 heapalloc_value=4507376
+HeapAlloc dt=15 heapalloc_value=4515568
+HeapAlloc dt=16 heapalloc_value=4523760
+HeapAlloc dt=16 heapalloc_value=4531952
+HeapAlloc dt=21 heapalloc_value=4540144
+HeapAlloc dt=25 heapalloc_value=4548336
+HeapAlloc dt=22 heapalloc_value=4556528
+HeapAlloc dt=59 heapalloc_value=4564720
+HeapAlloc dt=21 heapalloc_value=4572912
+HeapAlloc dt=16 heapalloc_value=4581104
+HeapAlloc dt=16 heapalloc_value=4589296
+HeapAlloc dt=15 heapalloc_value=4597488
+HeapAlloc dt=24 heapalloc_value=4605680
+HeapAlloc dt=12 heapalloc_value=4613872
+HeapAlloc dt=8 heapalloc_value=4622064
+HeapAlloc dt=11 heapalloc_value=4630256
+HeapAlloc dt=7 heapalloc_value=4638448
+HeapAlloc dt=7 heapalloc_value=4646640
+HeapAlloc dt=7 heapalloc_value=4654832
+GoBlock dt=31 reason_string=19 stack=21
+ProcStop dt=34
+ProcStart dt=6196 p=4 p_seq=2
ProcStop dt=26
-ProcStart dt=312314 p=0 p_seq=4
-ProcStop dt=17
-ProcStart dt=16776 p=0 p_seq=5
-GoUnblock dt=31 g=1 g_seq=3 stack=0
-GoStart dt=182 g=1 g_seq=4
-HeapAlloc dt=181 heapalloc_value=1662976
-HeapAlloc dt=25 heapalloc_value=1671168
-HeapAlloc dt=210 heapalloc_value=1679360
-HeapAlloc dt=19 heapalloc_value=1687552
-HeapAlloc dt=15 heapalloc_value=1695744
-HeapAlloc dt=8 heapalloc_value=1703936
-HeapAlloc dt=15 heapalloc_value=1712128
-HeapAlloc dt=7 heapalloc_value=1720320
-HeapAlloc dt=9 heapalloc_value=1728512
-HeapAlloc dt=5 heapalloc_value=1736704
-HeapAlloc dt=8 heapalloc_value=1761280
-HeapAlloc dt=9 heapalloc_value=1769472
-HeapAlloc dt=8 heapalloc_value=1777664
-HeapAlloc dt=6 heapalloc_value=1785856
-HeapAlloc dt=8 heapalloc_value=1794048
-HeapAlloc dt=6 heapalloc_value=1802240
-HeapAlloc dt=6 heapalloc_value=1810432
-HeapAlloc dt=6 heapalloc_value=1818624
-HeapAlloc dt=6 heapalloc_value=1826816
-HeapAlloc dt=5 heapalloc_value=1851392
-HeapAlloc dt=62 heapalloc_value=1859584
-HeapAlloc dt=8 heapalloc_value=1867776
-HeapAlloc dt=6 heapalloc_value=1875968
-HeapAlloc dt=6 heapalloc_value=1884160
-HeapAlloc dt=6 heapalloc_value=1892352
-HeapAlloc dt=6 heapalloc_value=1900544
-HeapAlloc dt=6 heapalloc_value=1908736
-HeapAlloc dt=6 heapalloc_value=1916928
-HeapAlloc dt=75 heapalloc_value=1925120
-HeapAlloc dt=8 heapalloc_value=1933312
-HeapAlloc dt=6 heapalloc_value=1941504
-HeapAlloc dt=7 heapalloc_value=1949696
-HeapAlloc dt=5 heapalloc_value=1957888
-HeapAlloc dt=7 heapalloc_value=1966080
-HeapAlloc dt=7 heapalloc_value=1974272
-HeapAlloc dt=6 heapalloc_value=1982464
-HeapAlloc dt=13 heapalloc_value=2007040
-HeapAlloc dt=12 heapalloc_value=2015232
-HeapAlloc dt=7 heapalloc_value=2023424
-HeapAlloc dt=6 heapalloc_value=2031616
-HeapAlloc dt=6 heapalloc_value=2039808
-HeapAlloc dt=6 heapalloc_value=2048000
-HeapAlloc dt=8 heapalloc_value=2056192
-HeapAlloc dt=6 heapalloc_value=2064384
-HeapAlloc dt=6 heapalloc_value=2072576
-HeapAlloc dt=6 heapalloc_value=2080768
-HeapAlloc dt=6 heapalloc_value=2088960
-HeapAlloc dt=6 heapalloc_value=2097152
-HeapAlloc dt=6 heapalloc_value=2105344
-HeapAlloc dt=6 heapalloc_value=2113536
-HeapAlloc dt=9 heapalloc_value=2121728
-HeapAlloc dt=5 heapalloc_value=2129920
-HeapAlloc dt=67 heapalloc_value=2138112
-HeapAlloc dt=7 heapalloc_value=2146304
-HeapAlloc dt=7 heapalloc_value=2154496
-HeapAlloc dt=5 heapalloc_value=2162688
-HeapAlloc dt=6 heapalloc_value=2170880
-HeapAlloc dt=6 heapalloc_value=2179072
-HeapAlloc dt=79 heapalloc_value=2187264
-HeapAlloc dt=8 heapalloc_value=2195456
-HeapAlloc dt=6 heapalloc_value=2203648
-HeapAlloc dt=6 heapalloc_value=2211840
-HeapAlloc dt=6 heapalloc_value=2220032
-HeapAlloc dt=6 heapalloc_value=2228224
-HeapAlloc dt=6 heapalloc_value=2236416
-HeapAlloc dt=6 heapalloc_value=2244608
-HeapAlloc dt=8 heapalloc_value=2252800
-HeapAlloc dt=6 heapalloc_value=2260992
-HeapAlloc dt=6 heapalloc_value=2269184
-HeapAlloc dt=5 heapalloc_value=2310144
-HeapAlloc dt=19 heapalloc_value=2318336
-HeapAlloc dt=6 heapalloc_value=2326528
-HeapAlloc dt=7 heapalloc_value=2334720
-HeapAlloc dt=6 heapalloc_value=2342912
-HeapAlloc dt=6 heapalloc_value=2351104
-HeapAlloc dt=43 heapalloc_value=2359296
-HeapAlloc dt=8 heapalloc_value=2367488
-HeapAlloc dt=6 heapalloc_value=2375680
-HeapAlloc dt=8 heapalloc_value=2383872
-HeapAlloc dt=6 heapalloc_value=2392064
-HeapAlloc dt=6 heapalloc_value=2400256
-HeapAlloc dt=6 heapalloc_value=2408448
-HeapAlloc dt=6 heapalloc_value=2416640
-HeapAlloc dt=6 heapalloc_value=2424832
-HeapAlloc dt=6 heapalloc_value=2433024
-HeapAlloc dt=90 heapalloc_value=2441216
-HeapAlloc dt=74 heapalloc_value=2449408
-HeapAlloc dt=7 heapalloc_value=2457600
-HeapAlloc dt=7 heapalloc_value=2465792
-HeapAlloc dt=5 heapalloc_value=2473984
-HeapAlloc dt=6 heapalloc_value=2482176
-HeapAlloc dt=6 heapalloc_value=2490368
-HeapAlloc dt=6 heapalloc_value=2498560
-HeapAlloc dt=6 heapalloc_value=2506752
-HeapAlloc dt=8 heapalloc_value=2514944
-HeapAlloc dt=6 heapalloc_value=2523136
-HeapAlloc dt=7 heapalloc_value=2531328
-HeapAlloc dt=6 heapalloc_value=2539520
-HeapAlloc dt=6 heapalloc_value=2547712
-HeapAlloc dt=6 heapalloc_value=2555904
-HeapAlloc dt=6 heapalloc_value=2564096
-HeapAlloc dt=6 heapalloc_value=2572288
-HeapAlloc dt=8 heapalloc_value=2580480
-HeapAlloc dt=6 heapalloc_value=2588672
-HeapAlloc dt=28 heapalloc_value=2596864
-HeapAlloc dt=8 heapalloc_value=2605056
-HeapAlloc dt=5 heapalloc_value=2613248
-HeapAlloc dt=6 heapalloc_value=2621440
-HeapAlloc dt=6 heapalloc_value=2629632
-HeapAlloc dt=7 heapalloc_value=2637824
-HeapAlloc dt=8 heapalloc_value=2646016
-HeapAlloc dt=6 heapalloc_value=2654208
-HeapAlloc dt=13 heapalloc_value=2686976
-HeapAlloc dt=23 heapalloc_value=2695168
-HeapAlloc dt=6 heapalloc_value=2703360
-HeapAlloc dt=75 heapalloc_value=2711552
-HeapAlloc dt=55 heapalloc_value=2719744
-HeapAlloc dt=8 heapalloc_value=2727936
-HeapAlloc dt=6 heapalloc_value=2736128
-HeapAlloc dt=6 heapalloc_value=2744320
-HeapAlloc dt=6 heapalloc_value=2752512
-HeapAlloc dt=6 heapalloc_value=2760704
-HeapAlloc dt=6 heapalloc_value=2768896
-HeapAlloc dt=9 heapalloc_value=2777088
-HeapAlloc dt=5 heapalloc_value=2785280
-HeapAlloc dt=6 heapalloc_value=2793472
-HeapAlloc dt=6 heapalloc_value=2801664
-HeapAlloc dt=6 heapalloc_value=2809856
-HeapAlloc dt=6 heapalloc_value=2818048
-HeapAlloc dt=6 heapalloc_value=2826240
-HeapAlloc dt=6 heapalloc_value=2834432
-GoBlock dt=19 reason_string=19 stack=21
-ProcStop dt=236
-ProcStart dt=17547 p=1 p_seq=2
-ProcStop dt=18
-ProcStart dt=5588 p=0 p_seq=8
-ProcStop dt=13
-ProcStart dt=16789 p=0 p_seq=9
-GoUnblock dt=17 g=1 g_seq=7 stack=0
-GoStart dt=173 g=1 g_seq=8
-HeapAlloc dt=54 heapalloc_value=3915776
-HeapAlloc dt=17 heapalloc_value=3923968
-HeapAlloc dt=6 heapalloc_value=3932160
-HeapAlloc dt=6 heapalloc_value=3940352
-HeapAlloc dt=8 heapalloc_value=3948544
-HeapAlloc dt=10 heapalloc_value=3956736
-HeapAlloc dt=7 heapalloc_value=3964928
-HeapAlloc dt=10 heapalloc_value=4038656
-GCBegin dt=207 gc_seq=1 stack=22
-GoCreate dt=117 new_g=5 new_stack=23 stack=24
-GoSyscallBegin dt=172 p_seq=10 stack=25
-ProcStop dt=2
-ProcStart dt=6567 p=0 p_seq=12
-GoSyscallEndBlocked dt=4
-GoStart dt=1 g=1 g_seq=9
-GoCreate dt=36 new_g=6 new_stack=23 stack=24
-GoSyscallBegin dt=11 p_seq=13 stack=25
-ProcStop dt=1
-ProcStart dt=815 p=0 p_seq=15
-GoSyscallEndBlocked dt=2
-GoStart dt=1 g=1 g_seq=10
-GoCreate dt=23 new_g=7 new_stack=23 stack=24
-GoSyscallBegin dt=4 p_seq=16 stack=25
-ProcStop dt=1
-ProcStart dt=814 p=1 p_seq=6
-GoSyscallEndBlocked dt=2
-GoStart dt=1 g=1 g_seq=11
-GoCreate dt=14 new_g=24 new_stack=23 stack=24
-GoSyscallBegin dt=122 p_seq=7 stack=25
-ProcStop dt=1
-ProcStart dt=519 p=2 p_seq=5
-GoSyscallEndBlocked dt=1
-GoStart dt=1 g=1 g_seq=12
-HeapAlloc dt=19 heapalloc_value=4063232
-GoCreate dt=21 new_g=34 new_stack=23 stack=24
-GoSyscallBegin dt=5 p_seq=6 stack=25
-ProcStop dt=1
-ProcStart dt=924 p=0 p_seq=19
-GoSyscallEndBlocked dt=1
-GoStart dt=1 g=1 g_seq=13
-GoCreate dt=19 new_g=8 new_stack=23 stack=24
-GoSyscallBegin dt=140 p_seq=20 stack=25
-ProcStop dt=2
-ProcStart dt=512 p=0 p_seq=22
-GoSyscallEndBlocked dt=1
-GoStart dt=1 g=1 g_seq=14
-GoCreate dt=14 new_g=9 new_stack=23 stack=24
-GoSyscallBegin dt=3 p_seq=23 stack=25
-ProcStop dt=1
-ProcStart dt=375 p=1 p_seq=12
-GoSyscallEndBlocked dt=2
-GoStart dt=1 g=1 g_seq=15
-HeapAlloc dt=36 heapalloc_value=4071424
-GoCreate dt=13 new_g=25 new_stack=23 stack=24
-GoSyscallBegin dt=115 p_seq=13 stack=25
-ProcStop dt=1
-ProcStart dt=623 p=2 p_seq=10
-GoSyscallEndBlocked dt=1
-GoStart dt=1 g=1 g_seq=16
-STWBegin dt=37 kind_string=22 stack=27
-GoStatus dt=138 g=4 m=18446744073709551615 gstatus=4
-GoUnblock dt=7 g=4 g_seq=1 stack=28
-ProcsChange dt=158 procs_value=8 stack=29
-STWEnd dt=25
-GCMarkAssistBegin dt=1078 stack=30
-GCMarkAssistEnd dt=684
-HeapAlloc dt=15 heapalloc_value=4087808
-HeapAlloc dt=21 heapalloc_value=4096000
-HeapAlloc dt=11 heapalloc_value=4104192
-HeapAlloc dt=9 heapalloc_value=4112384
-HeapAlloc dt=9 heapalloc_value=4120576
-HeapAlloc dt=736 heapalloc_value=4145152
-HeapAlloc dt=27 heapalloc_value=4153344
+ProcStart dt=1578 p=0 p_seq=7
+ProcStop dt=12
+ProcStart dt=16743 p=0 p_seq=8
+GoUnblock dt=21 g=1 g_seq=29 stack=0
+GoStart dt=147 g=1 g_seq=30
+HeapAlloc dt=51 heapalloc_value=5768944
+HeapAlloc dt=22 heapalloc_value=5777136
+HeapAlloc dt=16 heapalloc_value=5785328
+HeapAlloc dt=15 heapalloc_value=5793520
+HeapAlloc dt=16 heapalloc_value=5801712
+HeapAlloc dt=18 heapalloc_value=5809904
+HeapAlloc dt=15 heapalloc_value=5818096
+HeapAlloc dt=15 heapalloc_value=5826288
+HeapAlloc dt=12 heapalloc_value=5834480
+HeapAlloc dt=12 heapalloc_value=5842672
+HeapAlloc dt=15 heapalloc_value=5850864
+HeapAlloc dt=16 heapalloc_value=5859056
+HeapAlloc dt=12 heapalloc_value=5867248
+HeapAlloc dt=12 heapalloc_value=5875440
+HeapAlloc dt=6 heapalloc_value=5883632
+HeapAlloc dt=8 heapalloc_value=5891824
+HeapAlloc dt=6 heapalloc_value=5900016
+HeapAlloc dt=6 heapalloc_value=5908208
+HeapAlloc dt=98 heapalloc_value=5916400
+HeapAlloc dt=21 heapalloc_value=5924592
+HeapAlloc dt=5 heapalloc_value=5932784
+HeapAlloc dt=7 heapalloc_value=5940976
+HeapAlloc dt=6 heapalloc_value=5949168
+HeapAlloc dt=9 heapalloc_value=5957360
+HeapAlloc dt=6 heapalloc_value=5965552
+HeapAlloc dt=5 heapalloc_value=5973744
+HeapAlloc dt=7 heapalloc_value=5981936
+HeapAlloc dt=5 heapalloc_value=5990128
+HeapAlloc dt=6 heapalloc_value=5998320
+HeapAlloc dt=5 heapalloc_value=6006512
+HeapAlloc dt=6 heapalloc_value=6014704
+HeapAlloc dt=9 heapalloc_value=6022896
+HeapAlloc dt=5 heapalloc_value=6031088
+HeapAlloc dt=6 heapalloc_value=6039280
+HeapAlloc dt=6 heapalloc_value=6047472
+HeapAlloc dt=40 heapalloc_value=6055664
+HeapAlloc dt=6 heapalloc_value=6063856
+HeapAlloc dt=35 heapalloc_value=6072048
+HeapAlloc dt=8 heapalloc_value=6080240
+HeapAlloc dt=9 heapalloc_value=6088432
+HeapAlloc dt=5 heapalloc_value=6096624
+HeapAlloc dt=6 heapalloc_value=6104816
+HeapAlloc dt=5 heapalloc_value=6113008
+HeapAlloc dt=6 heapalloc_value=6121200
+HeapAlloc dt=6 heapalloc_value=6129392
+HeapAlloc dt=6 heapalloc_value=6137584
+HeapAlloc dt=5 heapalloc_value=6145776
+HeapAlloc dt=9 heapalloc_value=6153968
+HeapAlloc dt=5 heapalloc_value=6162160
+HeapAlloc dt=6 heapalloc_value=6170352
+HeapAlloc dt=6 heapalloc_value=6178544
+HeapAlloc dt=8 heapalloc_value=6186736
+HeapAlloc dt=11 heapalloc_value=6301424
+HeapAlloc dt=2483 heapalloc_value=6309616
+HeapAlloc dt=9 heapalloc_value=6317808
+HeapAlloc dt=7 heapalloc_value=6326000
+HeapAlloc dt=11 heapalloc_value=6334192
+HeapAlloc dt=6 heapalloc_value=6342384
+HeapAlloc dt=6 heapalloc_value=6350576
+HeapAlloc dt=6 heapalloc_value=6358768
+HeapAlloc dt=7 heapalloc_value=6366960
+HeapAlloc dt=9 heapalloc_value=6375152
+HeapAlloc dt=5 heapalloc_value=6383344
+HeapAlloc dt=6 heapalloc_value=6391536
+HeapAlloc dt=6 heapalloc_value=6399728
+HeapAlloc dt=5 heapalloc_value=6407920
+HeapAlloc dt=5 heapalloc_value=6416112
+HeapAlloc dt=6 heapalloc_value=6424304
+HeapAlloc dt=9 heapalloc_value=6432496
+HeapAlloc dt=8 heapalloc_value=6440688
+HeapAlloc dt=9 heapalloc_value=6448880
+HeapAlloc dt=6 heapalloc_value=6457072
+HeapAlloc dt=13 heapalloc_value=6465264
+HeapAlloc dt=6 heapalloc_value=6473456
+HeapAlloc dt=5 heapalloc_value=6481648
+HeapAlloc dt=6 heapalloc_value=6489840
+HeapAlloc dt=5 heapalloc_value=6498032
+HeapAlloc dt=6 heapalloc_value=6506224
+HeapAlloc dt=8 heapalloc_value=6514416
+HeapAlloc dt=6 heapalloc_value=6522608
+HeapAlloc dt=6 heapalloc_value=6530800
+HeapAlloc dt=5 heapalloc_value=6538992
+HeapAlloc dt=81 heapalloc_value=6547184
+HeapAlloc dt=7 heapalloc_value=6555376
+HeapAlloc dt=6 heapalloc_value=6563568
+HeapAlloc dt=5 heapalloc_value=6571760
+HeapAlloc dt=20 heapalloc_value=6579952
+HeapAlloc dt=6 heapalloc_value=6588144
+HeapAlloc dt=56 heapalloc_value=6596336
+HeapAlloc dt=7 heapalloc_value=6604528
+HeapAlloc dt=7 heapalloc_value=6612720
+HeapAlloc dt=6 heapalloc_value=6620912
+HeapAlloc dt=5 heapalloc_value=6629104
+HeapAlloc dt=5 heapalloc_value=6637296
+HeapAlloc dt=6 heapalloc_value=6645488
+HeapAlloc dt=5 heapalloc_value=6653680
+HeapAlloc dt=5 heapalloc_value=6661872
+HeapAlloc dt=6 heapalloc_value=6670064
+HeapAlloc dt=5 heapalloc_value=6678256
+HeapAlloc dt=5 heapalloc_value=6686448
+HeapAlloc dt=6 heapalloc_value=6694640
+HeapAlloc dt=5 heapalloc_value=6702832
+HeapAlloc dt=5 heapalloc_value=6711024
+HeapAlloc dt=6 heapalloc_value=6719216
+HeapAlloc dt=9 heapalloc_value=6727408
+HeapAlloc dt=7 heapalloc_value=6735600
+HeapAlloc dt=5 heapalloc_value=6743792
+HeapAlloc dt=5 heapalloc_value=6751984
+HeapAlloc dt=6 heapalloc_value=6760176
+HeapAlloc dt=5 heapalloc_value=6768368
+HeapAlloc dt=5 heapalloc_value=6776560
+HeapAlloc dt=6 heapalloc_value=6784752
+HeapAlloc dt=5 heapalloc_value=6792944
+HeapAlloc dt=6 heapalloc_value=6801136
+HeapAlloc dt=36 heapalloc_value=6809328
+HeapAlloc dt=7 heapalloc_value=6817520
+HeapAlloc dt=5 heapalloc_value=6825712
+HeapAlloc dt=6 heapalloc_value=6833904
+HeapAlloc dt=6 heapalloc_value=6842096
+HeapAlloc dt=5 heapalloc_value=6850288
+HeapAlloc dt=6 heapalloc_value=6858480
+HeapAlloc dt=5 heapalloc_value=6866672
+HeapAlloc dt=5 heapalloc_value=6874864
+HeapAlloc dt=5 heapalloc_value=6883056
+HeapAlloc dt=5 heapalloc_value=6891248
+HeapAlloc dt=6 heapalloc_value=6899440
+GoBlock dt=14 reason_string=19 stack=21
+ProcStop dt=198
+ProcStart dt=2996 p=0 p_seq=10
+GoUnblock dt=12 g=1 g_seq=31 stack=0
+GoStart dt=135 g=1 g_seq=32
+HeapAlloc dt=25 heapalloc_value=6907632
+HeapAlloc dt=9 heapalloc_value=6915824
+HeapAlloc dt=6 heapalloc_value=6924016
+HeapAlloc dt=5 heapalloc_value=6932208
+HeapAlloc dt=6 heapalloc_value=6940400
+HeapAlloc dt=5 heapalloc_value=6948592
+HeapAlloc dt=5 heapalloc_value=6956784
+HeapAlloc dt=6 heapalloc_value=6964976
+HeapAlloc dt=5 heapalloc_value=6973168
+HeapAlloc dt=6 heapalloc_value=6981360
+HeapAlloc dt=5 heapalloc_value=6989552
+HeapAlloc dt=5 heapalloc_value=6997744
+HeapAlloc dt=5 heapalloc_value=7005936
+HeapAlloc dt=97 heapalloc_value=7014128
+HeapAlloc dt=7 heapalloc_value=7022320
+HeapAlloc dt=5 heapalloc_value=7030512
+HeapAlloc dt=6 heapalloc_value=7038704
+HeapAlloc dt=5 heapalloc_value=7046896
+HeapAlloc dt=5 heapalloc_value=7055088
+HeapAlloc dt=5 heapalloc_value=7063280
+HeapAlloc dt=50 heapalloc_value=7071472
+HeapAlloc dt=7 heapalloc_value=7079664
+HeapAlloc dt=6 heapalloc_value=7087856
+HeapAlloc dt=5 heapalloc_value=7096048
+HeapAlloc dt=20 heapalloc_value=7104240
+HeapAlloc dt=6 heapalloc_value=7112432
+HeapAlloc dt=8 heapalloc_value=7120624
+HeapAlloc dt=6 heapalloc_value=7128816
+HeapAlloc dt=5 heapalloc_value=7137008
+HeapAlloc dt=6 heapalloc_value=7145200
+HeapAlloc dt=8 heapalloc_value=7153392
+HeapAlloc dt=6 heapalloc_value=7161584
+HeapAlloc dt=5 heapalloc_value=7169776
+HeapAlloc dt=5 heapalloc_value=7177968
+HeapAlloc dt=6 heapalloc_value=7186160
+HeapAlloc dt=5 heapalloc_value=7194352
+HeapAlloc dt=5 heapalloc_value=7202544
+HeapAlloc dt=6 heapalloc_value=7210736
+HeapAlloc dt=5 heapalloc_value=7218928
+HeapAlloc dt=35 heapalloc_value=7227120
+HeapAlloc dt=10 heapalloc_value=7235312
+HeapAlloc dt=5 heapalloc_value=7243504
+HeapAlloc dt=5 heapalloc_value=7251696
+HeapAlloc dt=6 heapalloc_value=7259888
+HeapAlloc dt=5 heapalloc_value=7268080
+HeapAlloc dt=5 heapalloc_value=7276272
+HeapAlloc dt=5 heapalloc_value=7284464
+HeapAlloc dt=6 heapalloc_value=7292656
+HeapAlloc dt=6 heapalloc_value=7300848
+HeapAlloc dt=5 heapalloc_value=7309040
+HeapAlloc dt=13 heapalloc_value=7317232
+HeapAlloc dt=5 heapalloc_value=7325424
+HeapAlloc dt=6 heapalloc_value=7333616
+HeapAlloc dt=8 heapalloc_value=7341808
+HeapAlloc dt=5 heapalloc_value=7350000
+HeapAlloc dt=9 heapalloc_value=7358192
+HeapAlloc dt=5 heapalloc_value=7366384
+HeapAlloc dt=6 heapalloc_value=7374576
+HeapAlloc dt=5 heapalloc_value=7382768
+HeapAlloc dt=5 heapalloc_value=7390960
+HeapAlloc dt=5 heapalloc_value=7399152
+HeapAlloc dt=6 heapalloc_value=7407344
+HeapAlloc dt=5 heapalloc_value=7415536
+HeapAlloc dt=5 heapalloc_value=7423728
+HeapAlloc dt=6 heapalloc_value=7431920
+HeapAlloc dt=5 heapalloc_value=7440112
+HeapAlloc dt=5 heapalloc_value=7448304
+HeapAlloc dt=5 heapalloc_value=7456496
+HeapAlloc dt=6 heapalloc_value=7464688
+HeapAlloc dt=5 heapalloc_value=7472880
+HeapAlloc dt=5 heapalloc_value=7481072
+HeapAlloc dt=5 heapalloc_value=7489264
+HeapAlloc dt=6 heapalloc_value=7497456
+HeapAlloc dt=5 heapalloc_value=7505648
+HeapAlloc dt=5 heapalloc_value=7513840
+HeapAlloc dt=5 heapalloc_value=7522032
+HeapAlloc dt=5 heapalloc_value=7530224
+HeapAlloc dt=6 heapalloc_value=7538416
+HeapAlloc dt=5 heapalloc_value=7546608
+HeapAlloc dt=6 heapalloc_value=7554800
+HeapAlloc dt=5 heapalloc_value=7562992
+HeapAlloc dt=5 heapalloc_value=7571184
+HeapAlloc dt=6 heapalloc_value=7579376
+HeapAlloc dt=5 heapalloc_value=7587568
+HeapAlloc dt=45 heapalloc_value=7595760
+HeapAlloc dt=7 heapalloc_value=7603952
+HeapAlloc dt=5 heapalloc_value=7612144
+HeapAlloc dt=6 heapalloc_value=7620336
+HeapAlloc dt=376 heapalloc_value=7628528
+HeapAlloc dt=13 heapalloc_value=7636720
+HeapAlloc dt=7 heapalloc_value=7644912
+HeapAlloc dt=35 heapalloc_value=7653104
+GCBegin dt=23 gc_seq=3 stack=22
+STWBegin dt=73 kind_string=22 stack=28
+GoUnblock dt=258 g=4 g_seq=5 stack=29
+ProcsChange dt=80 procs_value=8 stack=30
+STWEnd dt=37
+GCMarkAssistBegin dt=96 stack=31
+GCMarkAssistEnd dt=4606
+HeapAlloc dt=187 heapalloc_value=7671600
+HeapAlloc dt=26 heapalloc_value=7679792
+HeapAlloc dt=17 heapalloc_value=7687984
+HeapAlloc dt=29 heapalloc_value=7696176
+HeapAlloc dt=16 heapalloc_value=7704368
+HeapAlloc dt=12 heapalloc_value=7712560
+HeapAlloc dt=48 heapalloc_value=7868208
+GoStop dt=4635 reason_string=16 stack=45
+GoStart dt=48 g=1 g_seq=33
+HeapAlloc dt=27 heapalloc_value=7884336
+HeapAlloc dt=11 heapalloc_value=7892528
+HeapAlloc dt=8 heapalloc_value=7900720
+HeapAlloc dt=12 heapalloc_value=7908912
+HeapAlloc dt=9 heapalloc_value=7917104
+HeapAlloc dt=9 heapalloc_value=7925296
+HeapAlloc dt=9 heapalloc_value=7933488
+HeapAlloc dt=8 heapalloc_value=7941680
+HeapAlloc dt=10 heapalloc_value=7949872
+HeapAlloc dt=8 heapalloc_value=7958064
+HeapAlloc dt=10 heapalloc_value=7966256
+HeapAlloc dt=12 heapalloc_value=7974448
+HeapAlloc dt=8 heapalloc_value=7982640
+HeapAlloc dt=8 heapalloc_value=7990832
+HeapAlloc dt=9 heapalloc_value=7999024
+HeapAlloc dt=8 heapalloc_value=8007216
+HeapAlloc dt=54 heapalloc_value=8015408
+HeapAlloc dt=10 heapalloc_value=8023600
+HeapAlloc dt=8 heapalloc_value=8031792
+HeapAlloc dt=9 heapalloc_value=8039984
+HeapAlloc dt=8 heapalloc_value=8048176
+HeapAlloc dt=9 heapalloc_value=8056368
+HeapAlloc dt=8 heapalloc_value=8064560
+HeapAlloc dt=9 heapalloc_value=8072752
+HeapAlloc dt=8 heapalloc_value=8080944
+HeapAlloc dt=9 heapalloc_value=8089136
+HeapAlloc dt=8 heapalloc_value=8097328
+GoBlock dt=20 reason_string=19 stack=21
+ProcStop dt=35
+ProcStart dt=147580 p=3 p_seq=6
+GoStart dt=144 g=4 g_seq=10
+GoBlock dt=38 reason_string=15 stack=32
+GoUnblock dt=41 g=25 g_seq=4 stack=0
+GoStart dt=6 g=25 g_seq=5
+GoLabel dt=1 label_string=4
+GoBlock dt=5825 reason_string=15 stack=27
+ProcStop dt=299
+ProcStart dt=158874 p=3 p_seq=7
+GoStart dt=231 g=35 g_seq=1
+GoStop dt=305629 reason_string=16 stack=51
+GoStart dt=79 g=35 g_seq=2
+GoStop dt=315206 reason_string=16 stack=50
+GoStart dt=36 g=35 g_seq=3
+GoDestroy dt=160337
+ProcStop dt=68
+EventBatch gen=1 m=1709042 time=7689670149213 size=4550
+ProcStart dt=287 p=2 p_seq=1
+GoStart dt=328 g=7 g_seq=1
+HeapAlloc dt=7006 heapalloc_value=2793472
+HeapAlloc dt=74 heapalloc_value=2801664
+GoBlock dt=275 reason_string=12 stack=18
+ProcStop dt=34
+ProcStart dt=327698 p=0 p_seq=3
+ProcStop dt=7
+ProcStart dt=2124 p=2 p_seq=3
+GoUnblock dt=32 g=24 g_seq=2 stack=0
+HeapAlloc dt=302 heapalloc_value=4038656
+HeapAlloc dt=104 heapalloc_value=4046848
+HeapAlloc dt=52 heapalloc_value=4055040
+GoStart dt=1147 g=24 g_seq=3
+GoLabel dt=5 label_string=2
+GoBlock dt=128 reason_string=15 stack=27
+GoUnblock dt=72 g=1 g_seq=21 stack=0
+GoStart dt=11 g=1 g_seq=22
+HeapAlloc dt=44 heapalloc_value=4063232
+HeapAlloc dt=43 heapalloc_value=4071424
+HeapAlloc dt=28 heapalloc_value=4079616
+HeapAlloc dt=24 heapalloc_value=4087808
+HeapAlloc dt=84 heapalloc_value=4096000
+HeapAlloc dt=25 heapalloc_value=4104192
+HeapAlloc dt=20 heapalloc_value=4112384
+HeapAlloc dt=24 heapalloc_value=4120576
+HeapAlloc dt=20 heapalloc_value=4128768
+HeapAlloc dt=19 heapalloc_value=4136960
+HeapAlloc dt=24 heapalloc_value=4145152
+HeapAlloc dt=20 heapalloc_value=4153344
HeapAlloc dt=19 heapalloc_value=4161536
-HeapAlloc dt=15 heapalloc_value=4169728
-HeapAlloc dt=19 heapalloc_value=4177920
-HeapAlloc dt=15 heapalloc_value=4186112
-HeapAlloc dt=11 heapalloc_value=4194304
-HeapAlloc dt=16 heapalloc_value=4202496
-HeapAlloc dt=16 heapalloc_value=4210688
-HeapAlloc dt=9 heapalloc_value=4218880
-HeapAlloc dt=9 heapalloc_value=4227072
-HeapAlloc dt=9 heapalloc_value=4235264
-HeapAlloc dt=9 heapalloc_value=4243456
-HeapAlloc dt=10 heapalloc_value=4251648
-HeapAlloc dt=9 heapalloc_value=4259840
-HeapAlloc dt=20 heapalloc_value=4268032
-GoStop dt=11 reason_string=16 stack=31
-GoStart dt=361 g=1 g_seq=17
-HeapAlloc dt=16 heapalloc_value=4276224
-HeapAlloc dt=10 heapalloc_value=4284416
+HeapAlloc dt=20 heapalloc_value=4169728
+HeapAlloc dt=24 heapalloc_value=4177920
+HeapAlloc dt=33 heapalloc_value=4186112
+HeapAlloc dt=26 heapalloc_value=4194304
+HeapAlloc dt=31 heapalloc_value=4235264
+HeapAlloc dt=363 heapalloc_value=4243456
+HeapAlloc dt=61 heapalloc_value=4251648
+HeapAlloc dt=14 heapalloc_value=4259840
+HeapAlloc dt=12 heapalloc_value=4268032
+HeapAlloc dt=9 heapalloc_value=4276224
+HeapAlloc dt=9 heapalloc_value=4284416
HeapAlloc dt=9 heapalloc_value=4292608
-HeapAlloc dt=10 heapalloc_value=4300800
-HeapAlloc dt=9 heapalloc_value=4308992
-HeapAlloc dt=10 heapalloc_value=4317184
-HeapAlloc dt=9 heapalloc_value=4325376
-HeapAlloc dt=9 heapalloc_value=4333568
-HeapAlloc dt=11 heapalloc_value=4341760
-HeapAlloc dt=9 heapalloc_value=4349952
-HeapAlloc dt=67 heapalloc_value=4358144
-HeapAlloc dt=10 heapalloc_value=4366336
-HeapAlloc dt=10 heapalloc_value=4374528
-HeapAlloc dt=9 heapalloc_value=4382720
-HeapAlloc dt=9 heapalloc_value=4390912
-HeapAlloc dt=9 heapalloc_value=4399104
-HeapAlloc dt=283 heapalloc_value=4407296
-HeapAlloc dt=15 heapalloc_value=4415488
-HeapAlloc dt=7 heapalloc_value=4423680
-HeapAlloc dt=7 heapalloc_value=4431872
-HeapAlloc dt=7 heapalloc_value=4440064
-HeapAlloc dt=7 heapalloc_value=4448256
-HeapAlloc dt=7 heapalloc_value=4456448
-HeapAlloc dt=7 heapalloc_value=4464640
-HeapAlloc dt=7 heapalloc_value=4472832
-HeapAlloc dt=7 heapalloc_value=4481024
-HeapAlloc dt=7 heapalloc_value=4489216
-HeapAlloc dt=7 heapalloc_value=4497408
-HeapAlloc dt=7 heapalloc_value=4505600
-HeapAlloc dt=6 heapalloc_value=4513792
-HeapAlloc dt=7 heapalloc_value=4521984
-HeapAlloc dt=39 heapalloc_value=4530176
-HeapAlloc dt=8 heapalloc_value=4538368
-HeapAlloc dt=8 heapalloc_value=4546560
-HeapAlloc dt=7 heapalloc_value=4554752
-HeapAlloc dt=7 heapalloc_value=4562944
-HeapAlloc dt=10 heapalloc_value=4571136
-HeapAlloc dt=9 heapalloc_value=4579328
-HeapAlloc dt=72 heapalloc_value=4587520
-HeapAlloc dt=9 heapalloc_value=4595712
-HeapAlloc dt=7 heapalloc_value=4603904
-HeapAlloc dt=7 heapalloc_value=4612096
-HeapAlloc dt=7 heapalloc_value=4620288
-HeapAlloc dt=7 heapalloc_value=4628480
-HeapAlloc dt=7 heapalloc_value=4636672
-HeapAlloc dt=7 heapalloc_value=4644864
-HeapAlloc dt=8 heapalloc_value=4653056
-HeapAlloc dt=7 heapalloc_value=4661248
-HeapAlloc dt=266 heapalloc_value=4669440
-HeapAlloc dt=9 heapalloc_value=4677632
-HeapAlloc dt=50 heapalloc_value=4685824
-HeapAlloc dt=9 heapalloc_value=4694016
-HeapAlloc dt=7 heapalloc_value=4702208
-HeapAlloc dt=8 heapalloc_value=4710400
-HeapAlloc dt=7 heapalloc_value=4718592
-HeapAlloc dt=7 heapalloc_value=4726784
-HeapAlloc dt=7 heapalloc_value=4734976
-HeapAlloc dt=7 heapalloc_value=4743168
-GCMarkAssistBegin dt=9 stack=30
-HeapAlloc dt=40 heapalloc_value=4751360
-GoBlock dt=247 reason_string=10 stack=33
-ProcStop dt=18
-ProcStart dt=5438 p=2 p_seq=11
-ProcStop dt=22
-ProcStart dt=70608 p=2 p_seq=12
-GoUnblock dt=18 g=25 g_seq=4 stack=0
-GoStart dt=190 g=25 g_seq=5
+HeapAlloc dt=8 heapalloc_value=4300800
+HeapAlloc dt=162 heapalloc_value=4308992
+HeapAlloc dt=14 heapalloc_value=4317184
+HeapAlloc dt=8 heapalloc_value=4325376
+HeapAlloc dt=53 heapalloc_value=4333568
+HeapAlloc dt=10 heapalloc_value=4341760
+HeapAlloc dt=16 heapalloc_value=4349952
+HeapAlloc dt=14 heapalloc_value=4358144
+GCMarkAssistBegin dt=27 stack=31
+GCMarkAssistEnd dt=18
+GCMarkAssistBegin dt=4 stack=31
+GoBlock dt=198 reason_string=13 stack=33
+ProcStop dt=19
+ProcStart dt=387 p=2 p_seq=4
+GoUnblock dt=265 g=24 g_seq=4 stack=0
+GoStart dt=69 g=24 g_seq=5
GoLabel dt=1 label_string=2
-GoBlock dt=594 reason_string=15 stack=26
-ProcStop dt=28
-ProcStart dt=802 p=2 p_seq=13
-ProcStop dt=17
-ProcStart dt=2684 p=2 p_seq=14
-ProcStop dt=29
-ProcStart dt=382 p=2 p_seq=15
-ProcStop dt=51
-ProcStart dt=2622 p=2 p_seq=16
-ProcStop dt=22
-ProcStart dt=66146 p=2 p_seq=17
-ProcStop dt=20
-ProcStart dt=49429 p=0 p_seq=40
-GoUnblock dt=13 g=9 g_seq=7 stack=0
-GoStart dt=174 g=9 g_seq=8
+GoBlock dt=132 reason_string=10 stack=35
+GoStart dt=20 g=1 g_seq=24
+GCMarkAssistEnd dt=2
+HeapAlloc dt=13 heapalloc_value=4366336
+GCMarkAssistBegin dt=7 stack=31
+GoBlock dt=25 reason_string=10 stack=36
+ProcStop dt=24
+ProcStart dt=4689 p=1 p_seq=7
+ProcStop dt=23
+ProcStart dt=36183 p=1 p_seq=8
+ProcStop dt=24
+ProcStart dt=1076 p=1 p_seq=9
+GoUnblock dt=12 g=22 g_seq=4 stack=0
+GoStart dt=118 g=22 g_seq=5
GoLabel dt=1 label_string=2
-GoBlock dt=1963 reason_string=15 stack=26
-ProcStop dt=4345
-ProcStart dt=16958 p=2 p_seq=22
-ProcStop dt=18
-ProcStart dt=723 p=0 p_seq=42
-ProcStop dt=10
-ProcStart dt=16754 p=0 p_seq=43
-GoUnblock dt=14 g=1 g_seq=49 stack=0
-GoStart dt=152 g=1 g_seq=50
-HeapAlloc dt=32 heapalloc_value=17038224
-HeapAlloc dt=24 heapalloc_value=17046416
-HeapAlloc dt=15 heapalloc_value=17054608
-HeapAlloc dt=16 heapalloc_value=17062800
-HeapAlloc dt=13 heapalloc_value=17070992
-HeapAlloc dt=14 heapalloc_value=17079184
-HeapAlloc dt=17 heapalloc_value=17087376
-HeapAlloc dt=14 heapalloc_value=17095568
-HeapAlloc dt=14 heapalloc_value=17103760
-HeapAlloc dt=13 heapalloc_value=17111952
-HeapAlloc dt=81 heapalloc_value=17120144
-HeapAlloc dt=20 heapalloc_value=17128336
-HeapAlloc dt=14 heapalloc_value=17136528
-HeapAlloc dt=14 heapalloc_value=17144720
-HeapAlloc dt=16 heapalloc_value=17152912
-HeapAlloc dt=15 heapalloc_value=17161104
-HeapAlloc dt=13 heapalloc_value=17169296
-HeapAlloc dt=13 heapalloc_value=17177488
-HeapAlloc dt=16 heapalloc_value=17185680
-HeapAlloc dt=15 heapalloc_value=17193872
-HeapAlloc dt=14 heapalloc_value=17202064
-HeapAlloc dt=13 heapalloc_value=17210256
-HeapAlloc dt=16 heapalloc_value=17218448
-HeapAlloc dt=14 heapalloc_value=17226640
-HeapAlloc dt=14 heapalloc_value=17234832
-HeapAlloc dt=16 heapalloc_value=17243024
-HeapAlloc dt=16 heapalloc_value=17251216
-HeapAlloc dt=15 heapalloc_value=17259408
-HeapAlloc dt=14 heapalloc_value=17267600
-HeapAlloc dt=13 heapalloc_value=17275792
-HeapAlloc dt=45 heapalloc_value=17283984
-HeapAlloc dt=18 heapalloc_value=17292176
-HeapAlloc dt=16 heapalloc_value=17300368
-HeapAlloc dt=16 heapalloc_value=17308560
-HeapAlloc dt=15 heapalloc_value=17316752
-HeapAlloc dt=17 heapalloc_value=17324944
-HeapAlloc dt=15 heapalloc_value=17333136
-HeapAlloc dt=14 heapalloc_value=17341328
-HeapAlloc dt=16 heapalloc_value=17349520
-HeapAlloc dt=14 heapalloc_value=17357712
-HeapAlloc dt=14 heapalloc_value=17365904
-HeapAlloc dt=12 heapalloc_value=17374096
-HeapAlloc dt=14 heapalloc_value=17382288
-HeapAlloc dt=13 heapalloc_value=17390480
-HeapAlloc dt=13 heapalloc_value=17398672
-HeapAlloc dt=13 heapalloc_value=17406864
-HeapAlloc dt=36 heapalloc_value=17873808
-HeapAlloc dt=3813 heapalloc_value=17882000
-HeapAlloc dt=47 heapalloc_value=17890192
-HeapAlloc dt=10 heapalloc_value=17898384
-HeapAlloc dt=10 heapalloc_value=17906576
-HeapAlloc dt=12 heapalloc_value=17914768
-HeapAlloc dt=21 heapalloc_value=17922960
-HeapAlloc dt=17 heapalloc_value=17931152
-HeapAlloc dt=12 heapalloc_value=17939344
-HeapAlloc dt=13 heapalloc_value=17947536
-HeapAlloc dt=24 heapalloc_value=17955728
-HeapAlloc dt=91 heapalloc_value=17963920
-HeapAlloc dt=11 heapalloc_value=17972112
-HeapAlloc dt=9 heapalloc_value=17980304
-HeapAlloc dt=11 heapalloc_value=17988496
-HeapAlloc dt=8 heapalloc_value=17996688
-HeapAlloc dt=9 heapalloc_value=18004880
-HeapAlloc dt=9 heapalloc_value=18013072
-HeapAlloc dt=10 heapalloc_value=18021264
-HeapAlloc dt=9 heapalloc_value=18029456
-HeapAlloc dt=9 heapalloc_value=18037648
-HeapAlloc dt=8 heapalloc_value=18045840
-HeapAlloc dt=11 heapalloc_value=18054032
-HeapAlloc dt=8 heapalloc_value=18062224
-HeapAlloc dt=9 heapalloc_value=18070416
-HeapAlloc dt=9 heapalloc_value=18078608
-HeapAlloc dt=8 heapalloc_value=18086800
-HeapAlloc dt=9 heapalloc_value=18094992
-HeapAlloc dt=9 heapalloc_value=18103184
-HeapAlloc dt=8 heapalloc_value=18111376
-HeapAlloc dt=11 heapalloc_value=18119568
-HeapAlloc dt=9 heapalloc_value=18127760
-HeapAlloc dt=52 heapalloc_value=18135952
-HeapAlloc dt=10 heapalloc_value=18144144
-HeapAlloc dt=12 heapalloc_value=18152336
-HeapAlloc dt=10 heapalloc_value=18160528
-HeapAlloc dt=10 heapalloc_value=18168720
-HeapAlloc dt=25 heapalloc_value=18176912
-HeapAlloc dt=37 heapalloc_value=18185104
-HeapAlloc dt=32 heapalloc_value=18193296
-HeapAlloc dt=27 heapalloc_value=18201488
-HeapAlloc dt=27 heapalloc_value=18209680
-HeapAlloc dt=29 heapalloc_value=18217872
-HeapAlloc dt=28 heapalloc_value=18226064
-HeapAlloc dt=22 heapalloc_value=18234256
-HeapAlloc dt=32 heapalloc_value=18242448
-HeapAlloc dt=30 heapalloc_value=18250640
-HeapAlloc dt=26 heapalloc_value=18258832
-HeapAlloc dt=30 heapalloc_value=18267024
-HeapAlloc dt=33 heapalloc_value=18275216
-HeapAlloc dt=27 heapalloc_value=18283408
-HeapAlloc dt=33 heapalloc_value=18291600
-HeapAlloc dt=25 heapalloc_value=18299792
-HeapAlloc dt=40 heapalloc_value=18307984
-HeapAlloc dt=23 heapalloc_value=18316176
-HeapAlloc dt=32 heapalloc_value=18324368
-HeapAlloc dt=31 heapalloc_value=18332560
-HeapAlloc dt=30 heapalloc_value=18340752
-HeapAlloc dt=25 heapalloc_value=18348944
-HeapAlloc dt=32 heapalloc_value=18357136
-HeapAlloc dt=30 heapalloc_value=18365328
-HeapAlloc dt=32 heapalloc_value=18373520
-HeapAlloc dt=34 heapalloc_value=18381712
-HeapAlloc dt=30 heapalloc_value=18389904
-HeapAlloc dt=31 heapalloc_value=18398096
-HeapAlloc dt=29 heapalloc_value=18406288
-HeapAlloc dt=29 heapalloc_value=18414480
-HeapAlloc dt=29 heapalloc_value=18422672
-HeapAlloc dt=28 heapalloc_value=18430864
-HeapAlloc dt=35 heapalloc_value=18439056
-HeapAlloc dt=31 heapalloc_value=18447248
-HeapAlloc dt=30 heapalloc_value=18455440
-HeapAlloc dt=116 heapalloc_value=18463632
-HeapAlloc dt=21 heapalloc_value=18471824
-HeapAlloc dt=13 heapalloc_value=18480016
-HeapAlloc dt=65 heapalloc_value=18488208
-HeapAlloc dt=21 heapalloc_value=18496400
-HeapAlloc dt=16 heapalloc_value=18504592
-HeapAlloc dt=14 heapalloc_value=18512784
-HeapAlloc dt=13 heapalloc_value=18520976
-GoBlock dt=19 reason_string=19 stack=21
-ProcStop dt=197
-ProcStart dt=17439 p=2 p_seq=24
-ProcStop dt=12
-ProcStart dt=2355 p=0 p_seq=46
-ProcStop dt=8
-ProcStart dt=16730 p=0 p_seq=47
-GoUnblock dt=11 g=1 g_seq=53 stack=0
-GoStart dt=144 g=1 g_seq=54
-HeapAlloc dt=26 heapalloc_value=19553168
-HeapAlloc dt=13 heapalloc_value=19561360
-HeapAlloc dt=8 heapalloc_value=19569552
-HeapAlloc dt=6 heapalloc_value=19577744
-HeapAlloc dt=7 heapalloc_value=19585936
-HeapAlloc dt=7 heapalloc_value=19594128
-HeapAlloc dt=69 heapalloc_value=19602320
-HeapAlloc dt=7 heapalloc_value=19610512
-HeapAlloc dt=7 heapalloc_value=19618704
-HeapAlloc dt=250 heapalloc_value=19626896
-HeapAlloc dt=9 heapalloc_value=19635088
-HeapAlloc dt=7 heapalloc_value=19643280
-HeapAlloc dt=7 heapalloc_value=19651472
-HeapAlloc dt=7 heapalloc_value=19659664
-HeapAlloc dt=7 heapalloc_value=19667856
-HeapAlloc dt=7 heapalloc_value=19676048
-HeapAlloc dt=7 heapalloc_value=19684240
-HeapAlloc dt=6 heapalloc_value=19692432
-HeapAlloc dt=8 heapalloc_value=19700624
-HeapAlloc dt=6 heapalloc_value=19708816
-HeapAlloc dt=7 heapalloc_value=19717008
-HeapAlloc dt=7 heapalloc_value=19725200
-HeapAlloc dt=6 heapalloc_value=19733392
-HeapAlloc dt=7 heapalloc_value=19741584
-HeapAlloc dt=7 heapalloc_value=19749776
-HeapAlloc dt=6 heapalloc_value=19757968
-HeapAlloc dt=7 heapalloc_value=19766160
-HeapAlloc dt=7 heapalloc_value=19774352
-HeapAlloc dt=6 heapalloc_value=19782544
-HeapAlloc dt=7 heapalloc_value=19790736
-HeapAlloc dt=7 heapalloc_value=19798928
-HeapAlloc dt=6 heapalloc_value=19807120
-HeapAlloc dt=48 heapalloc_value=19815312
-HeapAlloc dt=8 heapalloc_value=19823504
-HeapAlloc dt=6 heapalloc_value=19831696
-HeapAlloc dt=7 heapalloc_value=19839888
-HeapAlloc dt=6 heapalloc_value=19848080
-HeapAlloc dt=7 heapalloc_value=19856272
-HeapAlloc dt=7 heapalloc_value=19864464
-HeapAlloc dt=7 heapalloc_value=19872656
-HeapAlloc dt=6 heapalloc_value=19880848
-HeapAlloc dt=70 heapalloc_value=19889040
-HeapAlloc dt=8 heapalloc_value=19897232
-HeapAlloc dt=7 heapalloc_value=19905424
-HeapAlloc dt=8 heapalloc_value=19913616
-HeapAlloc dt=9 heapalloc_value=19921808
-HeapAlloc dt=6 heapalloc_value=19930000
-HeapAlloc dt=7 heapalloc_value=19938192
-HeapAlloc dt=6 heapalloc_value=19946384
-HeapAlloc dt=7 heapalloc_value=19954576
-HeapAlloc dt=7 heapalloc_value=19962768
-HeapAlloc dt=6 heapalloc_value=19970960
-HeapAlloc dt=7 heapalloc_value=19979152
-HeapAlloc dt=7 heapalloc_value=19987344
-HeapAlloc dt=6 heapalloc_value=19995536
-HeapAlloc dt=7 heapalloc_value=20003728
-HeapAlloc dt=6 heapalloc_value=20011920
-HeapAlloc dt=7 heapalloc_value=20020112
-HeapAlloc dt=7 heapalloc_value=20028304
-HeapAlloc dt=7 heapalloc_value=20036496
-HeapAlloc dt=7 heapalloc_value=20044688
-HeapAlloc dt=6 heapalloc_value=20052880
-HeapAlloc dt=177 heapalloc_value=20061072
-HeapAlloc dt=8 heapalloc_value=20069264
-HeapAlloc dt=7 heapalloc_value=20077456
-HeapAlloc dt=7 heapalloc_value=20085648
-HeapAlloc dt=6 heapalloc_value=20093840
-HeapAlloc dt=7 heapalloc_value=20102032
-HeapAlloc dt=7 heapalloc_value=20110224
-HeapAlloc dt=46 heapalloc_value=20118416
-HeapAlloc dt=8 heapalloc_value=20126608
-HeapAlloc dt=6 heapalloc_value=20134800
-HeapAlloc dt=7 heapalloc_value=20142992
-HeapAlloc dt=494 heapalloc_value=20151184
-HeapAlloc dt=13 heapalloc_value=20159376
-HeapAlloc dt=8 heapalloc_value=20167568
-HeapAlloc dt=6 heapalloc_value=20175760
-HeapAlloc dt=93 heapalloc_value=20183952
-HeapAlloc dt=7 heapalloc_value=20192144
-HeapAlloc dt=6 heapalloc_value=20200336
-HeapAlloc dt=7 heapalloc_value=20208528
-HeapAlloc dt=7 heapalloc_value=20216720
-HeapAlloc dt=6 heapalloc_value=20224912
-HeapAlloc dt=46 heapalloc_value=20233104
-HeapAlloc dt=8 heapalloc_value=20241296
-HeapAlloc dt=6 heapalloc_value=20249488
-HeapAlloc dt=7 heapalloc_value=20257680
-HeapAlloc dt=7 heapalloc_value=20265872
-HeapAlloc dt=6 heapalloc_value=20274064
-HeapAlloc dt=7 heapalloc_value=20282256
-HeapAlloc dt=7 heapalloc_value=20290448
-HeapAlloc dt=7 heapalloc_value=20298640
-HeapAlloc dt=6 heapalloc_value=20306832
-HeapAlloc dt=7 heapalloc_value=20315024
-HeapAlloc dt=6 heapalloc_value=20323216
-HeapAlloc dt=7 heapalloc_value=20331408
-HeapAlloc dt=6 heapalloc_value=20339600
-HeapAlloc dt=7 heapalloc_value=20347792
-HeapAlloc dt=7 heapalloc_value=20355984
-HeapAlloc dt=6 heapalloc_value=20364176
-HeapAlloc dt=7 heapalloc_value=20372368
-HeapAlloc dt=7 heapalloc_value=20380560
-HeapAlloc dt=6 heapalloc_value=20388752
-HeapAlloc dt=7 heapalloc_value=20396944
-HeapAlloc dt=7 heapalloc_value=20405136
-HeapAlloc dt=68 heapalloc_value=20413328
-HeapAlloc dt=8 heapalloc_value=20421520
-HeapAlloc dt=6 heapalloc_value=20429712
-HeapAlloc dt=7 heapalloc_value=20437904
-HeapAlloc dt=7 heapalloc_value=20446096
-HeapAlloc dt=6 heapalloc_value=20454288
-HeapAlloc dt=7 heapalloc_value=20462480
-HeapAlloc dt=7 heapalloc_value=20470672
-HeapAlloc dt=7 heapalloc_value=20478864
-HeapAlloc dt=6 heapalloc_value=20487056
-HeapAlloc dt=7 heapalloc_value=20495248
-HeapAlloc dt=7 heapalloc_value=20503440
-HeapAlloc dt=6 heapalloc_value=20511632
-HeapAlloc dt=7 heapalloc_value=20519824
-HeapAlloc dt=7 heapalloc_value=20528016
-HeapAlloc dt=6 heapalloc_value=20536208
-HeapAlloc dt=7 heapalloc_value=20544400
-HeapAlloc dt=7 heapalloc_value=20552592
-HeapAlloc dt=6 heapalloc_value=20560784
-HeapAlloc dt=7 heapalloc_value=20568976
-GoBlock dt=13 reason_string=19 stack=21
-ProcStop dt=190
-ProcStart dt=17383 p=2 p_seq=26
-ProcStop dt=13
-ProcStart dt=1688 p=0 p_seq=50
-ProcStop dt=9
-ProcStart dt=16778 p=7 p_seq=1
-GoStart dt=16 g=12 g_seq=1
-GoStop dt=300490 reason_string=16 stack=52
-GoStart dt=19 g=12 g_seq=2
-GoStop dt=316380 reason_string=16 stack=52
-GoStart dt=17 g=12 g_seq=3
-GoDestroy dt=164357
-ProcStop dt=28
-ProcStart dt=1828 p=7 p_seq=2
+GoBlock dt=7117 reason_string=15 stack=27
+ProcStop dt=41
+ProcStart dt=150567 p=4 p_seq=7
+GoUnblock dt=41 g=23 g_seq=4 stack=0
+HeapAlloc dt=108 heapalloc_value=17163592
+HeapAlloc dt=61 heapalloc_value=17166856
+HeapAlloc dt=2994 heapalloc_value=17608712
+GoStart dt=1008 g=23 g_seq=5
+GoLabel dt=4 label_string=4
+GoBlock dt=40 reason_string=15 stack=27
+GoUnblock dt=49 g=1 g_seq=52 stack=0
+GoStart dt=7 g=1 g_seq=53
+HeapAlloc dt=30 heapalloc_value=17616904
+HeapAlloc dt=52 heapalloc_value=17625096
+HeapAlloc dt=35 heapalloc_value=17633288
+HeapAlloc dt=27 heapalloc_value=17641480
+HeapAlloc dt=28 heapalloc_value=17649672
+HeapAlloc dt=87 heapalloc_value=17657864
+HeapAlloc dt=32 heapalloc_value=17666056
+HeapAlloc dt=24 heapalloc_value=17674248
+HeapAlloc dt=22 heapalloc_value=17682440
+HeapAlloc dt=16 heapalloc_value=17690632
+HeapAlloc dt=15 heapalloc_value=17698824
+HeapAlloc dt=20 heapalloc_value=17707016
+HeapAlloc dt=19 heapalloc_value=17715208
+HeapAlloc dt=15 heapalloc_value=17723400
+HeapAlloc dt=18 heapalloc_value=17731592
+HeapAlloc dt=20 heapalloc_value=17739784
+HeapAlloc dt=15 heapalloc_value=17747976
+HeapAlloc dt=17 heapalloc_value=17756168
+HeapAlloc dt=67 heapalloc_value=17764360
+HeapAlloc dt=28 heapalloc_value=17772552
+HeapAlloc dt=22 heapalloc_value=17780744
+HeapAlloc dt=19 heapalloc_value=17788936
+HeapAlloc dt=22 heapalloc_value=17797128
+HeapAlloc dt=19 heapalloc_value=17805320
+HeapAlloc dt=19 heapalloc_value=17813512
+HeapAlloc dt=19 heapalloc_value=17821704
+HeapAlloc dt=15 heapalloc_value=17829896
+HeapAlloc dt=21 heapalloc_value=17838088
+HeapAlloc dt=19 heapalloc_value=17846280
+HeapAlloc dt=16 heapalloc_value=17854472
+HeapAlloc dt=14 heapalloc_value=17862664
+HeapAlloc dt=18 heapalloc_value=17870856
+HeapAlloc dt=58 heapalloc_value=17879048
+HeapAlloc dt=19 heapalloc_value=17887240
+HeapAlloc dt=15 heapalloc_value=17895432
+HeapAlloc dt=19 heapalloc_value=17903624
+HeapAlloc dt=21 heapalloc_value=17911816
+HeapAlloc dt=17 heapalloc_value=17920008
+HeapAlloc dt=19 heapalloc_value=17928200
+HeapAlloc dt=19 heapalloc_value=17936392
+HeapAlloc dt=16 heapalloc_value=17944584
+HeapAlloc dt=15 heapalloc_value=17952776
+HeapAlloc dt=15 heapalloc_value=17960968
+HeapAlloc dt=19 heapalloc_value=17969160
+HeapAlloc dt=16 heapalloc_value=17977352
+HeapAlloc dt=16 heapalloc_value=17985544
+HeapAlloc dt=16 heapalloc_value=17993736
+HeapAlloc dt=19 heapalloc_value=18001928
+HeapAlloc dt=15 heapalloc_value=18010120
+HeapAlloc dt=16 heapalloc_value=18018312
+HeapAlloc dt=15 heapalloc_value=18026504
+HeapAlloc dt=19 heapalloc_value=18034696
+HeapAlloc dt=14 heapalloc_value=18042888
+HeapAlloc dt=17 heapalloc_value=18051080
+HeapAlloc dt=18 heapalloc_value=18059272
+HeapAlloc dt=20 heapalloc_value=18067464
+HeapAlloc dt=17 heapalloc_value=18075656
+HeapAlloc dt=125 heapalloc_value=18083848
+GoStop dt=20 reason_string=16 stack=46
+GoUnblock dt=288 g=25 g_seq=6 stack=0
+GoStart dt=7 g=25 g_seq=7
+GoLabel dt=1 label_string=2
+HeapAlloc dt=255 heapalloc_value=18091752
+GoBlock dt=30 reason_string=10 stack=35
+GoStart dt=5 g=1 g_seq=54
+HeapAlloc dt=25 heapalloc_value=18099944
+HeapAlloc dt=19 heapalloc_value=18108136
+HeapAlloc dt=45 heapalloc_value=18116328
+HeapAlloc dt=9 heapalloc_value=18124520
+HeapAlloc dt=80 heapalloc_value=18132712
+HeapAlloc dt=11 heapalloc_value=18140904
+HeapAlloc dt=6 heapalloc_value=18149096
+HeapAlloc dt=7 heapalloc_value=18157288
+HeapAlloc dt=7 heapalloc_value=18165480
+HeapAlloc dt=12 heapalloc_value=18173672
+HeapAlloc dt=11 heapalloc_value=18181864
+HeapAlloc dt=11 heapalloc_value=18190056
+HeapAlloc dt=7 heapalloc_value=18198248
+HeapAlloc dt=62 heapalloc_value=18206440
+HeapAlloc dt=8 heapalloc_value=18214632
+HeapAlloc dt=7 heapalloc_value=18222824
+HeapAlloc dt=6 heapalloc_value=18231016
+HeapAlloc dt=7 heapalloc_value=18239208
+HeapAlloc dt=11 heapalloc_value=18247400
+HeapAlloc dt=6 heapalloc_value=18255592
+HeapAlloc dt=7 heapalloc_value=18263784
+HeapAlloc dt=11 heapalloc_value=18271976
+HeapAlloc dt=6 heapalloc_value=18280168
+HeapAlloc dt=7 heapalloc_value=18288360
+HeapAlloc dt=7 heapalloc_value=18296552
+HeapAlloc dt=6 heapalloc_value=18304744
+HeapAlloc dt=10 heapalloc_value=18312936
+HeapAlloc dt=7 heapalloc_value=18321128
+HeapAlloc dt=7 heapalloc_value=18329320
+HeapAlloc dt=7 heapalloc_value=18337512
+HeapAlloc dt=31 heapalloc_value=18345704
+HeapAlloc dt=17 heapalloc_value=18353896
+HeapAlloc dt=7 heapalloc_value=18362088
+HeapAlloc dt=13 heapalloc_value=18370280
+HeapAlloc dt=6 heapalloc_value=18378472
+HeapAlloc dt=7 heapalloc_value=18386664
+HeapAlloc dt=7 heapalloc_value=18394856
+HeapAlloc dt=11 heapalloc_value=18403048
+HeapAlloc dt=6 heapalloc_value=18411240
+HeapAlloc dt=7 heapalloc_value=18419432
+HeapAlloc dt=7 heapalloc_value=18427624
+HeapAlloc dt=6 heapalloc_value=18435816
+HeapAlloc dt=7 heapalloc_value=18444008
+HeapAlloc dt=7 heapalloc_value=18452200
+GCMarkAssistBegin dt=13 stack=31
+GoBlock dt=35 reason_string=10 stack=36
+ProcStop dt=22
+ProcStart dt=936 p=1 p_seq=13
+GoStart dt=212 g=25 g_seq=9
+GoUnblock dt=31 g=1 g_seq=55 stack=41
+GoBlock dt=7 reason_string=15 stack=27
+GoStart dt=13 g=1 g_seq=56
+GCMarkAssistEnd dt=4
+HeapAlloc dt=30 heapalloc_value=16971400
+GCSweepBegin dt=41 stack=42
+GCSweepEnd dt=310 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=23 heapalloc_value=16979592
+GCSweepBegin dt=30 stack=42
+GCSweepEnd dt=934 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=80 heapalloc_value=16987784
+GCSweepBegin dt=43 stack=42
+GCSweepEnd dt=1671 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=6 heapalloc_value=16995976
+GCSweepBegin dt=41 stack=42
+GCSweepEnd dt=1680 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=13 heapalloc_value=17004168
+GCSweepBegin dt=44 stack=42
+GCSweepEnd dt=1555 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=12 heapalloc_value=17012360
+GCSweepBegin dt=46 stack=42
+GCSweepEnd dt=1914 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=16 heapalloc_value=17020552
+GCSweepBegin dt=47 stack=42
+GCSweepEnd dt=1545 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=10 heapalloc_value=17028744
+GCSweepBegin dt=37 stack=42
+GCSweepEnd dt=1763 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=9 heapalloc_value=17036936
+GCSweepBegin dt=37 stack=42
+GCSweepEnd dt=1712 swept_value=827392 reclaimed_value=0
+HeapAlloc dt=18 heapalloc_value=17045128
+GCSweepBegin dt=34 stack=42
+GCSweepEnd dt=1009 swept_value=466944 reclaimed_value=0
+HeapAlloc dt=9 heapalloc_value=17053320
+HeapAlloc dt=28 heapalloc_value=17061512
+HeapAlloc dt=25 heapalloc_value=17069704
+HeapAlloc dt=34 heapalloc_value=17077896
+HeapAlloc dt=39 heapalloc_value=17086088
+HeapAlloc dt=72 heapalloc_value=17094280
+HeapAlloc dt=32 heapalloc_value=17102472
+HeapAlloc dt=16 heapalloc_value=17110664
+HeapAlloc dt=15 heapalloc_value=17118856
+HeapAlloc dt=14 heapalloc_value=17127048
+HeapAlloc dt=16 heapalloc_value=17135240
+HeapAlloc dt=15 heapalloc_value=17143432
+HeapAlloc dt=19 heapalloc_value=17151624
+HeapAlloc dt=15 heapalloc_value=17159816
+HeapAlloc dt=54 heapalloc_value=17585800
+GoBlock dt=482 reason_string=19 stack=21
+ProcStop dt=210
+ProcStart dt=17621 p=0 p_seq=26
+ProcStop dt=24
+ProcStart dt=5194 p=1 p_seq=16
ProcStop dt=17
-ProcStart dt=81856 p=5 p_seq=4
-ProcStop dt=18
-ProcStart dt=688851 p=6 p_seq=10
-ProcStop dt=18
-ProcStart dt=16754 p=6 p_seq=11
-HeapAlloc dt=31 heapalloc_value=23313224
-GoCreate dt=50 new_g=67 new_stack=64 stack=0
-GoStart dt=169 g=67 g_seq=1
-GoSyscallBegin dt=30 p_seq=12 stack=65
-GoSyscallEnd dt=257
-GoDestroy dt=6
-ProcStop dt=8
-ProcStart dt=1281 p=6 p_seq=13
-ProcStop dt=20
-ProcStart dt=3460 p=6 p_seq=15
-GoStart dt=1376 g=82 g_seq=1
-GoSyscallBegin dt=34 p_seq=16 stack=79
-GoSyscallEnd dt=172
-HeapAlloc dt=3741 heapalloc_value=23466520
-HeapAlloc dt=37 heapalloc_value=23474712
-GoSyscallBegin dt=381 p_seq=17 stack=88
-GoSyscallEnd dt=29
-GoSyscallBegin dt=9 p_seq=18 stack=89
-GoSyscallEnd dt=33
-GoSyscallBegin dt=6 p_seq=19 stack=90
-GoSyscallEnd dt=20
-GoSyscallBegin dt=5 p_seq=20 stack=91
-GoSyscallEnd dt=25
-GoBlock dt=19 reason_string=19 stack=92
-ProcStop dt=69
-ProcStart dt=17618 p=7 p_seq=26
-ProcStop dt=33
-ProcStart dt=468 p=7 p_seq=27
-GoUnblock dt=5 g=1 g_seq=66 stack=0
-GoStart dt=5 g=1 g_seq=67
-GoSyscallBegin dt=14 p_seq=28 stack=86
-GoSyscallEnd dt=70
-GoSyscallBegin dt=82 p_seq=29 stack=95
-GoSyscallEnd dt=579
-HeapAlloc dt=276 heapalloc_value=23482840
-EventBatch gen=1 m=2852340 time=420901451500 size=3466
-ProcStart dt=290 p=0 p_seq=1
-GoStart dt=264 g=19 g_seq=1
-GoBlock dt=542 reason_string=12 stack=11
-GoStart dt=20 g=20 g_seq=1
-GoBlock dt=922 reason_string=12 stack=16
-GoStart dt=19 g=22 g_seq=1
-GoDestroy dt=156281
-ProcStop dt=46
-ProcStart dt=66693 p=0 p_seq=2
-ProcStop dt=20
-ProcStart dt=89853 p=0 p_seq=3
-ProcStop dt=20
-ProcStart dt=17575 p=1 p_seq=1
-ProcStop dt=20
-ProcStart dt=2159 p=0 p_seq=6
+ProcStart dt=16724 p=1 p_seq=17
+GoUnblock dt=27 g=1 g_seq=59 stack=0
+GoStart dt=127 g=1 g_seq=60
+HeapAlloc dt=55 heapalloc_value=18617992
+HeapAlloc dt=64 heapalloc_value=18626184
+HeapAlloc dt=65 heapalloc_value=18634376
+HeapAlloc dt=61 heapalloc_value=18642568
+HeapAlloc dt=54 heapalloc_value=18650760
+HeapAlloc dt=66 heapalloc_value=18658952
+HeapAlloc dt=67 heapalloc_value=18667144
+HeapAlloc dt=54 heapalloc_value=18675336
+HeapAlloc dt=57 heapalloc_value=18683528
+HeapAlloc dt=45 heapalloc_value=18691720
+HeapAlloc dt=84 heapalloc_value=18699912
+HeapAlloc dt=26 heapalloc_value=18708104
+HeapAlloc dt=18 heapalloc_value=18716296
+HeapAlloc dt=15 heapalloc_value=18724488
+HeapAlloc dt=24 heapalloc_value=18732680
+HeapAlloc dt=26 heapalloc_value=18740872
+HeapAlloc dt=21 heapalloc_value=18749064
+HeapAlloc dt=15 heapalloc_value=18757256
+HeapAlloc dt=31 heapalloc_value=18765448
+HeapAlloc dt=7 heapalloc_value=18773640
+HeapAlloc dt=7 heapalloc_value=18781832
+HeapAlloc dt=113 heapalloc_value=18790024
+HeapAlloc dt=8 heapalloc_value=18798216
+HeapAlloc dt=6 heapalloc_value=18806408
+HeapAlloc dt=7 heapalloc_value=18814600
+HeapAlloc dt=6 heapalloc_value=18822792
+HeapAlloc dt=6 heapalloc_value=18830984
+HeapAlloc dt=7 heapalloc_value=18839176
+HeapAlloc dt=6 heapalloc_value=18847368
+HeapAlloc dt=6 heapalloc_value=18855560
+HeapAlloc dt=6 heapalloc_value=18863752
+HeapAlloc dt=6 heapalloc_value=18871944
+HeapAlloc dt=6 heapalloc_value=18880136
+HeapAlloc dt=6 heapalloc_value=18888328
+HeapAlloc dt=6 heapalloc_value=18896520
+HeapAlloc dt=7 heapalloc_value=18904712
+HeapAlloc dt=6 heapalloc_value=18912904
+HeapAlloc dt=38 heapalloc_value=18921096
+HeapAlloc dt=7 heapalloc_value=18929288
+HeapAlloc dt=6 heapalloc_value=18937480
+HeapAlloc dt=14 heapalloc_value=18945672
+HeapAlloc dt=6 heapalloc_value=18953864
+HeapAlloc dt=6 heapalloc_value=18962056
+HeapAlloc dt=6 heapalloc_value=18970248
+HeapAlloc dt=7 heapalloc_value=18978440
+HeapAlloc dt=6 heapalloc_value=18986632
+HeapAlloc dt=6 heapalloc_value=18994824
+HeapAlloc dt=13 heapalloc_value=19003016
+HeapAlloc dt=7 heapalloc_value=19011208
+HeapAlloc dt=6 heapalloc_value=19019400
+HeapAlloc dt=6 heapalloc_value=19027592
+HeapAlloc dt=6 heapalloc_value=19035784
+HeapAlloc dt=7 heapalloc_value=19043976
+HeapAlloc dt=6 heapalloc_value=19052168
+HeapAlloc dt=6 heapalloc_value=19060360
+HeapAlloc dt=6 heapalloc_value=19068552
+HeapAlloc dt=6 heapalloc_value=19076744
+HeapAlloc dt=7 heapalloc_value=19084936
+HeapAlloc dt=6 heapalloc_value=19093128
+HeapAlloc dt=6 heapalloc_value=19101320
+HeapAlloc dt=6 heapalloc_value=19109512
+HeapAlloc dt=7 heapalloc_value=19117704
+HeapAlloc dt=5 heapalloc_value=19125896
+HeapAlloc dt=7 heapalloc_value=19134088
+HeapAlloc dt=6 heapalloc_value=19142280
+HeapAlloc dt=6 heapalloc_value=19150472
+HeapAlloc dt=6 heapalloc_value=19158664
+HeapAlloc dt=6 heapalloc_value=19166856
+HeapAlloc dt=7 heapalloc_value=19175048
+HeapAlloc dt=6 heapalloc_value=19183240
+HeapAlloc dt=6 heapalloc_value=19191432
+HeapAlloc dt=6 heapalloc_value=19199624
+HeapAlloc dt=7 heapalloc_value=19207816
+HeapAlloc dt=6 heapalloc_value=19216008
+HeapAlloc dt=6 heapalloc_value=19224200
+HeapAlloc dt=6 heapalloc_value=19232392
+HeapAlloc dt=7 heapalloc_value=19240584
+HeapAlloc dt=6 heapalloc_value=19248776
+HeapAlloc dt=6 heapalloc_value=19256968
+HeapAlloc dt=6 heapalloc_value=19265160
+HeapAlloc dt=6 heapalloc_value=19273352
+HeapAlloc dt=6 heapalloc_value=19281544
+HeapAlloc dt=6 heapalloc_value=19289736
+HeapAlloc dt=7 heapalloc_value=19297928
+HeapAlloc dt=6 heapalloc_value=19306120
+HeapAlloc dt=62 heapalloc_value=19314312
+HeapAlloc dt=7 heapalloc_value=19322504
+HeapAlloc dt=6 heapalloc_value=19330696
+HeapAlloc dt=6 heapalloc_value=19338888
+HeapAlloc dt=35 heapalloc_value=19347080
+HeapAlloc dt=7 heapalloc_value=19355272
+HeapAlloc dt=6 heapalloc_value=19363464
+HeapAlloc dt=6 heapalloc_value=19371656
+HeapAlloc dt=6 heapalloc_value=19379848
+HeapAlloc dt=6 heapalloc_value=19388040
+HeapAlloc dt=6 heapalloc_value=19396232
+HeapAlloc dt=7 heapalloc_value=19404424
+HeapAlloc dt=6 heapalloc_value=19412616
+HeapAlloc dt=7 heapalloc_value=19420808
+HeapAlloc dt=6 heapalloc_value=19429000
+HeapAlloc dt=6 heapalloc_value=19437192
+HeapAlloc dt=6 heapalloc_value=19445384
+HeapAlloc dt=7 heapalloc_value=19453576
+HeapAlloc dt=6 heapalloc_value=19461768
+HeapAlloc dt=10 heapalloc_value=19469960
+HeapAlloc dt=6 heapalloc_value=19478152
+HeapAlloc dt=6 heapalloc_value=19486344
+HeapAlloc dt=6 heapalloc_value=19494536
+HeapAlloc dt=6 heapalloc_value=19502728
+HeapAlloc dt=7 heapalloc_value=19510920
+HeapAlloc dt=6 heapalloc_value=19519112
+HeapAlloc dt=6 heapalloc_value=19527304
+HeapAlloc dt=6 heapalloc_value=19535496
+HeapAlloc dt=6 heapalloc_value=19543688
+HeapAlloc dt=35 heapalloc_value=19551880
+HeapAlloc dt=7 heapalloc_value=19560072
+HeapAlloc dt=6 heapalloc_value=19568264
+HeapAlloc dt=6 heapalloc_value=19576456
+HeapAlloc dt=6 heapalloc_value=19584648
+HeapAlloc dt=7 heapalloc_value=19592840
+HeapAlloc dt=7 heapalloc_value=19601032
+HeapAlloc dt=6 heapalloc_value=19609224
+HeapAlloc dt=6 heapalloc_value=19617416
+HeapAlloc dt=6 heapalloc_value=19625608
+HeapAlloc dt=6 heapalloc_value=19633800
+GoBlock dt=12 reason_string=19 stack=21
+ProcStop dt=171
+ProcStart dt=17527 p=0 p_seq=28
+ProcStop dt=24
+ProcStart dt=1830 p=1 p_seq=20
ProcStop dt=13
-ProcStart dt=16751 p=0 p_seq=7
-GoUnblock dt=32 g=1 g_seq=5 stack=0
-GoStart dt=182 g=1 g_seq=6
-HeapAlloc dt=62 heapalloc_value=2842624
-HeapAlloc dt=25 heapalloc_value=2850816
-HeapAlloc dt=14 heapalloc_value=2859008
-HeapAlloc dt=11 heapalloc_value=2867200
-HeapAlloc dt=8 heapalloc_value=2875392
-HeapAlloc dt=9 heapalloc_value=2883584
-HeapAlloc dt=9 heapalloc_value=2891776
-HeapAlloc dt=8 heapalloc_value=2899968
-HeapAlloc dt=11 heapalloc_value=2908160
-HeapAlloc dt=102 heapalloc_value=2916352
-HeapAlloc dt=10 heapalloc_value=2924544
-HeapAlloc dt=13 heapalloc_value=2932736
-HeapAlloc dt=7 heapalloc_value=2940928
-HeapAlloc dt=8 heapalloc_value=2949120
-HeapAlloc dt=9 heapalloc_value=2957312
-HeapAlloc dt=8 heapalloc_value=2965504
-HeapAlloc dt=90 heapalloc_value=2973696
-HeapAlloc dt=9 heapalloc_value=2981888
-HeapAlloc dt=7 heapalloc_value=2990080
-HeapAlloc dt=8 heapalloc_value=2998272
-HeapAlloc dt=7 heapalloc_value=3006464
-HeapAlloc dt=6 heapalloc_value=3014656
-HeapAlloc dt=48 heapalloc_value=3022848
-HeapAlloc dt=7 heapalloc_value=3031040
-HeapAlloc dt=9 heapalloc_value=3039232
-HeapAlloc dt=6 heapalloc_value=3047424
-HeapAlloc dt=7 heapalloc_value=3055616
-HeapAlloc dt=8 heapalloc_value=3063808
-HeapAlloc dt=7 heapalloc_value=3072000
-HeapAlloc dt=7 heapalloc_value=3080192
-HeapAlloc dt=6 heapalloc_value=3088384
-HeapAlloc dt=7 heapalloc_value=3096576
-HeapAlloc dt=8 heapalloc_value=3104768
-HeapAlloc dt=8 heapalloc_value=3112960
-HeapAlloc dt=6 heapalloc_value=3121152
-HeapAlloc dt=7 heapalloc_value=3129344
-HeapAlloc dt=6 heapalloc_value=3137536
-HeapAlloc dt=6 heapalloc_value=3145728
-HeapAlloc dt=7 heapalloc_value=3153920
-HeapAlloc dt=6 heapalloc_value=3162112
-HeapAlloc dt=9 heapalloc_value=3170304
-HeapAlloc dt=6 heapalloc_value=3178496
-HeapAlloc dt=6 heapalloc_value=3186688
-HeapAlloc dt=7 heapalloc_value=3194880
-HeapAlloc dt=6 heapalloc_value=3203072
-HeapAlloc dt=7 heapalloc_value=3211264
-HeapAlloc dt=730 heapalloc_value=3260416
-HeapAlloc dt=3100 heapalloc_value=3268608
-HeapAlloc dt=18 heapalloc_value=3276800
-HeapAlloc dt=102 heapalloc_value=3284992
-HeapAlloc dt=9 heapalloc_value=3293184
+ProcStart dt=16742 p=1 p_seq=21
+GoUnblock dt=20 g=1 g_seq=63 stack=0
+GoStart dt=121 g=1 g_seq=64
+HeapAlloc dt=62 heapalloc_value=20665992
+HeapAlloc dt=21 heapalloc_value=20674184
+HeapAlloc dt=25 heapalloc_value=20682376
+HeapAlloc dt=20 heapalloc_value=20690568
+HeapAlloc dt=12 heapalloc_value=20698760
+HeapAlloc dt=16 heapalloc_value=20706952
+HeapAlloc dt=15 heapalloc_value=20715144
+HeapAlloc dt=18 heapalloc_value=20723336
+HeapAlloc dt=12 heapalloc_value=20731528
+HeapAlloc dt=16 heapalloc_value=20739720
+HeapAlloc dt=12 heapalloc_value=20747912
+HeapAlloc dt=12 heapalloc_value=20756104
+HeapAlloc dt=12 heapalloc_value=20764296
+HeapAlloc dt=12 heapalloc_value=20772488
+HeapAlloc dt=9 heapalloc_value=20780680
+HeapAlloc dt=5 heapalloc_value=20788872
+HeapAlloc dt=6 heapalloc_value=20797064
+HeapAlloc dt=9 heapalloc_value=20805256
+HeapAlloc dt=5 heapalloc_value=20813448
+HeapAlloc dt=6 heapalloc_value=20821640
+HeapAlloc dt=5 heapalloc_value=20829832
+HeapAlloc dt=6 heapalloc_value=20838024
+HeapAlloc dt=15 heapalloc_value=20846216
+HeapAlloc dt=12 heapalloc_value=20854408
+HeapAlloc dt=11 heapalloc_value=20862600
+HeapAlloc dt=13 heapalloc_value=20870792
+HeapAlloc dt=5 heapalloc_value=20878984
+HeapAlloc dt=106 heapalloc_value=20887176
+HeapAlloc dt=8 heapalloc_value=20895368
+HeapAlloc dt=5 heapalloc_value=20903560
+HeapAlloc dt=6 heapalloc_value=20911752
+HeapAlloc dt=6 heapalloc_value=20919944
+HeapAlloc dt=5 heapalloc_value=20928136
+HeapAlloc dt=9 heapalloc_value=20936328
+HeapAlloc dt=6 heapalloc_value=20944520
+HeapAlloc dt=5 heapalloc_value=20952712
+HeapAlloc dt=6 heapalloc_value=20960904
+HeapAlloc dt=5 heapalloc_value=20969096
+HeapAlloc dt=6 heapalloc_value=20977288
+HeapAlloc dt=5 heapalloc_value=20985480
+HeapAlloc dt=5 heapalloc_value=20993672
+HeapAlloc dt=10 heapalloc_value=21001864
+HeapAlloc dt=6 heapalloc_value=21010056
+HeapAlloc dt=37 heapalloc_value=21018248
+HeapAlloc dt=7 heapalloc_value=21026440
+HeapAlloc dt=6 heapalloc_value=21034632
+HeapAlloc dt=34 heapalloc_value=21042824
+HeapAlloc dt=6 heapalloc_value=21051016
+HeapAlloc dt=6 heapalloc_value=21059208
+HeapAlloc dt=11 heapalloc_value=21067400
+HeapAlloc dt=6 heapalloc_value=21075592
+HeapAlloc dt=5 heapalloc_value=21083784
+HeapAlloc dt=6 heapalloc_value=21091976
+HeapAlloc dt=5 heapalloc_value=21100168
+HeapAlloc dt=9 heapalloc_value=21108360
+HeapAlloc dt=6 heapalloc_value=21116552
+HeapAlloc dt=6 heapalloc_value=21124744
+HeapAlloc dt=10 heapalloc_value=21132936
+HeapAlloc dt=5 heapalloc_value=21141128
+HeapAlloc dt=6 heapalloc_value=21149320
+HeapAlloc dt=5 heapalloc_value=21157512
+HeapAlloc dt=6 heapalloc_value=21165704
+HeapAlloc dt=5 heapalloc_value=21173896
+HeapAlloc dt=6 heapalloc_value=21182088
+HeapAlloc dt=5 heapalloc_value=21190280
+HeapAlloc dt=9 heapalloc_value=21198472
+HeapAlloc dt=6 heapalloc_value=21206664
+HeapAlloc dt=6 heapalloc_value=21214856
+HeapAlloc dt=6 heapalloc_value=21223048
+HeapAlloc dt=5 heapalloc_value=21231240
+HeapAlloc dt=6 heapalloc_value=21239432
+HeapAlloc dt=5 heapalloc_value=21247624
+HeapAlloc dt=6 heapalloc_value=21255816
+HeapAlloc dt=5 heapalloc_value=21264008
+HeapAlloc dt=6 heapalloc_value=21272200
+HeapAlloc dt=5 heapalloc_value=21280392
+HeapAlloc dt=6 heapalloc_value=21288584
+HeapAlloc dt=5 heapalloc_value=21296776
+HeapAlloc dt=6 heapalloc_value=21304968
+HeapAlloc dt=5 heapalloc_value=21313160
+HeapAlloc dt=6 heapalloc_value=21321352
+HeapAlloc dt=6 heapalloc_value=21329544
+HeapAlloc dt=6 heapalloc_value=21337736
+HeapAlloc dt=6 heapalloc_value=21345928
+HeapAlloc dt=6 heapalloc_value=21354120
+HeapAlloc dt=5 heapalloc_value=21362312
+HeapAlloc dt=6 heapalloc_value=21370504
+HeapAlloc dt=6 heapalloc_value=21378696
+HeapAlloc dt=6 heapalloc_value=21386888
+HeapAlloc dt=5 heapalloc_value=21395080
+HeapAlloc dt=6 heapalloc_value=21403272
+HeapAlloc dt=96 heapalloc_value=21411464
+HeapAlloc dt=7 heapalloc_value=21419656
+HeapAlloc dt=6 heapalloc_value=21427848
+HeapAlloc dt=21 heapalloc_value=21968520
+HeapAlloc dt=1835 heapalloc_value=21976712
+HeapAlloc dt=11 heapalloc_value=21984904
+HeapAlloc dt=8 heapalloc_value=21993096
+HeapAlloc dt=7 heapalloc_value=22001288
+HeapAlloc dt=8 heapalloc_value=22009480
+HeapAlloc dt=7 heapalloc_value=22017672
+HeapAlloc dt=8 heapalloc_value=22025864
+HeapAlloc dt=7 heapalloc_value=22034056
+HeapAlloc dt=8 heapalloc_value=22042248
+HeapAlloc dt=7 heapalloc_value=22050440
+HeapAlloc dt=7 heapalloc_value=22058632
+HeapAlloc dt=8 heapalloc_value=22066824
+HeapAlloc dt=7 heapalloc_value=22075016
+HeapAlloc dt=8 heapalloc_value=22083208
+HeapAlloc dt=7 heapalloc_value=22091400
+HeapAlloc dt=7 heapalloc_value=22099592
+HeapAlloc dt=14 heapalloc_value=22107784
+HeapAlloc dt=5 heapalloc_value=22115976
+HeapAlloc dt=6 heapalloc_value=22124168
+HeapAlloc dt=6 heapalloc_value=22132360
+HeapAlloc dt=5 heapalloc_value=22140552
+HeapAlloc dt=6 heapalloc_value=22148744
+HeapAlloc dt=5 heapalloc_value=22156936
+HeapAlloc dt=6 heapalloc_value=22165128
+HeapAlloc dt=6 heapalloc_value=22173320
+HeapAlloc dt=38 heapalloc_value=22181512
+HeapAlloc dt=7 heapalloc_value=22189704
+HeapAlloc dt=5 heapalloc_value=22197896
+HeapAlloc dt=6 heapalloc_value=22206088
+HeapAlloc dt=6 heapalloc_value=22214280
+HeapAlloc dt=5 heapalloc_value=22222472
+GoBlock dt=9 reason_string=19 stack=21
+ProcStop dt=163
+ProcStart dt=16841 p=0 p_seq=30
+ProcStop dt=23
+ProcStart dt=1498 p=1 p_seq=24
+ProcStop dt=11
+ProcStart dt=16726 p=1 p_seq=25
+GoUnblock dt=19 g=1 g_seq=67 stack=0
+GoStart dt=117 g=1 g_seq=68
+HeapAlloc dt=46 heapalloc_value=23254664
+HeapAlloc dt=19 heapalloc_value=23262856
+HeapAlloc dt=20 heapalloc_value=23271048
+HeapAlloc dt=16 heapalloc_value=23279240
+HeapAlloc dt=12 heapalloc_value=23287432
+HeapAlloc dt=12 heapalloc_value=23295624
+HeapAlloc dt=13 heapalloc_value=23303816
+HeapAlloc dt=15 heapalloc_value=23312008
+HeapAlloc dt=13 heapalloc_value=23320200
+HeapAlloc dt=13 heapalloc_value=23328392
+HeapAlloc dt=12 heapalloc_value=23336584
+HeapAlloc dt=12 heapalloc_value=23344776
+HeapAlloc dt=5 heapalloc_value=23352968
+HeapAlloc dt=100 heapalloc_value=23361160
+HeapAlloc dt=14 heapalloc_value=23369352
+HeapAlloc dt=16 heapalloc_value=23377544
+HeapAlloc dt=13 heapalloc_value=23385736
+HeapAlloc dt=5 heapalloc_value=23393928
+HeapAlloc dt=6 heapalloc_value=23402120
+HeapAlloc dt=9 heapalloc_value=23410312
+HeapAlloc dt=6 heapalloc_value=23418504
+HeapAlloc dt=6 heapalloc_value=23426696
+HeapAlloc dt=5 heapalloc_value=23434888
+HeapAlloc dt=6 heapalloc_value=23443080
+HeapAlloc dt=5 heapalloc_value=23451272
+HeapAlloc dt=6 heapalloc_value=23459464
+HeapAlloc dt=6 heapalloc_value=23467656
+HeapAlloc dt=6 heapalloc_value=23475848
+HeapAlloc dt=6 heapalloc_value=23484040
+HeapAlloc dt=5 heapalloc_value=23492232
+HeapAlloc dt=6 heapalloc_value=23500424
+HeapAlloc dt=5 heapalloc_value=23508616
+HeapAlloc dt=83 heapalloc_value=23516808
+HeapAlloc dt=8 heapalloc_value=23525000
+HeapAlloc dt=5 heapalloc_value=23533192
+HeapAlloc dt=6 heapalloc_value=23541384
+HeapAlloc dt=6 heapalloc_value=23549576
+HeapAlloc dt=5 heapalloc_value=23557768
+HeapAlloc dt=7 heapalloc_value=23565960
+HeapAlloc dt=7 heapalloc_value=23574152
+HeapAlloc dt=6 heapalloc_value=23582344
+HeapAlloc dt=5 heapalloc_value=23590536
+HeapAlloc dt=6 heapalloc_value=23598728
+HeapAlloc dt=6 heapalloc_value=23606920
+HeapAlloc dt=5 heapalloc_value=23615112
+HeapAlloc dt=6 heapalloc_value=23623304
+HeapAlloc dt=6 heapalloc_value=23631496
+HeapAlloc dt=5 heapalloc_value=23639688
+HeapAlloc dt=38 heapalloc_value=23647880
+HeapAlloc dt=8 heapalloc_value=23656072
+HeapAlloc dt=37 heapalloc_value=23664264
+HeapAlloc dt=6 heapalloc_value=23672456
+HeapAlloc dt=6 heapalloc_value=23680648
+HeapAlloc dt=6 heapalloc_value=23688840
+HeapAlloc dt=6 heapalloc_value=23697032
+HeapAlloc dt=6 heapalloc_value=23705224
+HeapAlloc dt=5 heapalloc_value=23713416
+HeapAlloc dt=6 heapalloc_value=23721608
+HeapAlloc dt=10 heapalloc_value=23729800
+HeapAlloc dt=5 heapalloc_value=23737992
+HeapAlloc dt=6 heapalloc_value=23746184
+HeapAlloc dt=6 heapalloc_value=23754376
+HeapAlloc dt=5 heapalloc_value=23762568
+HeapAlloc dt=6 heapalloc_value=23770760
+HeapAlloc dt=6 heapalloc_value=23778952
+HeapAlloc dt=5 heapalloc_value=23787144
+HeapAlloc dt=9 heapalloc_value=23795336
+HeapAlloc dt=6 heapalloc_value=23803528
+HeapAlloc dt=6 heapalloc_value=23811720
+HeapAlloc dt=5 heapalloc_value=23819912
+HeapAlloc dt=6 heapalloc_value=23828104
+HeapAlloc dt=6 heapalloc_value=23836296
+HeapAlloc dt=6 heapalloc_value=23844488
+HeapAlloc dt=5 heapalloc_value=23852680
+HeapAlloc dt=6 heapalloc_value=23860872
+HeapAlloc dt=6 heapalloc_value=23869064
+HeapAlloc dt=6 heapalloc_value=23877256
+HeapAlloc dt=6 heapalloc_value=23885448
+HeapAlloc dt=5 heapalloc_value=23893640
+HeapAlloc dt=6 heapalloc_value=23901832
+HeapAlloc dt=5 heapalloc_value=23910024
+HeapAlloc dt=6 heapalloc_value=23918216
+HeapAlloc dt=6 heapalloc_value=23926408
+HeapAlloc dt=6 heapalloc_value=23934600
+HeapAlloc dt=6 heapalloc_value=23942792
+HeapAlloc dt=5 heapalloc_value=23950984
+HeapAlloc dt=6 heapalloc_value=23959176
+HeapAlloc dt=5 heapalloc_value=23967368
+HeapAlloc dt=6 heapalloc_value=23975560
+HeapAlloc dt=7 heapalloc_value=23983752
+HeapAlloc dt=5 heapalloc_value=23991944
+HeapAlloc dt=6 heapalloc_value=24000136
+HeapAlloc dt=5 heapalloc_value=24008328
+HeapAlloc dt=6 heapalloc_value=24016520
+HeapAlloc dt=6 heapalloc_value=24024712
+HeapAlloc dt=5 heapalloc_value=24032904
+HeapAlloc dt=50 heapalloc_value=24041096
+HeapAlloc dt=7 heapalloc_value=24049288
+HeapAlloc dt=6 heapalloc_value=24057480
+HeapAlloc dt=5 heapalloc_value=24065672
+HeapAlloc dt=34 heapalloc_value=24073864
+HeapAlloc dt=7 heapalloc_value=24082056
+HeapAlloc dt=6 heapalloc_value=24090248
+HeapAlloc dt=6 heapalloc_value=24098440
+HeapAlloc dt=6 heapalloc_value=24106632
+HeapAlloc dt=5 heapalloc_value=24114824
+HeapAlloc dt=6 heapalloc_value=24123016
+HeapAlloc dt=6 heapalloc_value=24131208
+HeapAlloc dt=6 heapalloc_value=24139400
+HeapAlloc dt=6 heapalloc_value=24147592
+HeapAlloc dt=5 heapalloc_value=24155784
+HeapAlloc dt=6 heapalloc_value=24163976
+HeapAlloc dt=5 heapalloc_value=24172168
+HeapAlloc dt=6 heapalloc_value=24180360
+HeapAlloc dt=365 heapalloc_value=24188552
+HeapAlloc dt=13 heapalloc_value=24196744
+HeapAlloc dt=6 heapalloc_value=24204936
+HeapAlloc dt=6 heapalloc_value=24213128
+HeapAlloc dt=5 heapalloc_value=24221320
+HeapAlloc dt=6 heapalloc_value=24229512
+HeapAlloc dt=6 heapalloc_value=24237704
+HeapAlloc dt=6 heapalloc_value=24245896
+HeapAlloc dt=6 heapalloc_value=24254088
+HeapAlloc dt=6 heapalloc_value=24262280
+HeapAlloc dt=6 heapalloc_value=24270472
+GoBlock dt=10 reason_string=19 stack=21
+ProcStop dt=157
+ProcStart dt=12778 p=1 p_seq=27
+GoUnblock dt=12 g=1 g_seq=69 stack=0
+GoStart dt=143 g=1 g_seq=70
+HeapAlloc dt=61 heapalloc_value=24278664
+HeapAlloc dt=11 heapalloc_value=24286856
+HeapAlloc dt=5 heapalloc_value=24295048
+HeapAlloc dt=6 heapalloc_value=24303240
+HeapAlloc dt=5 heapalloc_value=24311432
+HeapAlloc dt=6 heapalloc_value=24319624
+HeapAlloc dt=6 heapalloc_value=24327816
+HeapAlloc dt=6 heapalloc_value=24336008
+HeapAlloc dt=7 heapalloc_value=24344200
+HeapAlloc dt=5 heapalloc_value=24352392
+HeapAlloc dt=7 heapalloc_value=24360584
+HeapAlloc dt=5 heapalloc_value=24368776
+HeapAlloc dt=6 heapalloc_value=24376968
+HeapAlloc dt=6 heapalloc_value=24385160
+HeapAlloc dt=5 heapalloc_value=24393352
+HeapAlloc dt=6 heapalloc_value=24401544
+HeapAlloc dt=6 heapalloc_value=24409736
+HeapAlloc dt=6 heapalloc_value=24417928
+HeapAlloc dt=6 heapalloc_value=24426120
+HeapAlloc dt=5 heapalloc_value=24434312
+HeapAlloc dt=6 heapalloc_value=24442504
+HeapAlloc dt=6 heapalloc_value=24450696
+HeapAlloc dt=6 heapalloc_value=24458888
+HeapAlloc dt=6 heapalloc_value=24467080
+HeapAlloc dt=5 heapalloc_value=24475272
+HeapAlloc dt=6 heapalloc_value=24483464
+HeapAlloc dt=5 heapalloc_value=24491656
+HeapAlloc dt=6 heapalloc_value=24499848
+HeapAlloc dt=6 heapalloc_value=24508040
+HeapAlloc dt=5 heapalloc_value=24516232
+HeapAlloc dt=6 heapalloc_value=24524424
+HeapAlloc dt=6 heapalloc_value=24532616
+HeapAlloc dt=5 heapalloc_value=24540808
+HeapAlloc dt=6 heapalloc_value=24549000
+HeapAlloc dt=5 heapalloc_value=24557192
+HeapAlloc dt=49 heapalloc_value=24565384
+HeapAlloc dt=7 heapalloc_value=24573576
+HeapAlloc dt=5 heapalloc_value=24581768
+HeapAlloc dt=6 heapalloc_value=24589960
+HeapAlloc dt=17 heapalloc_value=24598152
+HeapAlloc dt=12 heapalloc_value=24606344
+HeapAlloc dt=5 heapalloc_value=24614536
+HeapAlloc dt=6 heapalloc_value=24622728
+HeapAlloc dt=5 heapalloc_value=24630920
+HeapAlloc dt=6 heapalloc_value=24639112
+HeapAlloc dt=6 heapalloc_value=24647304
+HeapAlloc dt=5 heapalloc_value=24655496
+HeapAlloc dt=6 heapalloc_value=24663688
+HeapAlloc dt=37 heapalloc_value=24671880
+HeapAlloc dt=6 heapalloc_value=24680072
+HeapAlloc dt=6 heapalloc_value=24688264
+HeapAlloc dt=36 heapalloc_value=24696456
+HeapAlloc dt=7 heapalloc_value=24704648
+HeapAlloc dt=12 heapalloc_value=24712840
+HeapAlloc dt=6 heapalloc_value=24721032
+HeapAlloc dt=17 heapalloc_value=24729224
+HeapAlloc dt=5 heapalloc_value=24737416
+HeapAlloc dt=6 heapalloc_value=24745608
+HeapAlloc dt=19 heapalloc_value=24753800
+HeapAlloc dt=5 heapalloc_value=24761992
+HeapAlloc dt=6 heapalloc_value=24770184
+HeapAlloc dt=79 heapalloc_value=24778376
+HeapAlloc dt=7 heapalloc_value=24786568
+HeapAlloc dt=6 heapalloc_value=24794760
+HeapAlloc dt=5 heapalloc_value=24802952
+HeapAlloc dt=6 heapalloc_value=24811144
+HeapAlloc dt=6 heapalloc_value=24819336
+HeapAlloc dt=6 heapalloc_value=24827528
+HeapAlloc dt=5 heapalloc_value=24835720
+HeapAlloc dt=6 heapalloc_value=24843912
+HeapAlloc dt=6 heapalloc_value=24852104
+HeapAlloc dt=6 heapalloc_value=24860296
+HeapAlloc dt=6 heapalloc_value=24868488
+HeapAlloc dt=5 heapalloc_value=24876680
+HeapAlloc dt=6 heapalloc_value=24884872
+HeapAlloc dt=6 heapalloc_value=24893064
+HeapAlloc dt=5 heapalloc_value=24901256
+HeapAlloc dt=6 heapalloc_value=24909448
+HeapAlloc dt=6 heapalloc_value=24917640
+HeapAlloc dt=5 heapalloc_value=24925832
+HeapAlloc dt=6 heapalloc_value=24934024
+HeapAlloc dt=5 heapalloc_value=24942216
+HeapAlloc dt=6 heapalloc_value=24950408
+HeapAlloc dt=6 heapalloc_value=24958600
+HeapAlloc dt=6 heapalloc_value=24966792
+HeapAlloc dt=5 heapalloc_value=24974984
+HeapAlloc dt=6 heapalloc_value=24983176
+HeapAlloc dt=6 heapalloc_value=24991368
+HeapAlloc dt=6 heapalloc_value=24999560
+HeapAlloc dt=5 heapalloc_value=25007752
+HeapAlloc dt=6 heapalloc_value=25015944
+HeapAlloc dt=5 heapalloc_value=25024136
+HeapAlloc dt=6 heapalloc_value=25032328
+HeapAlloc dt=6 heapalloc_value=25040520
+HeapAlloc dt=6 heapalloc_value=25048712
+HeapAlloc dt=6 heapalloc_value=25056904
+HeapAlloc dt=5 heapalloc_value=25065096
+HeapAlloc dt=6 heapalloc_value=25073288
+HeapAlloc dt=6 heapalloc_value=25081480
+HeapAlloc dt=46 heapalloc_value=25089672
+HeapAlloc dt=7 heapalloc_value=25097864
+HeapAlloc dt=6 heapalloc_value=25106056
+HeapAlloc dt=5 heapalloc_value=25114248
+HeapAlloc dt=36 heapalloc_value=25122440
+HeapAlloc dt=7 heapalloc_value=25130632
+HeapAlloc dt=6 heapalloc_value=25138824
+HeapAlloc dt=6 heapalloc_value=25147016
+HeapAlloc dt=5 heapalloc_value=25155208
+HeapAlloc dt=6 heapalloc_value=25163400
+HeapAlloc dt=5 heapalloc_value=25171592
+HeapAlloc dt=6 heapalloc_value=25179784
+HeapAlloc dt=5 heapalloc_value=25187976
+HeapAlloc dt=6 heapalloc_value=25196168
+HeapAlloc dt=5 heapalloc_value=25204360
+HeapAlloc dt=6 heapalloc_value=25212552
+HeapAlloc dt=5 heapalloc_value=25220744
+HeapAlloc dt=6 heapalloc_value=25228936
+HeapAlloc dt=10 heapalloc_value=25237128
+HeapAlloc dt=5 heapalloc_value=25245320
+HeapAlloc dt=6 heapalloc_value=25253512
+HeapAlloc dt=5 heapalloc_value=25261704
+HeapAlloc dt=6 heapalloc_value=25269896
+HeapAlloc dt=6 heapalloc_value=25278088
+HeapAlloc dt=5 heapalloc_value=25286280
+HeapAlloc dt=6 heapalloc_value=25294472
+GoBlock dt=10 reason_string=19 stack=21
+ProcStop dt=14
+ProcStart dt=7152 p=1 p_seq=29
+GoStart dt=199 g=37 g_seq=1
+GoStop dt=306782 reason_string=16 stack=50
+GoStart dt=57 g=37 g_seq=2
+GoStop dt=315218 reason_string=16 stack=50
+GoStart dt=17 g=37 g_seq=3
+GoDestroy dt=159214
+ProcStop dt=60
+EventBatch gen=1 m=1709041 time=7689670150297 size=5255
+ProcStart dt=316 p=3 p_seq=1
+ProcStop dt=37
+ProcStart dt=311299 p=1 p_seq=5
+ProcStop dt=17
+ProcStart dt=16759 p=1 p_seq=6
+GoUnblock dt=47 g=1 g_seq=3 stack=0
+GoStart dt=137 g=1 g_seq=4
+HeapAlloc dt=56 heapalloc_value=2809856
+HeapAlloc dt=29 heapalloc_value=2818048
+HeapAlloc dt=19 heapalloc_value=2826240
+HeapAlloc dt=22 heapalloc_value=2834432
+HeapAlloc dt=91 heapalloc_value=2842624
+HeapAlloc dt=21 heapalloc_value=2850816
+HeapAlloc dt=24 heapalloc_value=2859008
+HeapAlloc dt=7 heapalloc_value=2867200
+HeapAlloc dt=15 heapalloc_value=2875392
+HeapAlloc dt=16 heapalloc_value=2883584
+HeapAlloc dt=12 heapalloc_value=2899968
+HeapAlloc dt=9 heapalloc_value=2908160
+HeapAlloc dt=16 heapalloc_value=2916352
+HeapAlloc dt=15 heapalloc_value=2924544
+HeapAlloc dt=12 heapalloc_value=2932736
+HeapAlloc dt=12 heapalloc_value=2940928
+HeapAlloc dt=7 heapalloc_value=2949120
+HeapAlloc dt=18 heapalloc_value=2957312
+HeapAlloc dt=14 heapalloc_value=2965504
+HeapAlloc dt=12 heapalloc_value=2973696
+HeapAlloc dt=13 heapalloc_value=2981888
+HeapAlloc dt=12 heapalloc_value=2990080
+HeapAlloc dt=11 heapalloc_value=2998272
+HeapAlloc dt=12 heapalloc_value=3006464
+HeapAlloc dt=13 heapalloc_value=3014656
+HeapAlloc dt=12 heapalloc_value=3022848
+HeapAlloc dt=11 heapalloc_value=3031040
+HeapAlloc dt=11 heapalloc_value=3039232
+HeapAlloc dt=13 heapalloc_value=3047424
+HeapAlloc dt=11 heapalloc_value=3055616
+HeapAlloc dt=20 heapalloc_value=3063808
+HeapAlloc dt=12 heapalloc_value=3072000
+HeapAlloc dt=12 heapalloc_value=3080192
+HeapAlloc dt=11 heapalloc_value=3088384
+HeapAlloc dt=12 heapalloc_value=3096576
+HeapAlloc dt=11 heapalloc_value=3104768
+HeapAlloc dt=11 heapalloc_value=3112960
+HeapAlloc dt=12 heapalloc_value=3121152
+HeapAlloc dt=11 heapalloc_value=3129344
+HeapAlloc dt=15 heapalloc_value=3137536
+HeapAlloc dt=15 heapalloc_value=3145728
+HeapAlloc dt=18 heapalloc_value=3153920
+HeapAlloc dt=13 heapalloc_value=3162112
+HeapAlloc dt=12 heapalloc_value=3170304
+HeapAlloc dt=16 heapalloc_value=3178496
+HeapAlloc dt=11 heapalloc_value=3186688
+HeapAlloc dt=12 heapalloc_value=3194880
+HeapAlloc dt=11 heapalloc_value=3203072
+HeapAlloc dt=13 heapalloc_value=3211264
+HeapAlloc dt=12 heapalloc_value=3219456
+HeapAlloc dt=11 heapalloc_value=3227648
+HeapAlloc dt=13 heapalloc_value=3244032
+HeapAlloc dt=734 heapalloc_value=3252224
+HeapAlloc dt=16 heapalloc_value=3260416
+HeapAlloc dt=8 heapalloc_value=3268608
+HeapAlloc dt=5 heapalloc_value=3276800
+HeapAlloc dt=8 heapalloc_value=3284992
+HeapAlloc dt=88 heapalloc_value=3293184
HeapAlloc dt=7 heapalloc_value=3301376
-HeapAlloc dt=6 heapalloc_value=3309568
-HeapAlloc dt=7 heapalloc_value=3317760
-HeapAlloc dt=6 heapalloc_value=3325952
-HeapAlloc dt=6 heapalloc_value=3334144
-HeapAlloc dt=7 heapalloc_value=3342336
-HeapAlloc dt=6 heapalloc_value=3350528
-HeapAlloc dt=7 heapalloc_value=3358720
-HeapAlloc dt=6 heapalloc_value=3366912
-HeapAlloc dt=44 heapalloc_value=3375104
-HeapAlloc dt=8 heapalloc_value=3383296
+HeapAlloc dt=5 heapalloc_value=3309568
+HeapAlloc dt=6 heapalloc_value=3317760
+HeapAlloc dt=5 heapalloc_value=3325952
+HeapAlloc dt=5 heapalloc_value=3334144
+HeapAlloc dt=5 heapalloc_value=3342336
+HeapAlloc dt=5 heapalloc_value=3350528
+HeapAlloc dt=6 heapalloc_value=3358720
+HeapAlloc dt=5 heapalloc_value=3366912
+HeapAlloc dt=5 heapalloc_value=3375104
+HeapAlloc dt=7 heapalloc_value=3383296
HeapAlloc dt=6 heapalloc_value=3391488
-HeapAlloc dt=7 heapalloc_value=3399680
-HeapAlloc dt=6 heapalloc_value=3407872
-HeapAlloc dt=7 heapalloc_value=3416064
-HeapAlloc dt=7 heapalloc_value=3424256
-HeapAlloc dt=6 heapalloc_value=3432448
-HeapAlloc dt=6 heapalloc_value=3440640
-HeapAlloc dt=7 heapalloc_value=3448832
+HeapAlloc dt=5 heapalloc_value=3399680
+HeapAlloc dt=5 heapalloc_value=3407872
+HeapAlloc dt=5 heapalloc_value=3416064
+HeapAlloc dt=6 heapalloc_value=3424256
+HeapAlloc dt=5 heapalloc_value=3432448
+HeapAlloc dt=5 heapalloc_value=3440640
+HeapAlloc dt=5 heapalloc_value=3448832
HeapAlloc dt=6 heapalloc_value=3457024
-HeapAlloc dt=7 heapalloc_value=3465216
-HeapAlloc dt=6 heapalloc_value=3473408
+HeapAlloc dt=5 heapalloc_value=3465216
+HeapAlloc dt=38 heapalloc_value=3473408
HeapAlloc dt=6 heapalloc_value=3481600
-HeapAlloc dt=7 heapalloc_value=3489792
-HeapAlloc dt=73 heapalloc_value=3497984
-HeapAlloc dt=8 heapalloc_value=3506176
-HeapAlloc dt=7 heapalloc_value=3514368
-HeapAlloc dt=6 heapalloc_value=3522560
-HeapAlloc dt=6 heapalloc_value=3530752
-HeapAlloc dt=7 heapalloc_value=3538944
-HeapAlloc dt=7 heapalloc_value=3547136
+HeapAlloc dt=5 heapalloc_value=3489792
+HeapAlloc dt=6 heapalloc_value=3497984
+HeapAlloc dt=5 heapalloc_value=3506176
+HeapAlloc dt=6 heapalloc_value=3514368
+HeapAlloc dt=5 heapalloc_value=3522560
+HeapAlloc dt=5 heapalloc_value=3530752
+HeapAlloc dt=5 heapalloc_value=3538944
+HeapAlloc dt=5 heapalloc_value=3547136
HeapAlloc dt=6 heapalloc_value=3555328
-HeapAlloc dt=7 heapalloc_value=3563520
-HeapAlloc dt=6 heapalloc_value=3571712
-HeapAlloc dt=6 heapalloc_value=3579904
-HeapAlloc dt=47 heapalloc_value=3588096
-HeapAlloc dt=7 heapalloc_value=3596288
-HeapAlloc dt=6 heapalloc_value=3604480
-HeapAlloc dt=7 heapalloc_value=3612672
-HeapAlloc dt=6 heapalloc_value=3620864
-HeapAlloc dt=7 heapalloc_value=3629056
-HeapAlloc dt=6 heapalloc_value=3637248
-HeapAlloc dt=7 heapalloc_value=3645440
-HeapAlloc dt=6 heapalloc_value=3653632
-HeapAlloc dt=6 heapalloc_value=3661824
-HeapAlloc dt=7 heapalloc_value=3670016
-HeapAlloc dt=6 heapalloc_value=3678208
-HeapAlloc dt=6 heapalloc_value=3686400
-HeapAlloc dt=7 heapalloc_value=3694592
+HeapAlloc dt=5 heapalloc_value=3563520
+HeapAlloc dt=5 heapalloc_value=3571712
+HeapAlloc dt=5 heapalloc_value=3579904
+HeapAlloc dt=5 heapalloc_value=3588096
+HeapAlloc dt=6 heapalloc_value=3596288
+HeapAlloc dt=10 heapalloc_value=3678208
+HeapAlloc dt=2433 heapalloc_value=3686400
+HeapAlloc dt=6 heapalloc_value=3694592
HeapAlloc dt=6 heapalloc_value=3702784
-HeapAlloc dt=7 heapalloc_value=3710976
-HeapAlloc dt=6 heapalloc_value=3719168
+HeapAlloc dt=6 heapalloc_value=3710976
+HeapAlloc dt=5 heapalloc_value=3719168
HeapAlloc dt=6 heapalloc_value=3727360
-HeapAlloc dt=7 heapalloc_value=3735552
-HeapAlloc dt=6 heapalloc_value=3743744
-HeapAlloc dt=9 heapalloc_value=3751936
-HeapAlloc dt=72 heapalloc_value=3760128
-HeapAlloc dt=8 heapalloc_value=3768320
-HeapAlloc dt=7 heapalloc_value=3776512
-HeapAlloc dt=6 heapalloc_value=3784704
+HeapAlloc dt=5 heapalloc_value=3735552
+HeapAlloc dt=5 heapalloc_value=3743744
+HeapAlloc dt=5 heapalloc_value=3751936
+HeapAlloc dt=6 heapalloc_value=3760128
+HeapAlloc dt=5 heapalloc_value=3768320
+HeapAlloc dt=11 heapalloc_value=3776512
+HeapAlloc dt=31 heapalloc_value=3784704
HeapAlloc dt=7 heapalloc_value=3792896
-HeapAlloc dt=8 heapalloc_value=3801088
-HeapAlloc dt=64 heapalloc_value=3809280
-HeapAlloc dt=8 heapalloc_value=3817472
-HeapAlloc dt=6 heapalloc_value=3825664
-HeapAlloc dt=7 heapalloc_value=3833856
+HeapAlloc dt=6 heapalloc_value=3801088
+HeapAlloc dt=5 heapalloc_value=3809280
+HeapAlloc dt=6 heapalloc_value=3817472
+HeapAlloc dt=5 heapalloc_value=3825664
+HeapAlloc dt=5 heapalloc_value=3833856
HeapAlloc dt=6 heapalloc_value=3842048
-HeapAlloc dt=7 heapalloc_value=3850240
-HeapAlloc dt=6 heapalloc_value=3858432
+HeapAlloc dt=5 heapalloc_value=3850240
+HeapAlloc dt=5 heapalloc_value=3858432
HeapAlloc dt=6 heapalloc_value=3866624
-HeapAlloc dt=7 heapalloc_value=3874816
-HeapAlloc dt=7 heapalloc_value=3883008
-HeapAlloc dt=6 heapalloc_value=3891200
+HeapAlloc dt=5 heapalloc_value=3874816
+HeapAlloc dt=5 heapalloc_value=3883008
+HeapAlloc dt=78 heapalloc_value=3891200
HeapAlloc dt=7 heapalloc_value=3899392
HeapAlloc dt=6 heapalloc_value=3907584
-GoBlock dt=19 reason_string=19 stack=21
-ProcStop dt=232
-ProcStart dt=17560 p=1 p_seq=3
+HeapAlloc dt=5 heapalloc_value=3915776
+HeapAlloc dt=5 heapalloc_value=3923968
+HeapAlloc dt=5 heapalloc_value=3932160
+HeapAlloc dt=6 heapalloc_value=3940352
+HeapAlloc dt=5 heapalloc_value=3948544
+HeapAlloc dt=5 heapalloc_value=3956736
+HeapAlloc dt=5 heapalloc_value=3964928
+HeapAlloc dt=5 heapalloc_value=3973120
+HeapAlloc dt=6 heapalloc_value=3981312
+HeapAlloc dt=5 heapalloc_value=3989504
+HeapAlloc dt=6 heapalloc_value=3997696
+GCBegin dt=38 gc_seq=1 stack=22
+HeapAlloc dt=42 heapalloc_value=4005888
+HeapAlloc dt=14 heapalloc_value=4014080
+GoCreate dt=73 new_g=18 new_stack=23 stack=24
+GoBlock dt=235 reason_string=12 stack=25
+GoStart dt=11 g=18 g_seq=1
+HeapAlloc dt=16 heapalloc_value=4022272
+GoUnblock dt=15 g=1 g_seq=5 stack=26
+GoBlock dt=9 reason_string=15 stack=27
+GoStart dt=12 g=1 g_seq=6
+GoCreate dt=44 new_g=19 new_stack=23 stack=24
+GoBlock dt=4 reason_string=12 stack=25
+GoStart dt=3 g=19 g_seq=1
+GoUnblock dt=5 g=1 g_seq=7 stack=26
+GoBlock dt=2 reason_string=15 stack=27
+GoStart dt=2 g=1 g_seq=8
+GoCreate dt=8 new_g=20 new_stack=23 stack=24
+GoBlock dt=3 reason_string=12 stack=25
+GoStart dt=2 g=20 g_seq=1
+GoUnblock dt=3 g=1 g_seq=9 stack=26
+GoBlock dt=1 reason_string=15 stack=27
+GoStart dt=2 g=1 g_seq=10
+GoCreate dt=6 new_g=21 new_stack=23 stack=24
+GoBlock dt=3 reason_string=12 stack=25
+GoStart dt=1 g=21 g_seq=1
+GoUnblock dt=6 g=1 g_seq=11 stack=26
+GoBlock dt=1 reason_string=15 stack=27
+GoStart dt=8 g=1 g_seq=12
+GoCreate dt=7 new_g=22 new_stack=23 stack=24
+GoBlock dt=2 reason_string=12 stack=25
+GoStart dt=2 g=22 g_seq=1
+GoUnblock dt=2 g=1 g_seq=13 stack=26
+GoBlock dt=6 reason_string=15 stack=27
+GoStart dt=4 g=1 g_seq=14
+GoCreate dt=15 new_g=23 new_stack=23 stack=24
+GoBlock dt=166 reason_string=12 stack=25
+GoStart dt=4 g=23 g_seq=1
+GoUnblock dt=3 g=1 g_seq=15 stack=26
+GoBlock dt=3 reason_string=15 stack=27
+GoStart dt=3 g=1 g_seq=16
+HeapAlloc dt=18 heapalloc_value=4030464
+GoCreate dt=11 new_g=24 new_stack=23 stack=24
+GoBlock dt=3 reason_string=12 stack=25
+GoStart dt=1 g=24 g_seq=1
+GoUnblock dt=3 g=1 g_seq=17 stack=26
+GoBlock dt=2 reason_string=15 stack=27
+GoStart dt=1 g=1 g_seq=18
+GoCreate dt=6 new_g=25 new_stack=23 stack=24
+GoBlock dt=3 reason_string=12 stack=25
+GoStart dt=1 g=25 g_seq=1
+GoUnblock dt=2 g=1 g_seq=19 stack=26
+GoBlock dt=2 reason_string=15 stack=27
+GoStart dt=1 g=1 g_seq=20
+STWBegin dt=118 kind_string=22 stack=28
+GoStatus dt=1398 g=4 m=18446744073709551615 gstatus=4
+GoUnblock dt=83 g=4 g_seq=1 stack=29
+ProcsChange dt=91 procs_value=8 stack=30
+STWEnd dt=31
+GCMarkAssistBegin dt=149 stack=31
+GCMarkAssistEnd dt=1458
+GoBlock dt=23 reason_string=19 stack=21
+GoStart dt=166 g=4 g_seq=2
+GoBlock dt=22 reason_string=15 stack=32
+GoUnblock dt=35 g=23 g_seq=2 stack=0
+GoStart dt=4 g=23 g_seq=3
+GoLabel dt=1 label_string=4
+GoBlock dt=441 reason_string=15 stack=27
ProcStop dt=23
-ProcStart dt=25946 p=0 p_seq=28
+ProcStart dt=16781 p=0 p_seq=6
+GoUnblock dt=28 g=1 g_seq=27 stack=0
+GoStart dt=162 g=1 g_seq=28
+HeapAlloc dt=69 heapalloc_value=4663024
+HeapAlloc dt=23 heapalloc_value=4671216
+HeapAlloc dt=15 heapalloc_value=4679408
+HeapAlloc dt=10 heapalloc_value=4687600
+HeapAlloc dt=12 heapalloc_value=4695792
+HeapAlloc dt=8 heapalloc_value=4703984
+HeapAlloc dt=6 heapalloc_value=4712176
+HeapAlloc dt=12 heapalloc_value=4720368
+HeapAlloc dt=12 heapalloc_value=4728560
+HeapAlloc dt=12 heapalloc_value=4736752
+HeapAlloc dt=15 heapalloc_value=4744944
+HeapAlloc dt=9 heapalloc_value=4753136
+HeapAlloc dt=9 heapalloc_value=4761328
+HeapAlloc dt=7 heapalloc_value=4769520
+HeapAlloc dt=8 heapalloc_value=4777712
+HeapAlloc dt=9 heapalloc_value=4785904
+HeapAlloc dt=112 heapalloc_value=4794096
+HeapAlloc dt=7 heapalloc_value=4802288
+HeapAlloc dt=9 heapalloc_value=4810480
+HeapAlloc dt=13 heapalloc_value=4818672
+HeapAlloc dt=14 heapalloc_value=4826864
+HeapAlloc dt=6 heapalloc_value=4835056
+HeapAlloc dt=5 heapalloc_value=4843248
+HeapAlloc dt=6 heapalloc_value=4851440
+HeapAlloc dt=14 heapalloc_value=4859632
+HeapAlloc dt=10 heapalloc_value=4867824
+HeapAlloc dt=10 heapalloc_value=4876016
+HeapAlloc dt=6 heapalloc_value=4884208
+HeapAlloc dt=9 heapalloc_value=4892400
+HeapAlloc dt=72 heapalloc_value=4900592
+HeapAlloc dt=6 heapalloc_value=4908784
+HeapAlloc dt=5 heapalloc_value=4916976
+HeapAlloc dt=6 heapalloc_value=4925168
+HeapAlloc dt=6 heapalloc_value=4933360
+HeapAlloc dt=9 heapalloc_value=4941552
+HeapAlloc dt=46 heapalloc_value=4949744
+HeapAlloc dt=10 heapalloc_value=4957936
+HeapAlloc dt=6 heapalloc_value=4966128
+HeapAlloc dt=6 heapalloc_value=4974320
+HeapAlloc dt=6 heapalloc_value=4982512
+HeapAlloc dt=5 heapalloc_value=4990704
+HeapAlloc dt=6 heapalloc_value=4998896
+HeapAlloc dt=45 heapalloc_value=5007088
+HeapAlloc dt=6 heapalloc_value=5015280
+HeapAlloc dt=9 heapalloc_value=5023472
+HeapAlloc dt=6 heapalloc_value=5031664
+HeapAlloc dt=5 heapalloc_value=5039856
+HeapAlloc dt=6 heapalloc_value=5048048
+HeapAlloc dt=6 heapalloc_value=5056240
+HeapAlloc dt=15 heapalloc_value=5138160
+HeapAlloc dt=81 heapalloc_value=5146352
+HeapAlloc dt=6 heapalloc_value=5154544
+HeapAlloc dt=6 heapalloc_value=5162736
+HeapAlloc dt=5 heapalloc_value=5170928
+HeapAlloc dt=6 heapalloc_value=5179120
+HeapAlloc dt=5 heapalloc_value=5187312
+HeapAlloc dt=6 heapalloc_value=5195504
+HeapAlloc dt=7 heapalloc_value=5203696
+HeapAlloc dt=5 heapalloc_value=5211888
+HeapAlloc dt=6 heapalloc_value=5220080
+HeapAlloc dt=6 heapalloc_value=5228272
+HeapAlloc dt=37 heapalloc_value=5236464
+HeapAlloc dt=7 heapalloc_value=5244656
+HeapAlloc dt=6 heapalloc_value=5252848
+HeapAlloc dt=5 heapalloc_value=5261040
+HeapAlloc dt=8 heapalloc_value=5269232
+HeapAlloc dt=6 heapalloc_value=5277424
+HeapAlloc dt=6 heapalloc_value=5285616
+HeapAlloc dt=5 heapalloc_value=5293808
+HeapAlloc dt=7 heapalloc_value=5302000
+HeapAlloc dt=5 heapalloc_value=5310192
+HeapAlloc dt=5 heapalloc_value=5318384
+HeapAlloc dt=6 heapalloc_value=5326576
+HeapAlloc dt=7 heapalloc_value=5334768
+HeapAlloc dt=6 heapalloc_value=5342960
+HeapAlloc dt=5 heapalloc_value=5351152
+HeapAlloc dt=6 heapalloc_value=5359344
+HeapAlloc dt=5 heapalloc_value=5367536
+HeapAlloc dt=13 heapalloc_value=5375728
+HeapAlloc dt=6 heapalloc_value=5383920
+HeapAlloc dt=100 heapalloc_value=5392112
+HeapAlloc dt=8 heapalloc_value=5400304
+HeapAlloc dt=6 heapalloc_value=5408496
+HeapAlloc dt=6 heapalloc_value=5416688
+HeapAlloc dt=5 heapalloc_value=5424880
+HeapAlloc dt=6 heapalloc_value=5433072
+HeapAlloc dt=33 heapalloc_value=5441264
+HeapAlloc dt=7 heapalloc_value=5449456
+HeapAlloc dt=5 heapalloc_value=5457648
+HeapAlloc dt=8 heapalloc_value=5465840
+HeapAlloc dt=6 heapalloc_value=5474032
+HeapAlloc dt=5 heapalloc_value=5482224
+HeapAlloc dt=6 heapalloc_value=5490416
+HeapAlloc dt=5 heapalloc_value=5498608
+HeapAlloc dt=6 heapalloc_value=5506800
+HeapAlloc dt=6 heapalloc_value=5514992
+HeapAlloc dt=5 heapalloc_value=5523184
+HeapAlloc dt=12 heapalloc_value=5531376
+HeapAlloc dt=6 heapalloc_value=5539568
+HeapAlloc dt=6 heapalloc_value=5547760
+HeapAlloc dt=5 heapalloc_value=5555952
+HeapAlloc dt=6 heapalloc_value=5564144
+HeapAlloc dt=5 heapalloc_value=5572336
+HeapAlloc dt=6 heapalloc_value=5580528
+HeapAlloc dt=5 heapalloc_value=5588720
+HeapAlloc dt=7 heapalloc_value=5596912
+HeapAlloc dt=6 heapalloc_value=5605104
+HeapAlloc dt=5 heapalloc_value=5613296
+HeapAlloc dt=6 heapalloc_value=5621488
+HeapAlloc dt=5 heapalloc_value=5629680
+HeapAlloc dt=6 heapalloc_value=5637872
+HeapAlloc dt=6 heapalloc_value=5646064
+HeapAlloc dt=37 heapalloc_value=5654256
+HeapAlloc dt=7 heapalloc_value=5662448
+HeapAlloc dt=6 heapalloc_value=5670640
+HeapAlloc dt=5 heapalloc_value=5678832
+HeapAlloc dt=6 heapalloc_value=5687024
+HeapAlloc dt=5 heapalloc_value=5695216
+HeapAlloc dt=6 heapalloc_value=5703408
+HeapAlloc dt=6 heapalloc_value=5711600
+HeapAlloc dt=5 heapalloc_value=5719792
+HeapAlloc dt=5 heapalloc_value=5727984
+HeapAlloc dt=6 heapalloc_value=5736176
+HeapAlloc dt=6 heapalloc_value=5744368
+HeapAlloc dt=5 heapalloc_value=5752560
+HeapAlloc dt=5 heapalloc_value=5760752
+GoBlock dt=15 reason_string=19 stack=21
+ProcStop dt=178
+ProcStart dt=17613 p=4 p_seq=3
+ProcStop dt=26
+ProcStart dt=3944 p=0 p_seq=9
+ProcStop dt=12
+ProcStart dt=16762 p=4 p_seq=6
ProcStop dt=14
-ProcStart dt=16839 p=0 p_seq=29
-GoUnblock dt=21 g=1 g_seq=20 stack=0
-GoStart dt=209 g=1 g_seq=21
-HeapAlloc dt=60 heapalloc_value=4452592
-HeapAlloc dt=28 heapalloc_value=4460784
-HeapAlloc dt=29 heapalloc_value=4468976
-HeapAlloc dt=17 heapalloc_value=4477168
-HeapAlloc dt=19 heapalloc_value=4485360
-HeapAlloc dt=26 heapalloc_value=4493552
-HeapAlloc dt=17 heapalloc_value=4501744
-HeapAlloc dt=21 heapalloc_value=4509936
-HeapAlloc dt=22 heapalloc_value=4518128
-HeapAlloc dt=22 heapalloc_value=4526320
-HeapAlloc dt=36 heapalloc_value=4624624
-HeapAlloc dt=174 heapalloc_value=4632816
-HeapAlloc dt=22 heapalloc_value=4641008
-HeapAlloc dt=23 heapalloc_value=4649200
-HeapAlloc dt=144 heapalloc_value=4657392
-HeapAlloc dt=18 heapalloc_value=4665584
-HeapAlloc dt=19 heapalloc_value=4673776
-HeapAlloc dt=59 heapalloc_value=4681968
-HeapAlloc dt=15 heapalloc_value=4690160
-HeapAlloc dt=10 heapalloc_value=4698352
-HeapAlloc dt=20 heapalloc_value=4706544
-HeapAlloc dt=37 heapalloc_value=4714736
-HeapAlloc dt=33 heapalloc_value=4722928
-HeapAlloc dt=32 heapalloc_value=4731120
-HeapAlloc dt=30 heapalloc_value=4739312
-HeapAlloc dt=33 heapalloc_value=4747504
-HeapAlloc dt=28 heapalloc_value=4755696
-HeapAlloc dt=10 heapalloc_value=4763888
-HeapAlloc dt=9 heapalloc_value=4772080
-HeapAlloc dt=10 heapalloc_value=4780272
-HeapAlloc dt=10 heapalloc_value=4788464
-HeapAlloc dt=12 heapalloc_value=4796656
-HeapAlloc dt=11 heapalloc_value=4804848
-HeapAlloc dt=9 heapalloc_value=4813040
-HeapAlloc dt=9 heapalloc_value=4821232
-HeapAlloc dt=9 heapalloc_value=4829424
-HeapAlloc dt=9 heapalloc_value=4837616
-HeapAlloc dt=10 heapalloc_value=4845808
-HeapAlloc dt=10 heapalloc_value=4854000
-HeapAlloc dt=105 heapalloc_value=4862192
-HeapAlloc dt=13 heapalloc_value=4870384
-HeapAlloc dt=10 heapalloc_value=4878576
-HeapAlloc dt=9 heapalloc_value=4886768
-HeapAlloc dt=59 heapalloc_value=4894960
-HeapAlloc dt=11 heapalloc_value=4903152
-HeapAlloc dt=10 heapalloc_value=4911344
-HeapAlloc dt=9 heapalloc_value=4919536
-HeapAlloc dt=11 heapalloc_value=4927728
-HeapAlloc dt=12 heapalloc_value=4935920
-HeapAlloc dt=10 heapalloc_value=4944112
-HeapAlloc dt=9 heapalloc_value=4952304
-HeapAlloc dt=10 heapalloc_value=4960496
-HeapAlloc dt=9 heapalloc_value=4968688
-HeapAlloc dt=10 heapalloc_value=4976880
-HeapAlloc dt=9 heapalloc_value=4985072
-HeapAlloc dt=12 heapalloc_value=4993264
-HeapAlloc dt=9 heapalloc_value=5001456
-HeapAlloc dt=9 heapalloc_value=5009648
-HeapAlloc dt=10 heapalloc_value=5017840
-HeapAlloc dt=9 heapalloc_value=5026032
-HeapAlloc dt=10 heapalloc_value=5034224
-HeapAlloc dt=9 heapalloc_value=5042416
-HeapAlloc dt=10 heapalloc_value=5050608
-HeapAlloc dt=11 heapalloc_value=5058800
-HeapAlloc dt=10 heapalloc_value=5066992
-HeapAlloc dt=14 heapalloc_value=5075184
-HeapAlloc dt=9 heapalloc_value=5083376
-HeapAlloc dt=10 heapalloc_value=5091568
-HeapAlloc dt=9 heapalloc_value=5099760
-HeapAlloc dt=10 heapalloc_value=5107952
-HeapAlloc dt=10 heapalloc_value=5116144
-HeapAlloc dt=21 heapalloc_value=5124336
-HeapAlloc dt=11 heapalloc_value=5132528
-HeapAlloc dt=8 heapalloc_value=5140720
-HeapAlloc dt=7 heapalloc_value=5148912
-HeapAlloc dt=8 heapalloc_value=5157104
-HeapAlloc dt=9 heapalloc_value=5165296
-HeapAlloc dt=10 heapalloc_value=5173488
-HeapAlloc dt=78 heapalloc_value=5181680
-HeapAlloc dt=11 heapalloc_value=5189872
-HeapAlloc dt=7 heapalloc_value=5198064
-HeapAlloc dt=8 heapalloc_value=5206256
-HeapAlloc dt=8 heapalloc_value=5214448
-HeapAlloc dt=7 heapalloc_value=5222640
-HeapAlloc dt=10 heapalloc_value=5230832
-HeapAlloc dt=7 heapalloc_value=5239024
-HeapAlloc dt=8 heapalloc_value=5247216
-HeapAlloc dt=7 heapalloc_value=5255408
-HeapAlloc dt=8 heapalloc_value=5263600
-HeapAlloc dt=7 heapalloc_value=5271792
-HeapAlloc dt=8 heapalloc_value=5279984
-HeapAlloc dt=8 heapalloc_value=5288176
-HeapAlloc dt=96 heapalloc_value=5296368
-HeapAlloc dt=11 heapalloc_value=5304560
-HeapAlloc dt=53 heapalloc_value=5312752
-HeapAlloc dt=9 heapalloc_value=5320944
-HeapAlloc dt=8 heapalloc_value=5329136
-HeapAlloc dt=8 heapalloc_value=5337328
-HeapAlloc dt=7 heapalloc_value=5345520
-HeapAlloc dt=8 heapalloc_value=5353712
-HeapAlloc dt=9 heapalloc_value=5361904
-HeapAlloc dt=8 heapalloc_value=5370096
-HeapAlloc dt=7 heapalloc_value=5378288
-HeapAlloc dt=8 heapalloc_value=5386480
-HeapAlloc dt=7 heapalloc_value=5394672
-HeapAlloc dt=7 heapalloc_value=5402864
-HeapAlloc dt=8 heapalloc_value=5411056
-HeapAlloc dt=8 heapalloc_value=5419248
-HeapAlloc dt=9 heapalloc_value=5427440
-HeapAlloc dt=7 heapalloc_value=5435632
-HeapAlloc dt=8 heapalloc_value=5443824
-HeapAlloc dt=7 heapalloc_value=5452016
-HeapAlloc dt=8 heapalloc_value=5460208
-HeapAlloc dt=7 heapalloc_value=5468400
-HeapAlloc dt=8 heapalloc_value=5476592
-HeapAlloc dt=7 heapalloc_value=5484784
-HeapAlloc dt=10 heapalloc_value=5492976
-HeapAlloc dt=8 heapalloc_value=5501168
-HeapAlloc dt=7 heapalloc_value=5509360
-HeapAlloc dt=8 heapalloc_value=5517552
-HeapAlloc dt=7 heapalloc_value=5525744
-HeapAlloc dt=8 heapalloc_value=5533936
-HeapAlloc dt=8 heapalloc_value=5542128
-HeapAlloc dt=8 heapalloc_value=5550320
-HeapAlloc dt=84 heapalloc_value=5558512
-HeapAlloc dt=10 heapalloc_value=5566704
-GoBlock dt=17 reason_string=19 stack=21
-ProcStop dt=237
-ProcStart dt=17614 p=1 p_seq=17
-ProcStop dt=23
-ProcStart dt=4599 p=0 p_seq=32
+ProcStart dt=9275 p=0 p_seq=12
+ProcStop dt=9
+ProcStart dt=16732 p=0 p_seq=13
+GoUnblock dt=9 g=1 g_seq=38 stack=0
+GoStart dt=84 g=1 g_seq=39
+HeapAlloc dt=23 heapalloc_value=9631048
+HeapAlloc dt=24 heapalloc_value=9639240
+HeapAlloc dt=15 heapalloc_value=9647432
+HeapAlloc dt=15 heapalloc_value=9655624
+HeapAlloc dt=15 heapalloc_value=9663816
+HeapAlloc dt=16 heapalloc_value=9672008
+HeapAlloc dt=14 heapalloc_value=9680200
+HeapAlloc dt=18 heapalloc_value=9688392
+HeapAlloc dt=14 heapalloc_value=9696584
+HeapAlloc dt=19 heapalloc_value=9704776
+HeapAlloc dt=15 heapalloc_value=9712968
+HeapAlloc dt=76 heapalloc_value=9721160
+HeapAlloc dt=18 heapalloc_value=9729352
+HeapAlloc dt=17 heapalloc_value=9737544
+HeapAlloc dt=14 heapalloc_value=9745736
+HeapAlloc dt=15 heapalloc_value=9753928
+HeapAlloc dt=16 heapalloc_value=9762120
+HeapAlloc dt=28 heapalloc_value=9770312
+HeapAlloc dt=23 heapalloc_value=9778504
+HeapAlloc dt=19 heapalloc_value=9786696
+HeapAlloc dt=14 heapalloc_value=9794888
+HeapAlloc dt=26 heapalloc_value=9803080
+HeapAlloc dt=18 heapalloc_value=9811272
+HeapAlloc dt=16 heapalloc_value=9819464
+HeapAlloc dt=15 heapalloc_value=9827656
+HeapAlloc dt=19 heapalloc_value=9835848
+HeapAlloc dt=16 heapalloc_value=9844040
+HeapAlloc dt=15 heapalloc_value=9852232
+HeapAlloc dt=15 heapalloc_value=9860424
+HeapAlloc dt=15 heapalloc_value=9868616
+HeapAlloc dt=15 heapalloc_value=9876808
+HeapAlloc dt=15 heapalloc_value=9885000
+HeapAlloc dt=15 heapalloc_value=9893192
+HeapAlloc dt=15 heapalloc_value=9901384
+HeapAlloc dt=16 heapalloc_value=9909576
+HeapAlloc dt=16 heapalloc_value=9917768
+HeapAlloc dt=15 heapalloc_value=9925960
+HeapAlloc dt=15 heapalloc_value=9934152
+HeapAlloc dt=15 heapalloc_value=9942344
+HeapAlloc dt=15 heapalloc_value=9950536
+HeapAlloc dt=16 heapalloc_value=9958728
+HeapAlloc dt=15 heapalloc_value=9966920
+HeapAlloc dt=63 heapalloc_value=9975112
+HeapAlloc dt=20 heapalloc_value=9983304
+HeapAlloc dt=14 heapalloc_value=9991496
+HeapAlloc dt=15 heapalloc_value=9999688
+HeapAlloc dt=14 heapalloc_value=10007880
+HeapAlloc dt=15 heapalloc_value=10016072
+HeapAlloc dt=16 heapalloc_value=10024264
+HeapAlloc dt=16 heapalloc_value=10032456
+HeapAlloc dt=16 heapalloc_value=10040648
+HeapAlloc dt=16 heapalloc_value=10048840
+HeapAlloc dt=15 heapalloc_value=10057032
+HeapAlloc dt=16 heapalloc_value=10065224
+HeapAlloc dt=14 heapalloc_value=10073416
+HeapAlloc dt=16 heapalloc_value=10081608
+HeapAlloc dt=15 heapalloc_value=10089800
+HeapAlloc dt=16 heapalloc_value=10097992
+HeapAlloc dt=16 heapalloc_value=10106184
+HeapAlloc dt=17 heapalloc_value=10114376
+HeapAlloc dt=15 heapalloc_value=10122568
+HeapAlloc dt=33 heapalloc_value=10327368
+HeapAlloc dt=367 heapalloc_value=10335560
+HeapAlloc dt=21 heapalloc_value=10343752
+HeapAlloc dt=16 heapalloc_value=10351944
+HeapAlloc dt=15 heapalloc_value=10360136
+HeapAlloc dt=16 heapalloc_value=10368328
+HeapAlloc dt=16 heapalloc_value=10376520
+HeapAlloc dt=16 heapalloc_value=10384712
+HeapAlloc dt=15 heapalloc_value=10392904
+HeapAlloc dt=15 heapalloc_value=10401096
+HeapAlloc dt=15 heapalloc_value=10409288
+HeapAlloc dt=15 heapalloc_value=10417480
+HeapAlloc dt=15 heapalloc_value=10425672
+HeapAlloc dt=17 heapalloc_value=10433864
+HeapAlloc dt=15 heapalloc_value=10442056
+HeapAlloc dt=15 heapalloc_value=10450248
+HeapAlloc dt=15 heapalloc_value=10458440
+HeapAlloc dt=15 heapalloc_value=10466632
+HeapAlloc dt=15 heapalloc_value=10474824
+HeapAlloc dt=15 heapalloc_value=10483016
+HeapAlloc dt=14 heapalloc_value=10491208
+HeapAlloc dt=22 heapalloc_value=10499400
+HeapAlloc dt=7 heapalloc_value=10507592
+HeapAlloc dt=9 heapalloc_value=10515784
+HeapAlloc dt=7 heapalloc_value=10523976
+HeapAlloc dt=6 heapalloc_value=10532168
+HeapAlloc dt=5 heapalloc_value=10540360
+HeapAlloc dt=6 heapalloc_value=10548552
+HeapAlloc dt=6 heapalloc_value=10556744
+HeapAlloc dt=5 heapalloc_value=10564936
+HeapAlloc dt=6 heapalloc_value=10573128
+HeapAlloc dt=6 heapalloc_value=10581320
+HeapAlloc dt=5 heapalloc_value=10589512
+HeapAlloc dt=6 heapalloc_value=10597704
+HeapAlloc dt=6 heapalloc_value=10605896
+HeapAlloc dt=5 heapalloc_value=10614088
+HeapAlloc dt=6 heapalloc_value=10622280
+HeapAlloc dt=5 heapalloc_value=10630472
+HeapAlloc dt=6 heapalloc_value=10638664
+HeapAlloc dt=6 heapalloc_value=10646856
+HeapAlloc dt=5 heapalloc_value=10655048
+HeapAlloc dt=6 heapalloc_value=10663240
+HeapAlloc dt=5 heapalloc_value=10671432
+HeapAlloc dt=6 heapalloc_value=10679624
+HeapAlloc dt=5 heapalloc_value=10687816
+HeapAlloc dt=221 heapalloc_value=10696008
+HeapAlloc dt=9 heapalloc_value=10704200
+HeapAlloc dt=6 heapalloc_value=10712392
+HeapAlloc dt=5 heapalloc_value=10720584
+HeapAlloc dt=6 heapalloc_value=10728776
+HeapAlloc dt=6 heapalloc_value=10736968
+HeapAlloc dt=5 heapalloc_value=10745160
+HeapAlloc dt=6 heapalloc_value=10753352
+HeapAlloc dt=5 heapalloc_value=10761544
+HeapAlloc dt=6 heapalloc_value=10769736
+HeapAlloc dt=5 heapalloc_value=10777928
+HeapAlloc dt=5 heapalloc_value=10786120
+HeapAlloc dt=6 heapalloc_value=10794312
+HeapAlloc dt=6 heapalloc_value=10802504
+HeapAlloc dt=5 heapalloc_value=10810696
+HeapAlloc dt=6 heapalloc_value=10818888
+HeapAlloc dt=5 heapalloc_value=10827080
+HeapAlloc dt=6 heapalloc_value=10835272
+HeapAlloc dt=5 heapalloc_value=10843464
+HeapAlloc dt=6 heapalloc_value=10851656
+GoBlock dt=11 reason_string=19 stack=21
+ProcStop dt=119
+ProcStart dt=17350 p=2 p_seq=7
+ProcStop dt=13
+ProcStart dt=1133 p=0 p_seq=16
+ProcStop dt=8
+ProcStart dt=16748 p=0 p_seq=17
+GoUnblock dt=7 g=1 g_seq=42 stack=0
+GoStart dt=84 g=1 g_seq=43
+HeapAlloc dt=15 heapalloc_value=11883848
+HeapAlloc dt=10 heapalloc_value=11892040
+HeapAlloc dt=6 heapalloc_value=11900232
+HeapAlloc dt=6 heapalloc_value=11908424
+HeapAlloc dt=6 heapalloc_value=11916616
+HeapAlloc dt=6 heapalloc_value=11924808
+HeapAlloc dt=8 heapalloc_value=11933000
+HeapAlloc dt=5 heapalloc_value=11941192
+HeapAlloc dt=6 heapalloc_value=11949384
+HeapAlloc dt=62 heapalloc_value=11957576
+HeapAlloc dt=7 heapalloc_value=11965768
+HeapAlloc dt=6 heapalloc_value=11973960
+HeapAlloc dt=6 heapalloc_value=11982152
+HeapAlloc dt=5 heapalloc_value=11990344
+HeapAlloc dt=6 heapalloc_value=11998536
+HeapAlloc dt=6 heapalloc_value=12006728
+HeapAlloc dt=5 heapalloc_value=12014920
+HeapAlloc dt=6 heapalloc_value=12023112
+HeapAlloc dt=5 heapalloc_value=12031304
+HeapAlloc dt=6 heapalloc_value=12039496
+HeapAlloc dt=5 heapalloc_value=12047688
+HeapAlloc dt=6 heapalloc_value=12055880
+HeapAlloc dt=6 heapalloc_value=12064072
+HeapAlloc dt=6 heapalloc_value=12072264
+HeapAlloc dt=5 heapalloc_value=12080456
+HeapAlloc dt=352 heapalloc_value=12088648
+HeapAlloc dt=14 heapalloc_value=12096840
+HeapAlloc dt=7 heapalloc_value=12105032
+HeapAlloc dt=5 heapalloc_value=12113224
+HeapAlloc dt=6 heapalloc_value=12121416
+HeapAlloc dt=41 heapalloc_value=12129608
+HeapAlloc dt=7 heapalloc_value=12137800
+HeapAlloc dt=5 heapalloc_value=12145992
+HeapAlloc dt=6 heapalloc_value=12154184
+HeapAlloc dt=6 heapalloc_value=12162376
+HeapAlloc dt=6 heapalloc_value=12170568
+HeapAlloc dt=5 heapalloc_value=12178760
+HeapAlloc dt=6 heapalloc_value=12186952
+HeapAlloc dt=5 heapalloc_value=12195144
+HeapAlloc dt=7 heapalloc_value=12203336
+HeapAlloc dt=5 heapalloc_value=12211528
+HeapAlloc dt=6 heapalloc_value=12219720
+HeapAlloc dt=5 heapalloc_value=12227912
+HeapAlloc dt=6 heapalloc_value=12236104
+HeapAlloc dt=6 heapalloc_value=12244296
+HeapAlloc dt=6 heapalloc_value=12252488
+HeapAlloc dt=5 heapalloc_value=12260680
+HeapAlloc dt=46 heapalloc_value=12268872
+HeapAlloc dt=6 heapalloc_value=12277064
+HeapAlloc dt=6 heapalloc_value=12285256
+HeapAlloc dt=6 heapalloc_value=12293448
+HeapAlloc dt=5 heapalloc_value=12301640
+HeapAlloc dt=6 heapalloc_value=12309832
+HeapAlloc dt=5 heapalloc_value=12318024
+HeapAlloc dt=6 heapalloc_value=12326216
+HeapAlloc dt=5 heapalloc_value=12334408
+HeapAlloc dt=6 heapalloc_value=12342600
+HeapAlloc dt=5 heapalloc_value=12350792
+HeapAlloc dt=6 heapalloc_value=12358984
+HeapAlloc dt=5 heapalloc_value=12367176
+HeapAlloc dt=6 heapalloc_value=12375368
+HeapAlloc dt=37 heapalloc_value=12383560
+HeapAlloc dt=7 heapalloc_value=12391752
+HeapAlloc dt=6 heapalloc_value=12399944
+HeapAlloc dt=5 heapalloc_value=12408136
+HeapAlloc dt=6 heapalloc_value=12416328
+HeapAlloc dt=6 heapalloc_value=12424520
+HeapAlloc dt=13 heapalloc_value=12686664
+HeapAlloc dt=2516 heapalloc_value=12694856
+HeapAlloc dt=9 heapalloc_value=12703048
+HeapAlloc dt=8 heapalloc_value=12711240
+HeapAlloc dt=7 heapalloc_value=12719432
+HeapAlloc dt=8 heapalloc_value=12727624
+HeapAlloc dt=7 heapalloc_value=12735816
+HeapAlloc dt=8 heapalloc_value=12744008
+HeapAlloc dt=7 heapalloc_value=12752200
+HeapAlloc dt=8 heapalloc_value=12760392
+HeapAlloc dt=7 heapalloc_value=12768584
+HeapAlloc dt=7 heapalloc_value=12776776
+HeapAlloc dt=8 heapalloc_value=12784968
+HeapAlloc dt=7 heapalloc_value=12793160
+HeapAlloc dt=8 heapalloc_value=12801352
+HeapAlloc dt=8 heapalloc_value=12809544
+HeapAlloc dt=7 heapalloc_value=12817736
+HeapAlloc dt=7 heapalloc_value=12825928
+HeapAlloc dt=8 heapalloc_value=12834120
+HeapAlloc dt=7 heapalloc_value=12842312
+HeapAlloc dt=8 heapalloc_value=12850504
+HeapAlloc dt=8 heapalloc_value=12858696
+HeapAlloc dt=7 heapalloc_value=12866888
+HeapAlloc dt=13 heapalloc_value=12875080
+HeapAlloc dt=8 heapalloc_value=12883272
+HeapAlloc dt=5 heapalloc_value=12891464
+HeapAlloc dt=6 heapalloc_value=12899656
+HeapAlloc dt=6 heapalloc_value=12907848
+HeapAlloc dt=5 heapalloc_value=12916040
+HeapAlloc dt=6 heapalloc_value=12924232
+HeapAlloc dt=6 heapalloc_value=12932424
+HeapAlloc dt=5 heapalloc_value=12940616
+HeapAlloc dt=6 heapalloc_value=12948808
+HeapAlloc dt=5 heapalloc_value=12957000
+HeapAlloc dt=6 heapalloc_value=12965192
+HeapAlloc dt=5 heapalloc_value=12973384
+HeapAlloc dt=6 heapalloc_value=12981576
+HeapAlloc dt=6 heapalloc_value=12989768
+HeapAlloc dt=5 heapalloc_value=12997960
+HeapAlloc dt=6 heapalloc_value=13006152
+HeapAlloc dt=6 heapalloc_value=13014344
+HeapAlloc dt=5 heapalloc_value=13022536
+HeapAlloc dt=6 heapalloc_value=13030728
+HeapAlloc dt=5 heapalloc_value=13038920
+HeapAlloc dt=62 heapalloc_value=13047112
+HeapAlloc dt=39 heapalloc_value=13055304
+HeapAlloc dt=7 heapalloc_value=13063496
+HeapAlloc dt=6 heapalloc_value=13071688
+HeapAlloc dt=6 heapalloc_value=13079880
+HeapAlloc dt=6 heapalloc_value=13088072
+HeapAlloc dt=5 heapalloc_value=13096264
+HeapAlloc dt=5 heapalloc_value=13104456
+HeapAlloc dt=6 heapalloc_value=13112648
+HeapAlloc dt=6 heapalloc_value=13120840
+HeapAlloc dt=5 heapalloc_value=13129032
+HeapAlloc dt=10 heapalloc_value=13137224
+HeapAlloc dt=6 heapalloc_value=13145416
+HeapAlloc dt=5 heapalloc_value=13153608
+HeapAlloc dt=6 heapalloc_value=13161800
+GoBlock dt=12 reason_string=19 stack=21
+ProcStop dt=124
+ProcStart dt=17212 p=2 p_seq=9
+ProcStop dt=13
+ProcStart dt=1068 p=0 p_seq=20
+ProcStop dt=8
+ProcStart dt=16756 p=0 p_seq=21
+GoUnblock dt=11 g=1 g_seq=46 stack=0
+GoStart dt=92 g=1 g_seq=47
+HeapAlloc dt=19 heapalloc_value=14193992
+HeapAlloc dt=10 heapalloc_value=14202184
+HeapAlloc dt=6 heapalloc_value=14210376
+HeapAlloc dt=6 heapalloc_value=14218568
+HeapAlloc dt=6 heapalloc_value=14226760
+HeapAlloc dt=6 heapalloc_value=14234952
+HeapAlloc dt=6 heapalloc_value=14243144
+HeapAlloc dt=6 heapalloc_value=14251336
+HeapAlloc dt=6 heapalloc_value=14259528
+HeapAlloc dt=6 heapalloc_value=14267720
+HeapAlloc dt=5 heapalloc_value=14275912
+HeapAlloc dt=6 heapalloc_value=14284104
+HeapAlloc dt=6 heapalloc_value=14292296
+HeapAlloc dt=6 heapalloc_value=14300488
+HeapAlloc dt=60 heapalloc_value=14308680
+HeapAlloc dt=8 heapalloc_value=14316872
+HeapAlloc dt=6 heapalloc_value=14325064
+HeapAlloc dt=6 heapalloc_value=14333256
+HeapAlloc dt=6 heapalloc_value=14341448
+HeapAlloc dt=5 heapalloc_value=14349640
+HeapAlloc dt=6 heapalloc_value=14357832
+HeapAlloc dt=6 heapalloc_value=14366024
+HeapAlloc dt=6 heapalloc_value=14374216
+HeapAlloc dt=6 heapalloc_value=14382408
+HeapAlloc dt=8 heapalloc_value=14390600
+HeapAlloc dt=6 heapalloc_value=14398792
+HeapAlloc dt=6 heapalloc_value=14406984
+HeapAlloc dt=6 heapalloc_value=14415176
+HeapAlloc dt=6 heapalloc_value=14423368
+HeapAlloc dt=5 heapalloc_value=14431560
+HeapAlloc dt=6 heapalloc_value=14439752
+HeapAlloc dt=7 heapalloc_value=14447944
+HeapAlloc dt=5 heapalloc_value=14456136
+HeapAlloc dt=6 heapalloc_value=14464328
+HeapAlloc dt=6 heapalloc_value=14472520
+HeapAlloc dt=5 heapalloc_value=14480712
+HeapAlloc dt=6 heapalloc_value=14488904
+HeapAlloc dt=6 heapalloc_value=14497096
+HeapAlloc dt=6 heapalloc_value=14505288
+HeapAlloc dt=6 heapalloc_value=14513480
+HeapAlloc dt=6 heapalloc_value=14521672
+HeapAlloc dt=6 heapalloc_value=14529864
+HeapAlloc dt=5 heapalloc_value=14538056
+HeapAlloc dt=6 heapalloc_value=14546248
+HeapAlloc dt=6 heapalloc_value=14554440
+HeapAlloc dt=5 heapalloc_value=14562632
+HeapAlloc dt=6 heapalloc_value=14570824
+HeapAlloc dt=6 heapalloc_value=14579016
+HeapAlloc dt=6 heapalloc_value=14587208
+HeapAlloc dt=6 heapalloc_value=14595400
+HeapAlloc dt=5 heapalloc_value=14603592
+HeapAlloc dt=6 heapalloc_value=14611784
+HeapAlloc dt=45 heapalloc_value=14619976
+HeapAlloc dt=7 heapalloc_value=14628168
+HeapAlloc dt=6 heapalloc_value=14636360
+HeapAlloc dt=7 heapalloc_value=14644552
+HeapAlloc dt=5 heapalloc_value=14652744
+HeapAlloc dt=6 heapalloc_value=14660936
+HeapAlloc dt=6 heapalloc_value=14669128
+HeapAlloc dt=5 heapalloc_value=14677320
+HeapAlloc dt=6 heapalloc_value=14685512
+HeapAlloc dt=6 heapalloc_value=14693704
+HeapAlloc dt=6 heapalloc_value=14701896
+HeapAlloc dt=15 heapalloc_value=14710088
+HeapAlloc dt=6 heapalloc_value=14718280
+HeapAlloc dt=5 heapalloc_value=14726472
+HeapAlloc dt=35 heapalloc_value=14734664
+HeapAlloc dt=7 heapalloc_value=14742856
+HeapAlloc dt=6 heapalloc_value=14751048
+HeapAlloc dt=6 heapalloc_value=14759240
+HeapAlloc dt=6 heapalloc_value=14767432
+HeapAlloc dt=6 heapalloc_value=14775624
+HeapAlloc dt=6 heapalloc_value=14783816
+HeapAlloc dt=6 heapalloc_value=14792008
+HeapAlloc dt=5 heapalloc_value=14800200
+HeapAlloc dt=6 heapalloc_value=14808392
+HeapAlloc dt=5 heapalloc_value=14816584
+HeapAlloc dt=6 heapalloc_value=14824776
+HeapAlloc dt=6 heapalloc_value=14832968
+HeapAlloc dt=6 heapalloc_value=14841160
+HeapAlloc dt=6 heapalloc_value=14849352
+HeapAlloc dt=45 heapalloc_value=14857544
+HeapAlloc dt=6 heapalloc_value=14865736
+HeapAlloc dt=5 heapalloc_value=14873928
+HeapAlloc dt=6 heapalloc_value=14882120
+HeapAlloc dt=6 heapalloc_value=14890312
+HeapAlloc dt=6 heapalloc_value=14898504
+HeapAlloc dt=6 heapalloc_value=14906696
+HeapAlloc dt=6 heapalloc_value=14914888
+HeapAlloc dt=5 heapalloc_value=14923080
+HeapAlloc dt=6 heapalloc_value=14931272
+HeapAlloc dt=6 heapalloc_value=14939464
+HeapAlloc dt=5 heapalloc_value=14947656
+HeapAlloc dt=6 heapalloc_value=14955848
+HeapAlloc dt=6 heapalloc_value=14964040
+HeapAlloc dt=6 heapalloc_value=14972232
+HeapAlloc dt=5 heapalloc_value=14980424
+HeapAlloc dt=6 heapalloc_value=14988616
+HeapAlloc dt=6 heapalloc_value=14996808
+HeapAlloc dt=5 heapalloc_value=15005000
+HeapAlloc dt=6 heapalloc_value=15013192
+HeapAlloc dt=6 heapalloc_value=15021384
+HeapAlloc dt=6 heapalloc_value=15029576
+HeapAlloc dt=6 heapalloc_value=15037768
+HeapAlloc dt=6 heapalloc_value=15045960
+HeapAlloc dt=5 heapalloc_value=15054152
+HeapAlloc dt=6 heapalloc_value=15062344
+HeapAlloc dt=6 heapalloc_value=15070536
+HeapAlloc dt=6 heapalloc_value=15078728
+HeapAlloc dt=5 heapalloc_value=15086920
+HeapAlloc dt=6 heapalloc_value=15095112
+HeapAlloc dt=6 heapalloc_value=15103304
+HeapAlloc dt=5 heapalloc_value=15111496
+HeapAlloc dt=6 heapalloc_value=15119688
+HeapAlloc dt=6 heapalloc_value=15127880
+HeapAlloc dt=5 heapalloc_value=15136072
+HeapAlloc dt=51 heapalloc_value=15471944
+HeapAlloc dt=2533 heapalloc_value=15480136
+HeapAlloc dt=11 heapalloc_value=15488328
+HeapAlloc dt=9 heapalloc_value=15496520
+HeapAlloc dt=7 heapalloc_value=15504712
+HeapAlloc dt=9 heapalloc_value=15512904
+HeapAlloc dt=9 heapalloc_value=15521096
+HeapAlloc dt=7 heapalloc_value=15529288
+HeapAlloc dt=8 heapalloc_value=15537480
+HeapAlloc dt=8 heapalloc_value=15545672
+GoBlock dt=13 reason_string=19 stack=21
+ProcStop dt=116
+ProcStart dt=17265 p=2 p_seq=11
+ProcStop dt=10
+ProcStart dt=1450 p=0 p_seq=24
+ProcStop dt=9
+ProcStart dt=17026 p=0 p_seq=25
+GoUnblock dt=12 g=1 g_seq=50 stack=0
+GoStart dt=148 g=1 g_seq=51
+HeapAlloc dt=20 heapalloc_value=16577864
+HeapAlloc dt=15 heapalloc_value=16586056
+HeapAlloc dt=10 heapalloc_value=16594248
+HeapAlloc dt=11 heapalloc_value=16602440
+HeapAlloc dt=9 heapalloc_value=16610632
+HeapAlloc dt=9 heapalloc_value=16618824
+HeapAlloc dt=10 heapalloc_value=16627016
+HeapAlloc dt=9 heapalloc_value=16635208
+HeapAlloc dt=11 heapalloc_value=16643400
+HeapAlloc dt=11 heapalloc_value=16651592
+HeapAlloc dt=9 heapalloc_value=16659784
+HeapAlloc dt=11 heapalloc_value=16667976
+HeapAlloc dt=9 heapalloc_value=16676168
+HeapAlloc dt=10 heapalloc_value=16684360
+HeapAlloc dt=10 heapalloc_value=16692552
+HeapAlloc dt=10 heapalloc_value=16700744
+HeapAlloc dt=11 heapalloc_value=16708936
+HeapAlloc dt=11 heapalloc_value=16717128
+HeapAlloc dt=9 heapalloc_value=16725320
+HeapAlloc dt=78 heapalloc_value=16733512
+HeapAlloc dt=14 heapalloc_value=16741704
+HeapAlloc dt=10 heapalloc_value=16749896
+HeapAlloc dt=11 heapalloc_value=16758088
+HeapAlloc dt=11 heapalloc_value=16766280
+HeapAlloc dt=10 heapalloc_value=16774472
+HeapAlloc dt=9 heapalloc_value=16782664
+HeapAlloc dt=10 heapalloc_value=16790856
+HeapAlloc dt=9 heapalloc_value=16799048
+HeapAlloc dt=21 heapalloc_value=16807240
+HeapAlloc dt=11 heapalloc_value=16815432
+HeapAlloc dt=9 heapalloc_value=16823624
+HeapAlloc dt=9 heapalloc_value=16831816
+HeapAlloc dt=9 heapalloc_value=16840008
+HeapAlloc dt=10 heapalloc_value=16848200
+HeapAlloc dt=11 heapalloc_value=16856392
+HeapAlloc dt=9 heapalloc_value=16864584
+HeapAlloc dt=6 heapalloc_value=16872776
+HeapAlloc dt=9 heapalloc_value=16880968
+HeapAlloc dt=6 heapalloc_value=16889160
+HeapAlloc dt=6 heapalloc_value=16897352
+HeapAlloc dt=5 heapalloc_value=16905544
+HeapAlloc dt=6 heapalloc_value=16913736
+HeapAlloc dt=6 heapalloc_value=16921928
+HeapAlloc dt=5 heapalloc_value=16930120
+HeapAlloc dt=6 heapalloc_value=16938312
+HeapAlloc dt=5 heapalloc_value=16946504
+HeapAlloc dt=6 heapalloc_value=16954696
+HeapAlloc dt=5 heapalloc_value=16962888
+HeapAlloc dt=5 heapalloc_value=16971080
+HeapAlloc dt=5 heapalloc_value=16979272
+HeapAlloc dt=6 heapalloc_value=16987464
+HeapAlloc dt=5 heapalloc_value=16995656
+HeapAlloc dt=5 heapalloc_value=17003848
+HeapAlloc dt=6 heapalloc_value=17012040
+HeapAlloc dt=5 heapalloc_value=17020232
+HeapAlloc dt=6 heapalloc_value=17028424
+HeapAlloc dt=5 heapalloc_value=17036616
+HeapAlloc dt=53 heapalloc_value=17044808
+HeapAlloc dt=7 heapalloc_value=17053000
+HeapAlloc dt=5 heapalloc_value=17061192
+HeapAlloc dt=6 heapalloc_value=17069384
+HeapAlloc dt=11 heapalloc_value=17077576
+HeapAlloc dt=10 heapalloc_value=17085768
+HeapAlloc dt=5 heapalloc_value=17093960
+HeapAlloc dt=5 heapalloc_value=17102152
+HeapAlloc dt=6 heapalloc_value=17110344
+HeapAlloc dt=5 heapalloc_value=17118536
+HeapAlloc dt=5 heapalloc_value=17126728
+HeapAlloc dt=6 heapalloc_value=17134920
+HeapAlloc dt=5 heapalloc_value=17143112
+HeapAlloc dt=6 heapalloc_value=17151304
+HeapAlloc dt=37 heapalloc_value=17159496
+GCBegin dt=15 gc_seq=5 stack=22
+STWBegin dt=37 kind_string=22 stack=28
+GoUnblock dt=288 g=4 g_seq=9 stack=29
+ProcsChange dt=56 procs_value=8 stack=30
+STWEnd dt=23
+GCMarkAssistBegin dt=90 stack=31
+GCMarkAssistEnd dt=3424
+HeapAlloc dt=523 heapalloc_value=17175048
+HeapAlloc dt=21 heapalloc_value=17183240
+HeapAlloc dt=46 heapalloc_value=17191432
+HeapAlloc dt=96 heapalloc_value=17199624
+HeapAlloc dt=12 heapalloc_value=17207816
+HeapAlloc dt=12 heapalloc_value=17216008
+HeapAlloc dt=13 heapalloc_value=17224200
+HeapAlloc dt=10 heapalloc_value=17232392
+HeapAlloc dt=12 heapalloc_value=17240584
+HeapAlloc dt=13 heapalloc_value=17248776
+HeapAlloc dt=12 heapalloc_value=17256968
+HeapAlloc dt=14 heapalloc_value=17265160
+HeapAlloc dt=12 heapalloc_value=17273352
+HeapAlloc dt=12 heapalloc_value=17281544
+HeapAlloc dt=11 heapalloc_value=17289736
+HeapAlloc dt=13 heapalloc_value=17297928
+HeapAlloc dt=36 heapalloc_value=17306120
+HeapAlloc dt=12 heapalloc_value=17314312
+HeapAlloc dt=10 heapalloc_value=17322504
+HeapAlloc dt=12 heapalloc_value=17330696
+HeapAlloc dt=10 heapalloc_value=17338888
+HeapAlloc dt=11 heapalloc_value=17347080
+HeapAlloc dt=10 heapalloc_value=17355272
+HeapAlloc dt=10 heapalloc_value=17363464
+HeapAlloc dt=10 heapalloc_value=17371656
+HeapAlloc dt=11 heapalloc_value=17379848
+HeapAlloc dt=8 heapalloc_value=17388040
+HeapAlloc dt=13 heapalloc_value=17396232
+HeapAlloc dt=10 heapalloc_value=17404424
+HeapAlloc dt=13 heapalloc_value=17412616
+HeapAlloc dt=13 heapalloc_value=17420808
+HeapAlloc dt=10 heapalloc_value=17429000
+HeapAlloc dt=31 heapalloc_value=17437192
+HeapAlloc dt=6 heapalloc_value=17445384
+HeapAlloc dt=7 heapalloc_value=17453576
+HeapAlloc dt=6 heapalloc_value=17461768
+HeapAlloc dt=7 heapalloc_value=17469960
+HeapAlloc dt=7 heapalloc_value=17478152
+HeapAlloc dt=7 heapalloc_value=17486344
+HeapAlloc dt=7 heapalloc_value=17494536
+HeapAlloc dt=12 heapalloc_value=17502728
+HeapAlloc dt=7 heapalloc_value=17510920
+HeapAlloc dt=12 heapalloc_value=17519112
+HeapAlloc dt=13 heapalloc_value=17527304
+HeapAlloc dt=20 heapalloc_value=17535496
+HeapAlloc dt=15 heapalloc_value=17543688
+HeapAlloc dt=6 heapalloc_value=17551880
+HeapAlloc dt=7 heapalloc_value=17560072
+HeapAlloc dt=72 heapalloc_value=17568264
+HeapAlloc dt=37 heapalloc_value=17576456
+HeapAlloc dt=7 heapalloc_value=17584648
+HeapAlloc dt=7 heapalloc_value=17592840
+HeapAlloc dt=6 heapalloc_value=17601032
+GoBlock dt=13 reason_string=19 stack=21
+GoUnblock dt=157 g=24 g_seq=12 stack=0
+GoStart dt=7 g=24 g_seq=13
+GoLabel dt=1 label_string=2
+STWBegin dt=4128 kind_string=23 stack=37
+GoUnblock dt=64 g=25 g_seq=8 stack=38
+HeapAlloc dt=25 heapalloc_value=16970376
+GoUnblock dt=24 g=3 g_seq=5 stack=39
+GCEnd dt=6 gc_seq=6
+HeapGoal dt=7 heapgoal_value=34360936
+ProcsChange dt=46 procs_value=8 stack=40
+STWEnd dt=49
+GoBlock dt=756 reason_string=15 stack=27
+GoStart dt=10 g=3 g_seq=6
+GoBlock dt=14862 reason_string=14 stack=44
+ProcStop dt=25
+ProcStart dt=132428 p=0 p_seq=32
+GoStart dt=162 g=4 g_seq=12
+GoBlock dt=19 reason_string=15 stack=32
+ProcStop dt=20
+ProcStart dt=8304 p=0 p_seq=33
+GoStart dt=191 g=39 g_seq=1
+GoStop dt=306173 reason_string=16 stack=50
+GoStart dt=17 g=39 g_seq=2
+GoStop dt=315175 reason_string=16 stack=50
+GoStart dt=7 g=39 g_seq=3
+GoDestroy dt=159902
+ProcStop dt=50
+EventBatch gen=1 m=1709040 time=7689670148204 size=3534
+ProcStart dt=256 p=1 p_seq=1
+GoStart dt=186 g=6 g_seq=1
+HeapAlloc dt=320 heapalloc_value=2768896
+HeapAlloc dt=22 heapalloc_value=2777088
+GoBlock dt=229 reason_string=12 stack=15
+GoStart dt=12 g=8 g_seq=1
+HeapAlloc dt=15 heapalloc_value=2785280
+GoSyscallBegin dt=16 p_seq=2 stack=16
+GoSyscallEnd dt=254
+GoBlock dt=293 reason_string=15 stack=17
+GoStart dt=19 g=9 g_seq=1
+GoDestroy dt=156265
+ProcStop dt=44
+ProcStart dt=67218 p=1 p_seq=3
+ProcStop dt=19
+ProcStart dt=88214 p=1 p_seq=4
+ProcStop dt=13
+ProcStart dt=17539 p=0 p_seq=1
ProcStop dt=14
-ProcStart dt=16769 p=0 p_seq=33
-GoUnblock dt=22 g=1 g_seq=24 stack=0
-GoStart dt=189 g=1 g_seq=25
-HeapAlloc dt=55 heapalloc_value=6729968
-HeapAlloc dt=24 heapalloc_value=6738160
-HeapAlloc dt=12 heapalloc_value=6746352
-HeapAlloc dt=9 heapalloc_value=6754544
-HeapAlloc dt=10 heapalloc_value=6762736
-HeapAlloc dt=11 heapalloc_value=6770928
-HeapAlloc dt=8 heapalloc_value=6779120
-HeapAlloc dt=12 heapalloc_value=6787312
-HeapAlloc dt=8 heapalloc_value=6795504
-HeapAlloc dt=7 heapalloc_value=6803696
-HeapAlloc dt=9 heapalloc_value=6811888
-HeapAlloc dt=6 heapalloc_value=6820080
-HeapAlloc dt=6 heapalloc_value=6828272
-HeapAlloc dt=6 heapalloc_value=6836464
-HeapAlloc dt=6 heapalloc_value=6844656
-HeapAlloc dt=6 heapalloc_value=6852848
-HeapAlloc dt=6 heapalloc_value=6861040
-HeapAlloc dt=595 heapalloc_value=6869232
-HeapAlloc dt=89 heapalloc_value=6877424
-HeapAlloc dt=8 heapalloc_value=6885616
-HeapAlloc dt=7 heapalloc_value=6893808
-HeapAlloc dt=8 heapalloc_value=6902000
-HeapAlloc dt=43 heapalloc_value=6910192
-HeapAlloc dt=7 heapalloc_value=6918384
-HeapAlloc dt=6 heapalloc_value=6926576
-HeapAlloc dt=7 heapalloc_value=6934768
-HeapAlloc dt=6 heapalloc_value=6942960
-HeapAlloc dt=6 heapalloc_value=6951152
-HeapAlloc dt=6 heapalloc_value=6959344
-HeapAlloc dt=6 heapalloc_value=6967536
-HeapAlloc dt=6 heapalloc_value=6975728
-HeapAlloc dt=5 heapalloc_value=6983920
-HeapAlloc dt=6 heapalloc_value=6992112
-HeapAlloc dt=6 heapalloc_value=7000304
-HeapAlloc dt=6 heapalloc_value=7008496
-HeapAlloc dt=6 heapalloc_value=7016688
-HeapAlloc dt=6 heapalloc_value=7024880
-HeapAlloc dt=8 heapalloc_value=7033072
-HeapAlloc dt=5 heapalloc_value=7041264
-HeapAlloc dt=6 heapalloc_value=7049456
-HeapAlloc dt=6 heapalloc_value=7057648
-HeapAlloc dt=6 heapalloc_value=7065840
-HeapAlloc dt=5 heapalloc_value=7074032
-HeapAlloc dt=6 heapalloc_value=7082224
-HeapAlloc dt=6 heapalloc_value=7090416
-HeapAlloc dt=6 heapalloc_value=7098608
-HeapAlloc dt=5 heapalloc_value=7106800
-HeapAlloc dt=43 heapalloc_value=7114992
-HeapAlloc dt=7 heapalloc_value=7123184
-HeapAlloc dt=74 heapalloc_value=7131376
-HeapAlloc dt=8 heapalloc_value=7139568
-HeapAlloc dt=6 heapalloc_value=7147760
-HeapAlloc dt=6 heapalloc_value=7155952
-HeapAlloc dt=5 heapalloc_value=7164144
-HeapAlloc dt=6 heapalloc_value=7172336
-HeapAlloc dt=6 heapalloc_value=7180528
-HeapAlloc dt=6 heapalloc_value=7188720
-HeapAlloc dt=6 heapalloc_value=7196912
-HeapAlloc dt=379 heapalloc_value=7368944
-HeapAlloc dt=4398 heapalloc_value=7377136
-HeapAlloc dt=19 heapalloc_value=7385328
-HeapAlloc dt=14 heapalloc_value=7393520
-HeapAlloc dt=16 heapalloc_value=7401712
-HeapAlloc dt=12 heapalloc_value=7409904
-HeapAlloc dt=11 heapalloc_value=7418096
-HeapAlloc dt=13 heapalloc_value=7426288
-HeapAlloc dt=12 heapalloc_value=7434480
-HeapAlloc dt=12 heapalloc_value=7442672
-HeapAlloc dt=11 heapalloc_value=7450864
-HeapAlloc dt=12 heapalloc_value=7459056
-HeapAlloc dt=13 heapalloc_value=7467248
-HeapAlloc dt=13 heapalloc_value=7475440
-HeapAlloc dt=12 heapalloc_value=7483632
-HeapAlloc dt=13 heapalloc_value=7491824
-HeapAlloc dt=12 heapalloc_value=7500016
-HeapAlloc dt=12 heapalloc_value=7508208
-HeapAlloc dt=11 heapalloc_value=7516400
-HeapAlloc dt=12 heapalloc_value=7524592
-HeapAlloc dt=14 heapalloc_value=7532784
-HeapAlloc dt=12 heapalloc_value=7540976
-HeapAlloc dt=12 heapalloc_value=7549168
-HeapAlloc dt=13 heapalloc_value=7557360
-HeapAlloc dt=96 heapalloc_value=7565552
-HeapAlloc dt=9 heapalloc_value=7573744
-HeapAlloc dt=7 heapalloc_value=7581936
-HeapAlloc dt=6 heapalloc_value=7590128
-HeapAlloc dt=6 heapalloc_value=7598320
-HeapAlloc dt=6 heapalloc_value=7606512
-HeapAlloc dt=6 heapalloc_value=7614704
-HeapAlloc dt=6 heapalloc_value=7622896
-HeapAlloc dt=7 heapalloc_value=7631088
-HeapAlloc dt=6 heapalloc_value=7639280
-HeapAlloc dt=6 heapalloc_value=7647472
-HeapAlloc dt=81 heapalloc_value=7655664
-HeapAlloc dt=8 heapalloc_value=7663856
-HeapAlloc dt=6 heapalloc_value=7672048
-HeapAlloc dt=6 heapalloc_value=7680240
-HeapAlloc dt=6 heapalloc_value=7688432
-HeapAlloc dt=6 heapalloc_value=7696624
-HeapAlloc dt=45 heapalloc_value=7704816
-HeapAlloc dt=8 heapalloc_value=7713008
-HeapAlloc dt=6 heapalloc_value=7721200
-HeapAlloc dt=6 heapalloc_value=7729392
-HeapAlloc dt=6 heapalloc_value=7737584
-HeapAlloc dt=6 heapalloc_value=7745776
-HeapAlloc dt=6 heapalloc_value=7753968
-HeapAlloc dt=6 heapalloc_value=7762160
-HeapAlloc dt=6 heapalloc_value=7770352
-HeapAlloc dt=6 heapalloc_value=7778544
-HeapAlloc dt=6 heapalloc_value=7786736
-HeapAlloc dt=6 heapalloc_value=7794928
-HeapAlloc dt=6 heapalloc_value=7803120
-HeapAlloc dt=6 heapalloc_value=7811312
-HeapAlloc dt=6 heapalloc_value=7819504
-HeapAlloc dt=6 heapalloc_value=7827696
-HeapAlloc dt=6 heapalloc_value=7835888
-HeapAlloc dt=6 heapalloc_value=7844080
-HeapAlloc dt=6 heapalloc_value=7852272
-HeapAlloc dt=6 heapalloc_value=7860464
-HeapAlloc dt=6 heapalloc_value=7868656
-HeapAlloc dt=6 heapalloc_value=7876848
-HeapAlloc dt=6 heapalloc_value=7885040
-HeapAlloc dt=7 heapalloc_value=7893232
-HeapAlloc dt=5 heapalloc_value=7901424
-HeapAlloc dt=7 heapalloc_value=7909616
-HeapAlloc dt=72 heapalloc_value=7917808
-GCBegin dt=27 gc_seq=3 stack=41
-STWBegin dt=46 kind_string=22 stack=42
-GoUnblock dt=163 g=4 g_seq=3 stack=43
-ProcsChange dt=106 procs_value=8 stack=44
-STWEnd dt=26
-GCMarkAssistBegin dt=206 stack=30
-GCMarkAssistEnd dt=1163
-GoBlock dt=20 reason_string=19 stack=21
-GoStart dt=199 g=4 g_seq=4
-GoBlock dt=21 reason_string=15 stack=32
-GoUnblock dt=111 g=8 g_seq=2 stack=0
-GoStart dt=272 g=8 g_seq=3
-GoLabel dt=3 label_string=4
-GoBlock dt=553 reason_string=15 stack=26
-GoUnblock dt=12 g=1 g_seq=26 stack=0
-GoStart dt=9 g=1 g_seq=27
-HeapAlloc dt=172 heapalloc_value=7926000
-HeapAlloc dt=24 heapalloc_value=7934192
-HeapAlloc dt=9 heapalloc_value=7942384
-HeapAlloc dt=9 heapalloc_value=7950576
-HeapAlloc dt=15 heapalloc_value=7958768
-HeapAlloc dt=11 heapalloc_value=7966960
-HeapAlloc dt=12 heapalloc_value=7975152
-HeapAlloc dt=10 heapalloc_value=7983344
-HeapAlloc dt=11 heapalloc_value=7991536
-HeapAlloc dt=8 heapalloc_value=7999728
-HeapAlloc dt=7 heapalloc_value=8007920
-HeapAlloc dt=7 heapalloc_value=8016112
-HeapAlloc dt=9 heapalloc_value=8024304
-HeapAlloc dt=8 heapalloc_value=8032496
-HeapAlloc dt=9 heapalloc_value=8040688
-HeapAlloc dt=8 heapalloc_value=8048880
-HeapAlloc dt=7 heapalloc_value=8057072
-HeapAlloc dt=7 heapalloc_value=8065264
-HeapAlloc dt=8 heapalloc_value=8073456
-HeapAlloc dt=229 heapalloc_value=8081648
-HeapAlloc dt=13 heapalloc_value=8089840
-HeapAlloc dt=7 heapalloc_value=8098032
-HeapAlloc dt=7 heapalloc_value=8106224
-HeapAlloc dt=44 heapalloc_value=8114416
-HeapAlloc dt=9 heapalloc_value=8122608
-HeapAlloc dt=7 heapalloc_value=8130800
-HeapAlloc dt=7 heapalloc_value=8138992
-HeapAlloc dt=263 heapalloc_value=8147184
-HeapAlloc dt=9 heapalloc_value=8155376
-HeapAlloc dt=8 heapalloc_value=8163568
-HeapAlloc dt=7 heapalloc_value=8171760
-HeapAlloc dt=6 heapalloc_value=8179952
-HeapAlloc dt=42 heapalloc_value=8188144
-HeapAlloc dt=7 heapalloc_value=8196336
-HeapAlloc dt=7 heapalloc_value=8204528
-HeapAlloc dt=7 heapalloc_value=8212720
-HeapAlloc dt=8 heapalloc_value=8220912
-HeapAlloc dt=7 heapalloc_value=8229104
-HeapAlloc dt=7 heapalloc_value=8237296
-HeapAlloc dt=7 heapalloc_value=8245488
-HeapAlloc dt=7 heapalloc_value=8253680
-HeapAlloc dt=7 heapalloc_value=8261872
-HeapAlloc dt=6 heapalloc_value=8270064
-HeapAlloc dt=7 heapalloc_value=8278256
-HeapAlloc dt=7 heapalloc_value=8286448
-HeapAlloc dt=7 heapalloc_value=8294640
-HeapAlloc dt=7 heapalloc_value=8302832
-HeapAlloc dt=7 heapalloc_value=8311024
-HeapAlloc dt=50 heapalloc_value=8319216
-HeapAlloc dt=11 heapalloc_value=8327408
-HeapAlloc dt=14 heapalloc_value=8335600
-HeapAlloc dt=14 heapalloc_value=8343792
-HeapAlloc dt=11 heapalloc_value=8351984
-HeapAlloc dt=11 heapalloc_value=8360176
-HeapAlloc dt=13 heapalloc_value=8368368
-HeapAlloc dt=11 heapalloc_value=8376560
-HeapAlloc dt=11 heapalloc_value=8384752
-HeapAlloc dt=12 heapalloc_value=8392944
-HeapAlloc dt=11 heapalloc_value=8401136
-HeapAlloc dt=257 heapalloc_value=8409328
-HeapAlloc dt=19 heapalloc_value=8417520
-HeapAlloc dt=17 heapalloc_value=8425712
-HeapAlloc dt=15 heapalloc_value=8433904
-HeapAlloc dt=14 heapalloc_value=8442096
-HeapAlloc dt=50 heapalloc_value=8450288
-HeapAlloc dt=14 heapalloc_value=8458480
-HeapAlloc dt=14 heapalloc_value=8466672
-HeapAlloc dt=15 heapalloc_value=8474864
-HeapAlloc dt=14 heapalloc_value=8483056
-HeapAlloc dt=12 heapalloc_value=8491248
-HeapAlloc dt=12 heapalloc_value=8499440
-HeapAlloc dt=13 heapalloc_value=8507632
-HeapAlloc dt=14 heapalloc_value=8515824
-HeapAlloc dt=12 heapalloc_value=8524016
-HeapAlloc dt=13 heapalloc_value=8532208
-HeapAlloc dt=13 heapalloc_value=8540400
-HeapAlloc dt=13 heapalloc_value=8548592
-HeapAlloc dt=16 heapalloc_value=8556784
-HeapAlloc dt=14 heapalloc_value=8564976
-HeapAlloc dt=14 heapalloc_value=8573168
-HeapAlloc dt=16 heapalloc_value=8581360
-HeapAlloc dt=14 heapalloc_value=8589552
-HeapAlloc dt=14 heapalloc_value=8597744
-HeapAlloc dt=59 heapalloc_value=8605936
-HeapAlloc dt=15 heapalloc_value=8614128
-HeapAlloc dt=12 heapalloc_value=8622320
-HeapAlloc dt=12 heapalloc_value=8630512
-HeapAlloc dt=11 heapalloc_value=8638704
-HeapAlloc dt=15 heapalloc_value=8646896
-HeapAlloc dt=12 heapalloc_value=8655088
-HeapAlloc dt=11 heapalloc_value=8663280
-HeapAlloc dt=292 heapalloc_value=8671472
-HeapAlloc dt=14 heapalloc_value=8679664
-HeapAlloc dt=12 heapalloc_value=8687856
-HeapAlloc dt=11 heapalloc_value=8696048
-HeapAlloc dt=12 heapalloc_value=8704240
-HeapAlloc dt=44 heapalloc_value=8712432
-HeapAlloc dt=14 heapalloc_value=8720624
-HeapAlloc dt=11 heapalloc_value=8728816
-HeapAlloc dt=14 heapalloc_value=8737008
-HeapAlloc dt=52 heapalloc_value=8745200
-HeapAlloc dt=13 heapalloc_value=8753392
-HeapAlloc dt=13 heapalloc_value=8761584
-HeapAlloc dt=12 heapalloc_value=8769776
-HeapAlloc dt=15 heapalloc_value=8777968
-HeapAlloc dt=12 heapalloc_value=8786160
-HeapAlloc dt=14 heapalloc_value=8794352
-HeapAlloc dt=18 heapalloc_value=8802544
-GoStop dt=25 reason_string=16 stack=46
-GoStart dt=658 g=1 g_seq=28
-HeapAlloc dt=14 heapalloc_value=8810736
-HeapAlloc dt=24 heapalloc_value=8818928
-HeapAlloc dt=12 heapalloc_value=8827120
-HeapAlloc dt=13 heapalloc_value=8835312
-HeapAlloc dt=15 heapalloc_value=8843504
-HeapAlloc dt=12 heapalloc_value=8851696
-HeapAlloc dt=16 heapalloc_value=8859888
-HeapAlloc dt=14 heapalloc_value=8868080
-HeapAlloc dt=14 heapalloc_value=8876272
-HeapAlloc dt=13 heapalloc_value=8884464
-HeapAlloc dt=12 heapalloc_value=8892656
-HeapAlloc dt=13 heapalloc_value=8900848
-HeapAlloc dt=15 heapalloc_value=8909040
-HeapAlloc dt=13 heapalloc_value=8917232
-HeapAlloc dt=15 heapalloc_value=8925424
-HeapAlloc dt=101 heapalloc_value=8933616
-GCMarkAssistBegin dt=13 stack=30
-GoBlock dt=37 reason_string=10 stack=33
+ProcStart dt=9071 p=4 p_seq=1
+GoUnblock dt=33 g=22 g_seq=2 stack=0
+GoStart dt=6 g=22 g_seq=3
+GoLabel dt=1 label_string=4
+GoUnblock dt=2321 g=1 g_seq=23 stack=34
+STWBegin dt=1205 kind_string=23 stack=37
+GoUnblock dt=78 g=24 g_seq=6 stack=38
+HeapAlloc dt=26 heapalloc_value=3840752
+GoStatus dt=14 g=3 m=18446744073709551615 gstatus=4
+GoUnblock dt=7 g=3 g_seq=1 stack=39
+GCEnd dt=3 gc_seq=2
+HeapGoal dt=6 heapgoal_value=8101720
+ProcsChange dt=43 procs_value=8 stack=40
+STWEnd dt=31
+GoBlock dt=4030 reason_string=15 stack=27
+GoStart dt=12 g=3 g_seq=2
+GoBlock dt=1406 reason_string=14 stack=44
+ProcStop dt=24
+ProcStart dt=34332 p=4 p_seq=4
+GoStart dt=153 g=4 g_seq=4
+GoBlock dt=20 reason_string=15 stack=32
+ProcStop dt=19
+ProcStart dt=1832 p=2 p_seq=5
+GoUnblock dt=22 g=24 g_seq=8 stack=0
+GoStart dt=102 g=24 g_seq=9
+GoLabel dt=1 label_string=2
+STWBegin dt=11769 kind_string=23 stack=37
+GoUnblock dt=60 g=1 g_seq=36 stack=38
+HeapAlloc dt=23 heapalloc_value=8744264
+GoUnblock dt=17 g=3 g_seq=3 stack=39
+GCEnd dt=6 gc_seq=4
+HeapGoal dt=7 heapgoal_value=17908728
+ProcsChange dt=47 procs_value=8 stack=40
+STWEnd dt=28
+GoBlock dt=572 reason_string=15 stack=27
+GoStart dt=13 g=3 g_seq=4
+GoBlock dt=5707 reason_string=14 stack=44
ProcStop dt=16
-ProcStart dt=1559 p=0 p_seq=34
-GoStart dt=433 g=1 g_seq=30
-GCMarkAssistEnd dt=16
-HeapAlloc dt=13 heapalloc_value=8630512
-GCSweepBegin dt=342 stack=47
-GCSweepEnd dt=22 swept_value=131072 reclaimed_value=0
-GCSweepBegin dt=19 stack=38
-GCSweepEnd dt=412 swept_value=827392 reclaimed_value=0
-HeapAlloc dt=32 heapalloc_value=8638704
-GoBlock dt=26 reason_string=19 stack=21
-ProcStop dt=31
-ProcStart dt=4598 p=0 p_seq=35
+ProcStart dt=136502 p=1 p_seq=11
+GoStart dt=17 g=4 g_seq=8
+GoBlock dt=12 reason_string=15 stack=32
+ProcStop dt=22
+ProcStart dt=5977 p=6 p_seq=1
+ProcStop dt=34
+ProcStart dt=16775 p=2 p_seq=15
ProcStop dt=23
-ProcStart dt=60434 p=0 p_seq=39
-GoStart dt=172 g=4 g_seq=6
-GoBlock dt=37 reason_string=15 stack=32
+ProcStart dt=3966 p=1 p_seq=14
+ProcStop dt=15
+ProcStart dt=16753 p=1 p_seq=15
+GoUnblock dt=35 g=1 g_seq=57 stack=0
+GoStart dt=139 g=1 g_seq=58
+HeapAlloc dt=71 heapalloc_value=17593992
+HeapAlloc dt=47 heapalloc_value=17602184
+HeapAlloc dt=24 heapalloc_value=17610376
+HeapAlloc dt=97 heapalloc_value=17618568
+HeapAlloc dt=23 heapalloc_value=17626760
+HeapAlloc dt=18 heapalloc_value=17634952
+HeapAlloc dt=15 heapalloc_value=17643144
+HeapAlloc dt=18 heapalloc_value=17651336
+HeapAlloc dt=21 heapalloc_value=17659528
+HeapAlloc dt=28 heapalloc_value=17667720
+HeapAlloc dt=26 heapalloc_value=17675912
+HeapAlloc dt=23 heapalloc_value=17684104
+HeapAlloc dt=12 heapalloc_value=17692296
+HeapAlloc dt=12 heapalloc_value=17700488
+HeapAlloc dt=11 heapalloc_value=17708680
+HeapAlloc dt=15 heapalloc_value=17716872
+HeapAlloc dt=18 heapalloc_value=17725064
+HeapAlloc dt=15 heapalloc_value=17733256
+HeapAlloc dt=165 heapalloc_value=17741448
+HeapAlloc dt=16 heapalloc_value=17749640
+HeapAlloc dt=12 heapalloc_value=17757832
+HeapAlloc dt=15 heapalloc_value=17766024
+HeapAlloc dt=12 heapalloc_value=17774216
+HeapAlloc dt=12 heapalloc_value=17782408
+HeapAlloc dt=15 heapalloc_value=17790600
+HeapAlloc dt=11 heapalloc_value=17798792
+HeapAlloc dt=11 heapalloc_value=17806984
+HeapAlloc dt=12 heapalloc_value=17815176
+HeapAlloc dt=12 heapalloc_value=17823368
+HeapAlloc dt=15 heapalloc_value=17831560
+HeapAlloc dt=11 heapalloc_value=17839752
+HeapAlloc dt=12 heapalloc_value=17847944
+HeapAlloc dt=15 heapalloc_value=17856136
+HeapAlloc dt=11 heapalloc_value=17864328
+HeapAlloc dt=12 heapalloc_value=17872520
+HeapAlloc dt=12 heapalloc_value=17880712
+HeapAlloc dt=14 heapalloc_value=17888904
+HeapAlloc dt=42 heapalloc_value=17897096
+HeapAlloc dt=54 heapalloc_value=17905288
+HeapAlloc dt=49 heapalloc_value=17913480
+HeapAlloc dt=54 heapalloc_value=17921672
+HeapAlloc dt=56 heapalloc_value=17929864
+HeapAlloc dt=45 heapalloc_value=17938056
+HeapAlloc dt=57 heapalloc_value=17946248
+HeapAlloc dt=63 heapalloc_value=17954440
+HeapAlloc dt=57 heapalloc_value=17962632
+HeapAlloc dt=56 heapalloc_value=17970824
+HeapAlloc dt=62 heapalloc_value=17979016
+HeapAlloc dt=109 heapalloc_value=17987208
+HeapAlloc dt=59 heapalloc_value=17995400
+HeapAlloc dt=45 heapalloc_value=18003592
+HeapAlloc dt=61 heapalloc_value=18011784
+HeapAlloc dt=35 heapalloc_value=18019976
+HeapAlloc dt=16 heapalloc_value=18028168
+HeapAlloc dt=15 heapalloc_value=18036360
+HeapAlloc dt=15 heapalloc_value=18044552
+HeapAlloc dt=21 heapalloc_value=18052744
+HeapAlloc dt=16 heapalloc_value=18060936
+HeapAlloc dt=16 heapalloc_value=18069128
+HeapAlloc dt=22 heapalloc_value=18077320
+HeapAlloc dt=43 heapalloc_value=18085512
+HeapAlloc dt=46 heapalloc_value=18093704
+HeapAlloc dt=43 heapalloc_value=18101896
+HeapAlloc dt=42 heapalloc_value=18110088
+HeapAlloc dt=44 heapalloc_value=18118280
+HeapAlloc dt=35 heapalloc_value=18126472
+HeapAlloc dt=39 heapalloc_value=18134664
+HeapAlloc dt=40 heapalloc_value=18142856
+HeapAlloc dt=43 heapalloc_value=18151048
+HeapAlloc dt=44 heapalloc_value=18159240
+HeapAlloc dt=38 heapalloc_value=18167432
+HeapAlloc dt=42 heapalloc_value=18175624
+HeapAlloc dt=40 heapalloc_value=18183816
+HeapAlloc dt=40 heapalloc_value=18192008
+HeapAlloc dt=36 heapalloc_value=18200200
+HeapAlloc dt=55 heapalloc_value=18208392
+HeapAlloc dt=54 heapalloc_value=18216584
+HeapAlloc dt=54 heapalloc_value=18224776
+HeapAlloc dt=41 heapalloc_value=18232968
+HeapAlloc dt=58 heapalloc_value=18241160
+HeapAlloc dt=61 heapalloc_value=18249352
+HeapAlloc dt=55 heapalloc_value=18257544
+HeapAlloc dt=141 heapalloc_value=18265736
+HeapAlloc dt=55 heapalloc_value=18273928
+HeapAlloc dt=54 heapalloc_value=18282120
+HeapAlloc dt=50 heapalloc_value=18290312
+HeapAlloc dt=82 heapalloc_value=18298504
+HeapAlloc dt=64 heapalloc_value=18306696
+HeapAlloc dt=55 heapalloc_value=18314888
+HeapAlloc dt=58 heapalloc_value=18323080
+HeapAlloc dt=54 heapalloc_value=18331272
+HeapAlloc dt=57 heapalloc_value=18339464
+HeapAlloc dt=46 heapalloc_value=18347656
+HeapAlloc dt=41 heapalloc_value=18355848
+HeapAlloc dt=56 heapalloc_value=18364040
+HeapAlloc dt=50 heapalloc_value=18372232
+HeapAlloc dt=54 heapalloc_value=18380424
+HeapAlloc dt=56 heapalloc_value=18388616
+HeapAlloc dt=57 heapalloc_value=18396808
+HeapAlloc dt=55 heapalloc_value=18405000
+HeapAlloc dt=55 heapalloc_value=18413192
+HeapAlloc dt=51 heapalloc_value=18421384
+HeapAlloc dt=52 heapalloc_value=18429576
+HeapAlloc dt=67 heapalloc_value=18437768
+HeapAlloc dt=36 heapalloc_value=18445960
+HeapAlloc dt=28 heapalloc_value=18454152
+HeapAlloc dt=30 heapalloc_value=18462344
+HeapAlloc dt=40 heapalloc_value=18470536
+HeapAlloc dt=29 heapalloc_value=18478728
+HeapAlloc dt=37 heapalloc_value=18486920
+HeapAlloc dt=34 heapalloc_value=18495112
+HeapAlloc dt=73 heapalloc_value=18503304
+HeapAlloc dt=37 heapalloc_value=18511496
+HeapAlloc dt=38 heapalloc_value=18519688
+HeapAlloc dt=29 heapalloc_value=18527880
+HeapAlloc dt=35 heapalloc_value=18536072
+HeapAlloc dt=33 heapalloc_value=18544264
+HeapAlloc dt=40 heapalloc_value=18552456
+HeapAlloc dt=32 heapalloc_value=18560648
+HeapAlloc dt=42 heapalloc_value=18568840
+HeapAlloc dt=34 heapalloc_value=18577032
+HeapAlloc dt=37 heapalloc_value=18585224
+HeapAlloc dt=35 heapalloc_value=18593416
+HeapAlloc dt=39 heapalloc_value=18601608
+HeapAlloc dt=35 heapalloc_value=18609800
+GoBlock dt=51 reason_string=19 stack=21
+ProcStop dt=192
+ProcStart dt=17579 p=0 p_seq=27
+ProcStop dt=18
+ProcStart dt=1930 p=1 p_seq=18
+ProcStop dt=15
+ProcStart dt=16696 p=1 p_seq=19
+GoUnblock dt=22 g=1 g_seq=61 stack=0
+GoStart dt=125 g=1 g_seq=62
+HeapAlloc dt=53 heapalloc_value=19641992
+HeapAlloc dt=19 heapalloc_value=19650184
+HeapAlloc dt=20 heapalloc_value=19658376
+HeapAlloc dt=23 heapalloc_value=19666568
+HeapAlloc dt=16 heapalloc_value=19674760
+HeapAlloc dt=16 heapalloc_value=19682952
+HeapAlloc dt=19 heapalloc_value=19691144
+HeapAlloc dt=15 heapalloc_value=19699336
+HeapAlloc dt=12 heapalloc_value=19707528
+HeapAlloc dt=12 heapalloc_value=19715720
+HeapAlloc dt=13 heapalloc_value=19723912
+HeapAlloc dt=18 heapalloc_value=19732104
+HeapAlloc dt=12 heapalloc_value=19740296
+HeapAlloc dt=12 heapalloc_value=19748488
+HeapAlloc dt=9 heapalloc_value=19756680
+HeapAlloc dt=6 heapalloc_value=19764872
+HeapAlloc dt=5 heapalloc_value=19773064
+HeapAlloc dt=6 heapalloc_value=19781256
+HeapAlloc dt=5 heapalloc_value=19789448
+HeapAlloc dt=10 heapalloc_value=19797640
+HeapAlloc dt=5 heapalloc_value=19805832
+HeapAlloc dt=6 heapalloc_value=19814024
+HeapAlloc dt=9 heapalloc_value=19822216
+HeapAlloc dt=6 heapalloc_value=19830408
+HeapAlloc dt=117 heapalloc_value=19838600
+HeapAlloc dt=17 heapalloc_value=19846792
+HeapAlloc dt=5 heapalloc_value=19854984
+HeapAlloc dt=10 heapalloc_value=19863176
+HeapAlloc dt=6 heapalloc_value=19871368
+HeapAlloc dt=6 heapalloc_value=19879560
+HeapAlloc dt=9 heapalloc_value=19887752
+HeapAlloc dt=6 heapalloc_value=19895944
+HeapAlloc dt=6 heapalloc_value=19904136
+HeapAlloc dt=5 heapalloc_value=19912328
+HeapAlloc dt=6 heapalloc_value=19920520
+HeapAlloc dt=10 heapalloc_value=19928712
+HeapAlloc dt=5 heapalloc_value=19936904
+HeapAlloc dt=6 heapalloc_value=19945096
+HeapAlloc dt=9 heapalloc_value=19953288
+HeapAlloc dt=6 heapalloc_value=19961480
+HeapAlloc dt=35 heapalloc_value=19969672
+HeapAlloc dt=7 heapalloc_value=19977864
+HeapAlloc dt=5 heapalloc_value=19986056
+HeapAlloc dt=468 heapalloc_value=19994248
+HeapAlloc dt=14 heapalloc_value=20002440
+HeapAlloc dt=6 heapalloc_value=20010632
+HeapAlloc dt=10 heapalloc_value=20018824
+HeapAlloc dt=5 heapalloc_value=20027016
+HeapAlloc dt=6 heapalloc_value=20035208
+HeapAlloc dt=11 heapalloc_value=20043400
+HeapAlloc dt=6 heapalloc_value=20051592
+HeapAlloc dt=5 heapalloc_value=20059784
+HeapAlloc dt=6 heapalloc_value=20067976
+HeapAlloc dt=5 heapalloc_value=20076168
+HeapAlloc dt=7 heapalloc_value=20084360
+HeapAlloc dt=6 heapalloc_value=20092552
+HeapAlloc dt=5 heapalloc_value=20100744
+HeapAlloc dt=6 heapalloc_value=20108936
+HeapAlloc dt=6 heapalloc_value=20117128
+HeapAlloc dt=5 heapalloc_value=20125320
+HeapAlloc dt=6 heapalloc_value=20133512
+HeapAlloc dt=6 heapalloc_value=20141704
+HeapAlloc dt=7 heapalloc_value=20149896
+HeapAlloc dt=5 heapalloc_value=20158088
+HeapAlloc dt=6 heapalloc_value=20166280
+HeapAlloc dt=5 heapalloc_value=20174472
+HeapAlloc dt=6 heapalloc_value=20182664
+HeapAlloc dt=6 heapalloc_value=20190856
+HeapAlloc dt=5 heapalloc_value=20199048
+HeapAlloc dt=5 heapalloc_value=20207240
+HeapAlloc dt=6 heapalloc_value=20215432
+HeapAlloc dt=6 heapalloc_value=20223624
+HeapAlloc dt=5 heapalloc_value=20231816
+HeapAlloc dt=6 heapalloc_value=20240008
+HeapAlloc dt=5 heapalloc_value=20248200
+HeapAlloc dt=5 heapalloc_value=20256392
+HeapAlloc dt=6 heapalloc_value=20264584
+HeapAlloc dt=5 heapalloc_value=20272776
+HeapAlloc dt=6 heapalloc_value=20280968
+HeapAlloc dt=5 heapalloc_value=20289160
+HeapAlloc dt=6 heapalloc_value=20297352
+HeapAlloc dt=5 heapalloc_value=20305544
+HeapAlloc dt=6 heapalloc_value=20313736
+HeapAlloc dt=5 heapalloc_value=20321928
+HeapAlloc dt=6 heapalloc_value=20330120
+HeapAlloc dt=5 heapalloc_value=20338312
+HeapAlloc dt=6 heapalloc_value=20346504
+HeapAlloc dt=6 heapalloc_value=20354696
+HeapAlloc dt=62 heapalloc_value=20362888
+HeapAlloc dt=7 heapalloc_value=20371080
+HeapAlloc dt=5 heapalloc_value=20379272
+HeapAlloc dt=6 heapalloc_value=20387464
+HeapAlloc dt=37 heapalloc_value=20395656
+HeapAlloc dt=7 heapalloc_value=20403848
+HeapAlloc dt=6 heapalloc_value=20412040
+HeapAlloc dt=5 heapalloc_value=20420232
+HeapAlloc dt=6 heapalloc_value=20428424
+HeapAlloc dt=5 heapalloc_value=20436616
+HeapAlloc dt=6 heapalloc_value=20444808
+HeapAlloc dt=5 heapalloc_value=20453000
+HeapAlloc dt=6 heapalloc_value=20461192
+HeapAlloc dt=5 heapalloc_value=20469384
+HeapAlloc dt=6 heapalloc_value=20477576
+HeapAlloc dt=5 heapalloc_value=20485768
+HeapAlloc dt=6 heapalloc_value=20493960
+HeapAlloc dt=5 heapalloc_value=20502152
+HeapAlloc dt=6 heapalloc_value=20510344
+HeapAlloc dt=9 heapalloc_value=20518536
+HeapAlloc dt=6 heapalloc_value=20526728
+HeapAlloc dt=5 heapalloc_value=20534920
+HeapAlloc dt=6 heapalloc_value=20543112
+HeapAlloc dt=5 heapalloc_value=20551304
+HeapAlloc dt=6 heapalloc_value=20559496
+HeapAlloc dt=5 heapalloc_value=20567688
+HeapAlloc dt=6 heapalloc_value=20575880
+HeapAlloc dt=5 heapalloc_value=20584072
+HeapAlloc dt=6 heapalloc_value=20592264
+HeapAlloc dt=38 heapalloc_value=20600456
+HeapAlloc dt=7 heapalloc_value=20608648
+HeapAlloc dt=5 heapalloc_value=20616840
+HeapAlloc dt=6 heapalloc_value=20625032
+HeapAlloc dt=5 heapalloc_value=20633224
+HeapAlloc dt=6 heapalloc_value=20641416
+HeapAlloc dt=5 heapalloc_value=20649608
+HeapAlloc dt=6 heapalloc_value=20657800
+GoBlock dt=12 reason_string=19 stack=21
+ProcStop dt=167
+ProcStart dt=17576 p=0 p_seq=29
+ProcStop dt=20
+ProcStart dt=3256 p=1 p_seq=22
ProcStop dt=17
-ProcStart dt=50232 p=2 p_seq=21
-GoUnblock dt=21 g=25 g_seq=8 stack=0
-GoStart dt=277 g=25 g_seq=9
-GoLabel dt=1 label_string=2
-STWBegin dt=10275 kind_string=23 stack=34
-GoUnblock dt=637 g=34 g_seq=4 stack=35
-HeapAlloc dt=30 heapalloc_value=16793488
-GoUnblock dt=20 g=3 g_seq=5 stack=36
-GCEnd dt=7 gc_seq=6
-HeapGoal dt=5 heapgoal_value=34005760
-ProcsChange dt=48 procs_value=8 stack=37
-STWEnd dt=40
-GoBlock dt=1283 reason_string=15 stack=26
-GoStart dt=14 g=3 g_seq=6
-GoBlock dt=10077 reason_string=14 stack=40
-ProcStop dt=21
-ProcStart dt=84537 p=2 p_seq=27
-GoStart dt=249 g=4 g_seq=10
-GoBlock dt=20 reason_string=15 stack=32
-ProcStop dt=102
-ProcStart dt=8641 p=2 p_seq=28
-GoStart dt=201 g=11 g_seq=1
-GoStop dt=305542 reason_string=16 stack=52
-GoStart dt=20 g=11 g_seq=2
-GoStop dt=316424 reason_string=16 stack=52
-GoStart dt=16 g=11 g_seq=3
-GoDestroy dt=159274
-ProcStop dt=45
-EventBatch gen=1 m=2852339 time=420901991582 size=23
-GoUnblock dt=137 g=4 g_seq=5 stack=0
-GoUnblock dt=157581 g=4 g_seq=9 stack=0
-ProcSteal dt=948232 p=6 p_seq=9 m=2852347
-EventBatch gen=1 m=2852338 time=420901450373 size=416
-ProcStatus dt=115 p=1 pstatus=1
-GoStatus dt=4 g=1 m=2852338 gstatus=2
-ProcsChange dt=217 procs_value=8 stack=1
-STWBegin dt=68 kind_string=21 stack=2
-HeapGoal dt=2 heapgoal_value=4194304
-ProcStatus dt=1 p=0 pstatus=2
-ProcStatus dt=4 p=2 pstatus=2
-ProcStatus dt=3 p=3 pstatus=2
+ProcStart dt=16071 p=1 p_seq=23
+GoUnblock dt=21 g=1 g_seq=65 stack=0
+GoStart dt=124 g=1 g_seq=66
+HeapAlloc dt=51 heapalloc_value=22230664
+HeapAlloc dt=26 heapalloc_value=22238856
+HeapAlloc dt=16 heapalloc_value=22247048
+HeapAlloc dt=19 heapalloc_value=22255240
+HeapAlloc dt=19 heapalloc_value=22263432
+HeapAlloc dt=16 heapalloc_value=22271624
+HeapAlloc dt=16 heapalloc_value=22279816
+HeapAlloc dt=19 heapalloc_value=22288008
+HeapAlloc dt=18 heapalloc_value=22296200
+HeapAlloc dt=16 heapalloc_value=22304392
+HeapAlloc dt=12 heapalloc_value=22312584
+HeapAlloc dt=13 heapalloc_value=22320776
+HeapAlloc dt=15 heapalloc_value=22328968
+HeapAlloc dt=12 heapalloc_value=22337160
+HeapAlloc dt=6 heapalloc_value=22345352
+HeapAlloc dt=8 heapalloc_value=22353544
+HeapAlloc dt=6 heapalloc_value=22361736
+HeapAlloc dt=5 heapalloc_value=22369928
+HeapAlloc dt=25 heapalloc_value=22378120
+HeapAlloc dt=23 heapalloc_value=22386312
+HeapAlloc dt=9 heapalloc_value=22394504
+HeapAlloc dt=6 heapalloc_value=22402696
+HeapAlloc dt=5 heapalloc_value=22410888
+HeapAlloc dt=10 heapalloc_value=22419080
+HeapAlloc dt=5 heapalloc_value=22427272
+HeapAlloc dt=6 heapalloc_value=22435464
+HeapAlloc dt=5 heapalloc_value=22443656
+HeapAlloc dt=6 heapalloc_value=22451848
+HeapAlloc dt=8 heapalloc_value=22460040
+HeapAlloc dt=135 heapalloc_value=22468232
+HeapAlloc dt=8 heapalloc_value=22476424
+HeapAlloc dt=9 heapalloc_value=22484616
+HeapAlloc dt=6 heapalloc_value=22492808
+HeapAlloc dt=6 heapalloc_value=22501000
+HeapAlloc dt=6 heapalloc_value=22509192
+HeapAlloc dt=5 heapalloc_value=22517384
+HeapAlloc dt=9 heapalloc_value=22525576
+HeapAlloc dt=6 heapalloc_value=22533768
+HeapAlloc dt=6 heapalloc_value=22541960
+HeapAlloc dt=5 heapalloc_value=22550152
+HeapAlloc dt=6 heapalloc_value=22558344
+HeapAlloc dt=5 heapalloc_value=22566536
+HeapAlloc dt=6 heapalloc_value=22574728
+HeapAlloc dt=5 heapalloc_value=22582920
+HeapAlloc dt=9 heapalloc_value=22591112
+HeapAlloc dt=44 heapalloc_value=22599304
+HeapAlloc dt=7 heapalloc_value=22607496
+HeapAlloc dt=38 heapalloc_value=22615688
+HeapAlloc dt=6 heapalloc_value=22623880
+HeapAlloc dt=6 heapalloc_value=22632072
+HeapAlloc dt=6 heapalloc_value=22640264
+HeapAlloc dt=6 heapalloc_value=22648456
+HeapAlloc dt=6 heapalloc_value=22656648
+HeapAlloc dt=5 heapalloc_value=22664840
+HeapAlloc dt=6 heapalloc_value=22673032
+HeapAlloc dt=5 heapalloc_value=22681224
+HeapAlloc dt=6 heapalloc_value=22689416
+HeapAlloc dt=5 heapalloc_value=22697608
+HeapAlloc dt=6 heapalloc_value=22705800
+HeapAlloc dt=6 heapalloc_value=22713992
+HeapAlloc dt=5 heapalloc_value=22722184
+HeapAlloc dt=5 heapalloc_value=22730376
+HeapAlloc dt=6 heapalloc_value=22738568
+HeapAlloc dt=6 heapalloc_value=22746760
+HeapAlloc dt=5 heapalloc_value=22754952
+HeapAlloc dt=6 heapalloc_value=22763144
+HeapAlloc dt=6 heapalloc_value=22771336
+HeapAlloc dt=6 heapalloc_value=22779528
+HeapAlloc dt=5 heapalloc_value=22787720
+HeapAlloc dt=5 heapalloc_value=22795912
+HeapAlloc dt=6 heapalloc_value=22804104
+HeapAlloc dt=75 heapalloc_value=22812296
+HeapAlloc dt=7 heapalloc_value=22820488
+HeapAlloc dt=5 heapalloc_value=22828680
+HeapAlloc dt=6 heapalloc_value=22836872
+HeapAlloc dt=5 heapalloc_value=22845064
+HeapAlloc dt=6 heapalloc_value=22853256
+HeapAlloc dt=6 heapalloc_value=22861448
+HeapAlloc dt=5 heapalloc_value=22869640
+HeapAlloc dt=6 heapalloc_value=22877832
+HeapAlloc dt=5 heapalloc_value=22886024
+HeapAlloc dt=5 heapalloc_value=22894216
+HeapAlloc dt=6 heapalloc_value=22902408
+HeapAlloc dt=7 heapalloc_value=22910600
+HeapAlloc dt=6 heapalloc_value=22918792
+HeapAlloc dt=5 heapalloc_value=22926984
+HeapAlloc dt=6 heapalloc_value=22935176
+HeapAlloc dt=6 heapalloc_value=22943368
+HeapAlloc dt=6 heapalloc_value=22951560
+HeapAlloc dt=5 heapalloc_value=22959752
+HeapAlloc dt=6 heapalloc_value=22967944
+HeapAlloc dt=7 heapalloc_value=22976136
+HeapAlloc dt=5 heapalloc_value=22984328
+HeapAlloc dt=43 heapalloc_value=22992520
+HeapAlloc dt=7 heapalloc_value=23000712
+HeapAlloc dt=5 heapalloc_value=23008904
+HeapAlloc dt=6 heapalloc_value=23017096
+HeapAlloc dt=35 heapalloc_value=23025288
+HeapAlloc dt=7 heapalloc_value=23033480
+HeapAlloc dt=5 heapalloc_value=23041672
+HeapAlloc dt=5 heapalloc_value=23049864
+HeapAlloc dt=6 heapalloc_value=23058056
+HeapAlloc dt=5 heapalloc_value=23066248
+HeapAlloc dt=6 heapalloc_value=23074440
+HeapAlloc dt=5 heapalloc_value=23082632
+HeapAlloc dt=6 heapalloc_value=23090824
+HeapAlloc dt=5 heapalloc_value=23099016
+HeapAlloc dt=6 heapalloc_value=23107208
+HeapAlloc dt=5 heapalloc_value=23115400
+HeapAlloc dt=6 heapalloc_value=23123592
+HeapAlloc dt=5 heapalloc_value=23131784
+HeapAlloc dt=12 heapalloc_value=23139976
+HeapAlloc dt=5 heapalloc_value=23148168
+HeapAlloc dt=6 heapalloc_value=23156360
+HeapAlloc dt=5 heapalloc_value=23164552
+HeapAlloc dt=6 heapalloc_value=23172744
+HeapAlloc dt=5 heapalloc_value=23180936
+HeapAlloc dt=6 heapalloc_value=23189128
+HeapAlloc dt=5 heapalloc_value=23197320
+HeapAlloc dt=7 heapalloc_value=23205512
+HeapAlloc dt=5 heapalloc_value=23213704
+HeapAlloc dt=6 heapalloc_value=23221896
+HeapAlloc dt=38 heapalloc_value=23230088
+HeapAlloc dt=7 heapalloc_value=23238280
+HeapAlloc dt=5 heapalloc_value=23246472
+GoBlock dt=9 reason_string=19 stack=21
+ProcStop dt=164
+ProcStart dt=17494 p=0 p_seq=31
+ProcStop dt=25
+ProcStart dt=1701 p=1 p_seq=26
+ProcStop dt=16
+ProcStart dt=16748 p=2 p_seq=17
+GoUnblock dt=36 g=1 g_seq=71 stack=0
+GoStart dt=149 g=1 g_seq=72
+HeapAlloc dt=67 heapalloc_value=25302664
+HeapAlloc dt=38 heapalloc_value=25310856
+HeapAlloc dt=23 heapalloc_value=25319048
+HeapAlloc dt=17 heapalloc_value=25327240
+HeapAlloc dt=21 heapalloc_value=25335432
+HeapAlloc dt=17 heapalloc_value=25343624
+HeapAlloc dt=17 heapalloc_value=25351816
+HeapAlloc dt=16 heapalloc_value=25360008
+HeapAlloc dt=19 heapalloc_value=25368200
+HeapAlloc dt=16 heapalloc_value=25376392
+HeapAlloc dt=16 heapalloc_value=25384584
+HeapAlloc dt=16 heapalloc_value=25392776
+HeapAlloc dt=17 heapalloc_value=25400968
+HeapAlloc dt=16 heapalloc_value=25409160
+HeapAlloc dt=9 heapalloc_value=25417352
+HeapAlloc dt=9 heapalloc_value=25425544
+HeapAlloc dt=9 heapalloc_value=25433736
+HeapAlloc dt=10 heapalloc_value=25441928
+HeapAlloc dt=9 heapalloc_value=25450120
+HeapAlloc dt=10 heapalloc_value=25458312
+HeapAlloc dt=9 heapalloc_value=25466504
+HeapAlloc dt=6 heapalloc_value=25474696
+HeapAlloc dt=5 heapalloc_value=25482888
+HeapAlloc dt=6 heapalloc_value=25491080
+HeapAlloc dt=9 heapalloc_value=25499272
+HeapAlloc dt=6 heapalloc_value=25507464
+HeapAlloc dt=8 heapalloc_value=25515656
+HeapAlloc dt=7 heapalloc_value=25523848
+HeapAlloc dt=10 heapalloc_value=25532040
+HeapAlloc dt=9 heapalloc_value=25540232
+HeapAlloc dt=102 heapalloc_value=25548424
+HeapAlloc dt=7 heapalloc_value=25556616
+HeapAlloc dt=10 heapalloc_value=25564808
+HeapAlloc dt=5 heapalloc_value=25573000
+HeapAlloc dt=5 heapalloc_value=25581192
+HeapAlloc dt=36 heapalloc_value=25589384
+HeapAlloc dt=8 heapalloc_value=25597576
+HeapAlloc dt=5 heapalloc_value=25605768
+HeapAlloc dt=43 heapalloc_value=25613960
+HeapAlloc dt=7 heapalloc_value=25622152
+HeapAlloc dt=10 heapalloc_value=25630344
+HeapAlloc dt=6 heapalloc_value=25638536
+HeapAlloc dt=6 heapalloc_value=25646728
+HeapAlloc dt=6 heapalloc_value=25654920
+HeapAlloc dt=7 heapalloc_value=25663112
+HeapAlloc dt=5 heapalloc_value=25671304
+HeapAlloc dt=6 heapalloc_value=25679496
+HeapAlloc dt=41 heapalloc_value=25687688
+HeapAlloc dt=13 heapalloc_value=25695880
+HeapAlloc dt=5 heapalloc_value=25704072
+HeapAlloc dt=6 heapalloc_value=25712264
+HeapAlloc dt=13 heapalloc_value=25720456
+HeapAlloc dt=13 heapalloc_value=25728648
+HeapAlloc dt=5 heapalloc_value=25736840
+HeapAlloc dt=6 heapalloc_value=25745032
+HeapAlloc dt=6 heapalloc_value=25753224
+HeapAlloc dt=9 heapalloc_value=25761416
+HeapAlloc dt=6 heapalloc_value=25769608
+HeapAlloc dt=5 heapalloc_value=25777800
+HeapAlloc dt=6 heapalloc_value=25785992
+HeapAlloc dt=5 heapalloc_value=25794184
+HeapAlloc dt=6 heapalloc_value=25802376
+HeapAlloc dt=5 heapalloc_value=25810568
+HeapAlloc dt=6 heapalloc_value=25818760
+HeapAlloc dt=10 heapalloc_value=25826952
+HeapAlloc dt=6 heapalloc_value=25835144
+HeapAlloc dt=6 heapalloc_value=25843336
+HeapAlloc dt=5 heapalloc_value=25851528
+HeapAlloc dt=6 heapalloc_value=25859720
+HeapAlloc dt=5 heapalloc_value=25867912
+HeapAlloc dt=6 heapalloc_value=25876104
+HeapAlloc dt=6 heapalloc_value=25884296
+HeapAlloc dt=7 heapalloc_value=25892488
+HeapAlloc dt=6 heapalloc_value=25900680
+HeapAlloc dt=5 heapalloc_value=25908872
+HeapAlloc dt=6 heapalloc_value=25917064
+HeapAlloc dt=6 heapalloc_value=25925256
+HeapAlloc dt=5 heapalloc_value=25933448
+HeapAlloc dt=6 heapalloc_value=25941640
+HeapAlloc dt=6 heapalloc_value=25949832
+HeapAlloc dt=6 heapalloc_value=25958024
+HeapAlloc dt=5 heapalloc_value=25966216
+HeapAlloc dt=6 heapalloc_value=25974408
+HeapAlloc dt=5 heapalloc_value=25982600
+HeapAlloc dt=6 heapalloc_value=25990792
+HeapAlloc dt=6 heapalloc_value=25998984
+HeapAlloc dt=5 heapalloc_value=26007176
+HeapAlloc dt=6 heapalloc_value=26015368
+HeapAlloc dt=6 heapalloc_value=26023560
+HeapAlloc dt=6 heapalloc_value=26031752
+HeapAlloc dt=5 heapalloc_value=26039944
+HeapAlloc dt=6 heapalloc_value=26048136
+HeapAlloc dt=5 heapalloc_value=26056328
+HeapAlloc dt=6 heapalloc_value=26064520
+HeapAlloc dt=94 heapalloc_value=26072712
+HeapAlloc dt=7 heapalloc_value=26080904
+HeapAlloc dt=5 heapalloc_value=26089096
+HeapAlloc dt=6 heapalloc_value=26097288
+HeapAlloc dt=6 heapalloc_value=26105480
+HeapAlloc dt=5 heapalloc_value=26113672
+HeapAlloc dt=6 heapalloc_value=26121864
+HeapAlloc dt=6 heapalloc_value=26130056
+HeapAlloc dt=5 heapalloc_value=26138248
+HeapAlloc dt=6 heapalloc_value=26146440
+HeapAlloc dt=6 heapalloc_value=26154632
+HeapAlloc dt=5 heapalloc_value=26162824
+HeapAlloc dt=1696 heapalloc_value=26171016
+HeapAlloc dt=7 heapalloc_value=26179208
+HeapAlloc dt=6 heapalloc_value=26187400
+HeapAlloc dt=5 heapalloc_value=26195592
+HeapAlloc dt=6 heapalloc_value=26203784
+HeapAlloc dt=5 heapalloc_value=26211976
+HeapAlloc dt=47 heapalloc_value=26220168
+HeapAlloc dt=8 heapalloc_value=26228360
+HeapAlloc dt=5 heapalloc_value=26236552
+HeapAlloc dt=6 heapalloc_value=26244744
+HeapAlloc dt=6 heapalloc_value=26252936
+HeapAlloc dt=5 heapalloc_value=26261128
+HeapAlloc dt=6 heapalloc_value=26269320
+HeapAlloc dt=5 heapalloc_value=26277512
+HeapAlloc dt=6 heapalloc_value=26285704
+HeapAlloc dt=6 heapalloc_value=26293896
+HeapAlloc dt=5 heapalloc_value=26302088
+HeapAlloc dt=6 heapalloc_value=26310280
+HeapAlloc dt=6 heapalloc_value=26318472
+HeapAlloc dt=30 heapalloc_value=26326360
+HeapAlloc dt=30 heapalloc_value=26334536
+HeapAlloc dt=24 heapalloc_value=26336904
+GoCreate dt=72 new_g=34 new_stack=47 stack=48
+GoCreate dt=183 new_g=35 new_stack=47 stack=48
+GoCreate dt=15 new_g=36 new_stack=47 stack=48
+GoCreate dt=12 new_g=37 new_stack=47 stack=48
+GoCreate dt=14 new_g=38 new_stack=47 stack=48
+HeapAlloc dt=25 heapalloc_value=26344200
+GoCreate dt=9 new_g=39 new_stack=47 stack=48
+GoCreate dt=13 new_g=40 new_stack=47 stack=48
+GoCreate dt=4 new_g=41 new_stack=47 stack=48
+HeapAlloc dt=17 heapalloc_value=26351912
+GoBlock dt=15 reason_string=10 stack=49
+GoStart dt=5 g=41 g_seq=1
+GoStop dt=307427 reason_string=16 stack=51
+GoStart dt=34 g=41 g_seq=2
+GoStop dt=315328 reason_string=16 stack=50
+GoStart dt=10 g=41 g_seq=3
+GoDestroy dt=158464
+ProcStop dt=40
+EventBatch gen=1 m=1709039 time=7689670530705 size=53
+GoUnblock dt=117 g=4 g_seq=3 stack=0
+GoUnblock dt=157408 g=4 g_seq=7 stack=0
+GoUnblock dt=157553 g=4 g_seq=11 stack=0
+ProcSteal dt=947714 p=7 p_seq=9 m=1709048
+ProcSteal dt=646055 p=7 p_seq=13 m=1709046
+ProcSteal dt=5677 p=5 p_seq=11 m=1709046
+ProcSteal dt=1312 p=6 p_seq=9 m=1709048
+EventBatch gen=1 m=1709038 time=7689670147327 size=336
+ProcStatus dt=56 p=0 pstatus=1
+GoStatus dt=4 g=1 m=1709038 gstatus=2
+ProcsChange dt=184 procs_value=8 stack=1
+STWBegin dt=81 kind_string=21 stack=2
+HeapGoal dt=5 heapgoal_value=4194304
+ProcStatus dt=2 p=1 pstatus=2
+ProcStatus dt=1 p=2 pstatus=2
+ProcStatus dt=1 p=3 pstatus=2
ProcStatus dt=1 p=4 pstatus=2
ProcStatus dt=1 p=5 pstatus=2
ProcStatus dt=1 p=6 pstatus=2
-ProcStatus dt=2 p=7 pstatus=2
-ProcsChange dt=65 procs_value=8 stack=3
-STWEnd dt=23
-HeapAlloc dt=190 heapalloc_value=1638400
-GoCreate dt=157 new_g=19 new_stack=4 stack=5
-GoCreate dt=565 new_g=20 new_stack=6 stack=7
-HeapAlloc dt=31 heapalloc_value=1646592
-GoCreate dt=523 new_g=21 new_stack=8 stack=9
-GoCreate dt=702 new_g=22 new_stack=10 stack=12
-GoCreate dt=377 new_g=23 new_stack=13 stack=14
-GoBlock dt=18 reason_string=10 stack=15
-GoStart dt=12 g=23 g_seq=1
-GoStop dt=222604 reason_string=16 stack=19
-GoStart dt=399 g=23 g_seq=2
-GoUnblock dt=89532 g=1 g_seq=1 stack=20
-GoDestroy dt=165
-GoStart dt=14 g=1 g_seq=2
-GoBlock dt=21 reason_string=19 stack=21
-ProcStop dt=257
-ProcStart dt=60623 p=1 p_seq=4
-GoStart dt=5704 g=5 g_seq=1
-HeapAlloc dt=34 heapalloc_value=4046848
-GoBlock dt=461 reason_string=15 stack=26
-ProcStop dt=25
-ProcStart dt=294 p=0 p_seq=14
-GoStart dt=9 g=6 g_seq=1
-GoBlock dt=506 reason_string=15 stack=26
-ProcStop dt=8
-ProcStart dt=230 p=0 p_seq=17
-ProcStop dt=23
-ProcStart dt=1406 p=0 p_seq=18
-GoStart dt=339 g=34 g_seq=1
-GoBlock dt=291 reason_string=15 stack=26
-ProcStop dt=13
-ProcStart dt=465 p=1 p_seq=10
-GoStart dt=173 g=8 g_seq=1
-GoBlock dt=120 reason_string=15 stack=26
-ProcStop dt=12
-ProcStart dt=353 p=0 p_seq=24
-ProcStop dt=17
-ProcStart dt=968 p=0 p_seq=25
-ProcStop dt=6
-ProcStart dt=554 p=0 p_seq=26
-GoUnblock dt=16 g=25 g_seq=2 stack=0
-GoStart dt=334 g=25 g_seq=3
+ProcStatus dt=1 p=7 pstatus=2
+ProcsChange dt=51 procs_value=8 stack=3
+STWEnd dt=74
+GoCreate dt=216 new_g=6 new_stack=4 stack=5
+HeapAlloc dt=174 heapalloc_value=2752512
+GoCreate dt=140 new_g=7 new_stack=6 stack=7
+HeapAlloc dt=16 heapalloc_value=2760704
+GoCreate dt=11 new_g=8 new_stack=8 stack=9
+GoCreate dt=197 new_g=9 new_stack=10 stack=11
+GoCreate dt=18 new_g=10 new_stack=12 stack=13
+GoBlock dt=159 reason_string=10 stack=14
+GoStart dt=10 g=10 g_seq=1
+GoStop dt=224159 reason_string=16 stack=19
+GoStart dt=105 g=10 g_seq=2
+GoUnblock dt=88262 g=1 g_seq=1 stack=20
+GoDestroy dt=111
+GoStart dt=10 g=1 g_seq=2
+GoBlock dt=18 reason_string=19 stack=21
+ProcStop dt=177
+ProcStart dt=22598 p=0 p_seq=2
+ProcStop dt=20
+ProcStart dt=30 p=2 p_seq=2
+ProcStop dt=1158
+ProcStart dt=1116 p=0 p_seq=4
+GoUnblock dt=19 g=25 g_seq=2 stack=0
+GoStart dt=130 g=25 g_seq=3
GoLabel dt=1 label_string=2
-GoBlock dt=2066 reason_string=15 stack=26
-ProcStop dt=24
-ProcStart dt=202889 p=4 p_seq=3
-GoUnblock dt=53 g=34 g_seq=2 stack=0
-HeapAlloc dt=50 heapalloc_value=16498416
-HeapAlloc dt=32 heapalloc_value=16501200
-HeapAlloc dt=4276 heapalloc_value=16697040
-GoStart dt=1376 g=34 g_seq=3
-GoLabel dt=2 label_string=4
-HeapAlloc dt=69 heapalloc_value=16713136
-GoBlock dt=35 reason_string=10 stack=48
-ProcStop dt=50
-ProcStart dt=111183 p=5 p_seq=3
-HeapAlloc dt=56 heapalloc_value=23234784
-HeapAlloc dt=25 heapalloc_value=23242144
-HeapAlloc dt=343 heapalloc_value=23249312
-GoStart dt=1532 g=16 g_seq=1
-GoStop dt=302128 reason_string=16 stack=52
-GoStart dt=13 g=16 g_seq=2
-GoStop dt=316412 reason_string=16 stack=52
-GoStart dt=10 g=16 g_seq=3
-GoDestroy dt=162712
-ProcStop dt=30
-ProcStart dt=798510 p=5 p_seq=5
+GoBlock dt=1809 reason_string=15 stack=27
+ProcStop dt=35
+ProcStart dt=45680 p=3 p_seq=4
+HeapAlloc dt=46 heapalloc_value=7659248
+HeapAlloc dt=48 heapalloc_value=7663408
+HeapAlloc dt=6065 heapalloc_value=7876144
+GoStart dt=2865 g=4 g_seq=6
+GoBlock dt=31 reason_string=15 stack=32
+ProcStop dt=49
+ProcStart dt=1490 p=3 p_seq=5
ProcStop dt=29
-ProcStart dt=4349 p=6 p_seq=21
-ProcStop dt=41
-ProcStart dt=16784 p=6 p_seq=22
-GoUnblock dt=14 g=82 g_seq=2 stack=0
-GoStart dt=161 g=82 g_seq=3
-GoSyscallBegin dt=27 p_seq=23 stack=93
-GoSyscallEnd dt=663
-GoSyscallBegin dt=102 p_seq=24 stack=94
-GoSyscallEnd dt=258
-GoDestroy dt=9
-ProcStop dt=24
-EventBatch gen=1 m=18446744073709551615 time=420903766597 size=28
-GoStatus dt=69 g=2 m=18446744073709551615 gstatus=4
-GoStatus dt=2 g=18 m=18446744073709551615 gstatus=4
-EventBatch gen=1 m=18446744073709551615 time=420903767161 size=4524
+ProcStart dt=2071 p=1 p_seq=10
+ProcStop dt=21
+ProcStart dt=143297 p=2 p_seq=13
+GoUnblock dt=21 g=22 g_seq=6 stack=0
+GoStart dt=177 g=22 g_seq=7
+GoLabel dt=2 label_string=2
+GoBlock dt=2058 reason_string=15 stack=27
+ProcStop dt=2352
+ProcStart dt=162401 p=5 p_seq=2
+HeapAlloc dt=51 heapalloc_value=26353960
+HeapAlloc dt=42 heapalloc_value=26360360
+HeapAlloc dt=6510 heapalloc_value=26367784
+GoStart dt=1039 g=40 g_seq=1
+GoStop dt=297000 reason_string=16 stack=50
+GoStart dt=15 g=40 g_seq=2
+GoStop dt=315522 reason_string=16 stack=50
+GoStart dt=7 g=40 g_seq=3
+GoDestroy dt=168735
+ProcStop dt=43
+ProcStart dt=799345 p=6 p_seq=6
+ProcStop dt=33
+ProcStart dt=1506 p=6 p_seq=10
+ProcStop dt=26
+ProcStart dt=18634 p=7 p_seq=33
+ProcStop dt=34
+EventBatch gen=1 m=18446744073709551615 time=7689672466616 size=28
+GoStatus dt=61 g=2 m=18446744073709551615 gstatus=4
+GoStatus dt=3 g=5 m=18446744073709551615 gstatus=4
+EventBatch gen=1 m=18446744073709551615 time=7689672467258 size=4540
Stacks
-Stack id=20 nframes=3
- pc=4700772 func=24 file=25 line=81
- pc=5073062 func=26 file=25 line=87
- pc=5072984 func=27 file=28 line=105
-Stack id=71 nframes=21
- pc=4746903 func=29 file=30 line=736
- pc=4807597 func=31 file=32 line=181
- pc=4807573 func=33 file=34 line=736
- pc=4807216 func=35 file=34 line=160
- pc=4813553 func=36 file=37 line=29
- pc=4813545 func=38 file=39 line=118
- pc=4735439 func=40 file=41 line=335
- pc=5034447 func=42 file=41 line=354
- pc=5034407 func=43 file=44 line=55
- pc=5039623 func=45 file=46 line=40
- pc=5060942 func=47 file=48 line=373
- pc=4696033 func=49 file=50 line=74
- pc=5026795 func=51 file=50 line=65
- pc=5026766 func=52 file=48 line=373
- pc=5040478 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=21 nframes=3
- pc=4633684 func=64 file=65 line=195
- pc=5073512 func=66 file=28 line=125
- pc=5070323 func=63 file=28 line=32
-Stack id=38 nframes=9
- pc=4578453 func=67 file=68 line=352
- pc=4353540 func=69 file=70 line=521
- pc=4290908 func=71 file=72 line=147
- pc=4288626 func=73 file=74 line=182
- pc=4252996 func=75 file=76 line=948
- pc=4254486 func=77 file=76 line=1149
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=34 nframes=1
- pc=4314212 func=80 file=81 line=1446
+Stack id=86 nframes=7
+ pc=4754167 func=24 file=25 line=736
+ pc=4814861 func=26 file=27 line=181
+ pc=4814837 func=28 file=29 line=736
+ pc=4814480 func=30 file=29 line=160
+ pc=4996132 func=31 file=32 line=55
+ pc=5032836 func=33 file=34 line=179
+ pc=5078635 func=35 file=36 line=73
+Stack id=77 nframes=16
+ pc=4756520 func=37 file=25 line=1442
+ pc=4751813 func=38 file=27 line=298
+ pc=4996815 func=39 file=40 line=59
+ pc=5049499 func=41 file=42 line=124
+ pc=5048282 func=43 file=42 line=70
+ pc=5021687 func=44 file=45 line=154
+ pc=5057739 func=46 file=47 line=85
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
Stack id=13 nframes=1
- pc=5072896 func=27 file=28 line=102
-Stack id=48 nframes=2
- pc=4307927 func=82 file=81 line=807
- pc=4314212 func=80 file=81 line=1446
-Stack id=65 nframes=7
- pc=4747354 func=83 file=30 line=964
- pc=4808839 func=84 file=32 line=209
- pc=4808831 func=33 file=34 line=736
- pc=4808384 func=85 file=34 line=380
- pc=4813744 func=86 file=37 line=46
- pc=4813736 func=87 file=39 line=183
- pc=5072644 func=88 file=28 line=89
-Stack id=63 nframes=3
- pc=4746903 func=29 file=30 line=736
- pc=5072295 func=31 file=32 line=181
- pc=5072241 func=89 file=28 line=90
-Stack id=85 nframes=15
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052502 func=94 file=95 line=21
- pc=5048264 func=96 file=97 line=245
- pc=5050832 func=98 file=58 line=114
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
-Stack id=1 nframes=4
- pc=4576875 func=107 file=68 line=255
- pc=4561423 func=108 file=109 line=237
- pc=5069285 func=110 file=111 line=125
- pc=5070075 func=63 file=28 line=20
-Stack id=7 nframes=4
- pc=4567652 func=112 file=109 line=868
- pc=4561732 func=108 file=109 line=258
- pc=5069285 func=110 file=111 line=125
- pc=5070075 func=63 file=28 line=20
-Stack id=88 nframes=8
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052074 func=113 file=114 line=15
- pc=5048202 func=96 file=97 line=239
- pc=5051452 func=115 file=58 line=156
- pc=5048431 func=116 file=97 line=315
- pc=5071227 func=117 file=28 line=59
-Stack id=16 nframes=3
- pc=4225233 func=118 file=119 line=442
- pc=4568106 func=120 file=109 line=928
- pc=4567719 func=121 file=109 line=871
-Stack id=95 nframes=8
- pc=4746468 func=122 file=30 line=335
- pc=4806160 func=123 file=124 line=24
- pc=4806130 func=125 file=34 line=81
- pc=4803890 func=126 file=127 line=213
- pc=4806308 func=128 file=34 line=104
- pc=4988529 func=129 file=130 line=37
- pc=5026133 func=131 file=48 line=203
- pc=5071131 func=63 file=28 line=74
-Stack id=94 nframes=8
- pc=4746468 func=122 file=30 line=335
- pc=4806160 func=123 file=124 line=24
- pc=4806130 func=125 file=34 line=81
- pc=4803890 func=126 file=127 line=213
- pc=4806308 func=128 file=34 line=104
- pc=4988529 func=129 file=130 line=37
- pc=5026133 func=131 file=48 line=203
- pc=5071317 func=117 file=28 line=66
-Stack id=43 nframes=6
- pc=4637735 func=132 file=133 line=474
- pc=4307012 func=134 file=81 line=684
- pc=4255286 func=77 file=76 line=1292
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=26 nframes=2
- pc=4433005 func=135 file=136 line=402
- pc=4313604 func=80 file=81 line=1310
-Stack id=66 nframes=2
- pc=4221878 func=137 file=119 line=145
- pc=5072533 func=89 file=28 line=94
-Stack id=55 nframes=1
- pc=5070565 func=63 file=28 line=47
-Stack id=42 nframes=4
- pc=4255286 func=77 file=76 line=1292
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=14 nframes=1
- pc=5070300 func=63 file=28 line=28
-Stack id=56 nframes=2
- pc=4225233 func=118 file=119 line=442
- pc=5070586 func=63 file=28 line=48
+ pc=5077820 func=35 file=36 line=28
+Stack id=65 nframes=2
+ pc=4224086 func=57 file=58 line=145
+ pc=5080123 func=59 file=36 line=94
+Stack id=21 nframes=3
+ pc=4640852 func=60 file=61 line=195
+ pc=5081128 func=62 file=36 line=125
+ pc=5077843 func=35 file=36 line=32
+Stack id=11 nframes=1
+ pc=5077754 func=35 file=36 line=27
+Stack id=10 nframes=1
+ pc=5080288 func=63 file=36 line=97
+Stack id=44 nframes=2
+ pc=4354430 func=64 file=65 line=408
+ pc=4354396 func=66 file=67 line=318
+Stack id=51 nframes=3
+ pc=4658586 func=68 file=69 line=53
+ pc=5080816 func=70 file=36 line=110
+ pc=5079149 func=71 file=36 line=40
+Stack id=36 nframes=7
+ pc=4310007 func=72 file=73 line=806
+ pc=4326610 func=74 file=75 line=562
+ pc=4258131 func=76 file=77 line=1353
+ pc=4255947 func=78 file=77 line=1025
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=57 nframes=5
+ pc=4753924 func=81 file=25 line=432
+ pc=4744496 func=82 file=83 line=118
+ pc=4823012 func=84 file=85 line=218
+ pc=4824373 func=86 file=87 line=21
+ pc=5079543 func=59 file=36 line=82
+Stack id=16 nframes=7
+ pc=4754618 func=88 file=25 line=964
+ pc=4816103 func=89 file=27 line=209
+ pc=4816095 func=28 file=29 line=736
+ pc=4815648 func=90 file=29 line=380
+ pc=4821008 func=91 file=92 line=46
+ pc=4821000 func=93 file=94 line=189
+ pc=5077114 func=95 file=96 line=134
+Stack id=63 nframes=1
+ pc=5080224 func=97 file=36 line=89
+Stack id=2 nframes=3
+ pc=4567556 func=98 file=99 line=239
+ pc=5076805 func=100 file=96 line=125
+ pc=5077595 func=35 file=36 line=20
+Stack id=80 nframes=15
+ pc=4998478 func=101 file=29 line=683
+ pc=4998507 func=39 file=40 line=141
+ pc=5049499 func=41 file=42 line=124
+ pc=5048282 func=43 file=42 line=70
+ pc=5021687 func=44 file=45 line=154
+ pc=5057739 func=46 file=47 line=85
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=47 nframes=1
+ pc=5079072 func=71 file=36 line=38
+Stack id=55 nframes=2
+ pc=4227441 func=102 file=58 line=442
+ pc=5078106 func=35 file=36 line=48
+Stack id=5 nframes=4
+ pc=4576789 func=103 file=104 line=44
+ pc=4567832 func=98 file=99 line=258
+ pc=5076805 func=100 file=96 line=125
+ pc=5077595 func=35 file=36 line=20
+Stack id=46 nframes=3
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=8 nframes=1
+ pc=5077056 func=95 file=96 line=128
Stack id=24 nframes=6
- pc=4313307 func=138 file=81 line=1234
- pc=4306780 func=134 file=81 line=663
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
+ pc=4315620 func=105 file=73 line=1249
+ pc=4308860 func=106 file=73 line=662
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=37 nframes=1
+ pc=4316644 func=107 file=73 line=1469
+Stack id=79 nframes=5
+ pc=4817209 func=108 file=29 line=611
+ pc=5000296 func=109 file=40 line=172
+ pc=5058941 func=110 file=47 line=159
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
+Stack id=17 nframes=1
+ pc=5077124 func=95 file=96 line=130
+Stack id=41 nframes=2
+ pc=4310763 func=72 file=73 line=816
+ pc=4316644 func=107 file=73 line=1469
+Stack id=33 nframes=7
+ pc=4328420 func=114 file=75 line=747
+ pc=4326674 func=74 file=75 line=587
+ pc=4258131 func=76 file=77 line=1353
+ pc=4255947 func=78 file=77 line=1025
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=29 nframes=6
+ pc=4644903 func=115 file=116 line=474
+ pc=4309092 func=106 file=73 line=683
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=73 nframes=10
+ pc=4756296 func=117 file=25 line=1432
+ pc=4751685 func=118 file=27 line=290
+ pc=5051812 func=119 file=42 line=167
+ pc=5048051 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=92 nframes=2
+ pc=4640852 func=60 file=61 line=195
+ pc=5078782 func=113 file=36 line=63
+Stack id=32 nframes=2
+ pc=4344589 func=124 file=125 line=425
+ pc=4346072 func=126 file=125 line=658
Stack id=45 nframes=1
- pc=0 func=0 file=0 line=0
-Stack id=44 nframes=5
- pc=4307322 func=134 file=81 line=746
- pc=4255286 func=77 file=76 line=1292
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=6 nframes=1
- pc=4567680 func=121 file=109 line=868
-Stack id=11 nframes=3
- pc=4225233 func=118 file=119 line=442
- pc=4568106 func=120 file=109 line=928
- pc=4570874 func=140 file=141 line=54
-Stack id=4 nframes=1
- pc=4570816 func=140 file=141 line=42
+ pc=5077843 func=35 file=36 line=32
+Stack id=62 nframes=3
+ pc=4754167 func=24 file=25 line=736
+ pc=5079848 func=26 file=27 line=181
+ pc=5079785 func=59 file=36 line=90
+Stack id=15 nframes=3
+ pc=4227441 func=102 file=58 line=442
+ pc=4574090 func=127 file=99 line=937
+ pc=4576964 func=128 file=104 line=56
+Stack id=28 nframes=4
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=64 nframes=7
+ pc=4754618 func=88 file=25 line=964
+ pc=4816103 func=89 file=27 line=209
+ pc=4816095 func=28 file=29 line=736
+ pc=4815648 func=90 file=29 line=380
+ pc=4821008 func=91 file=92 line=46
+ pc=4821000 func=93 file=94 line=189
+ pc=5080260 func=97 file=36 line=89
+Stack id=91 nframes=8
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5060022 func=133 file=134 line=21
+ pc=5055784 func=135 file=112 line=257
+ pc=5058972 func=110 file=47 line=163
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
+Stack id=95 nframes=8
+ pc=4753732 func=136 file=25 line=335
+ pc=4813424 func=137 file=138 line=24
+ pc=4813394 func=139 file=29 line=81
+ pc=4811154 func=140 file=141 line=213
+ pc=4813572 func=142 file=29 line=104
+ pc=4996049 func=143 file=32 line=37
+ pc=5033653 func=144 file=34 line=203
+ pc=5078651 func=35 file=36 line=74
Stack id=22 nframes=4
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=56 nframes=5
+ pc=4753924 func=81 file=25 line=432
+ pc=4744422 func=82 file=83 line=106
+ pc=4823012 func=84 file=85 line=218
+ pc=4824373 func=86 file=87 line=21
+ pc=5079543 func=59 file=36 line=82
+Stack id=60 nframes=5
+ pc=4753924 func=81 file=25 line=432
+ pc=4744422 func=82 file=83 line=106
+ pc=4813961 func=145 file=29 line=129
+ pc=5079772 func=146 file=85 line=90
+ pc=5079785 func=59 file=36 line=90
+Stack id=38 nframes=2
+ pc=4310679 func=72 file=73 line=914
+ pc=4316644 func=107 file=73 line=1469
+Stack id=52 nframes=3
+ pc=4708004 func=147 file=148 line=81
+ pc=5079238 func=149 file=148 line=87
+ pc=5079164 func=71 file=36 line=41
+Stack id=20 nframes=3
+ pc=4708004 func=147 file=148 line=81
+ pc=5080678 func=149 file=148 line=87
+ pc=5080600 func=150 file=36 line=105
+Stack id=67 nframes=19
+ pc=4752943 func=151 file=25 line=98
+ pc=4822218 func=152 file=153 line=280
+ pc=4822195 func=154 file=155 line=15
+ pc=4823409 func=156 file=85 line=272
+ pc=4821405 func=157 file=94 line=374
+ pc=5042404 func=158 file=94 line=354
+ pc=5042391 func=159 file=160 line=76
+ pc=5047095 func=161 file=162 line=35
+ pc=5068462 func=163 file=34 line=373
+ pc=4703265 func=164 file=165 line=74
+ pc=5034315 func=166 file=165 line=65
+ pc=5034286 func=167 file=34 line=373
+ pc=5047998 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=84 nframes=15
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5059867 func=133 file=134 line=18
+ pc=5055784 func=135 file=112 line=257
+ pc=5058352 func=46 file=47 line=121
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=74 nframes=9
+ pc=4755428 func=168 file=25 line=1213
+ pc=5051952 func=119 file=42 line=170
+ pc=5048051 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=50 nframes=1
+ pc=5079149 func=71 file=36 line=40
+Stack id=14 nframes=2
+ pc=4708263 func=169 file=148 line=116
+ pc=5077833 func=35 file=36 line=29
+Stack id=27 nframes=2
+ pc=4437613 func=170 file=65 line=402
+ pc=4316040 func=107 file=73 line=1333
+Stack id=30 nframes=5
+ pc=4309402 func=106 file=73 line=745
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=75 nframes=1
+ pc=5078720 func=113 file=36 line=58
+Stack id=88 nframes=8
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5059594 func=171 file=172 line=15
+ pc=5055722 func=135 file=112 line=251
+ pc=5058972 func=110 file=47 line=163
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
+Stack id=70 nframes=21
+ pc=4754167 func=24 file=25 line=736
+ pc=4814861 func=26 file=27 line=181
+ pc=4814837 func=28 file=29 line=736
+ pc=4814480 func=30 file=29 line=160
+ pc=4820817 func=173 file=92 line=29
+ pc=4820809 func=174 file=94 line=118
+ pc=4742703 func=175 file=176 line=335
+ pc=5041967 func=177 file=176 line=354
+ pc=5041927 func=178 file=160 line=55
+ pc=5047143 func=161 file=162 line=40
+ pc=5068462 func=163 file=34 line=373
+ pc=4703265 func=164 file=165 line=74
+ pc=5034315 func=166 file=165 line=65
+ pc=5034286 func=167 file=34 line=373
+ pc=5047998 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=25 nframes=7
+ pc=4227441 func=102 file=58 line=442
+ pc=4315507 func=105 file=73 line=1259
+ pc=4308860 func=106 file=73 line=662
+ pc=4257811 func=78 file=77 line=1308
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=58 nframes=5
+ pc=4753924 func=81 file=25 line=432
+ pc=4744422 func=82 file=83 line=106
+ pc=4823012 func=84 file=85 line=218
+ pc=4824408 func=86 file=87 line=21
+ pc=5079543 func=59 file=36 line=82
+Stack id=69 nframes=19
+ pc=4753924 func=81 file=25 line=432
+ pc=4744496 func=82 file=83 line=118
+ pc=4823012 func=84 file=85 line=218
+ pc=4823631 func=156 file=85 line=301
+ pc=4821405 func=157 file=94 line=374
+ pc=5042404 func=158 file=94 line=354
+ pc=5042391 func=159 file=160 line=76
+ pc=5047095 func=161 file=162 line=35
+ pc=5068462 func=163 file=34 line=373
+ pc=4703265 func=164 file=165 line=74
+ pc=5034315 func=166 file=165 line=65
+ pc=5034286 func=167 file=34 line=373
+ pc=5047998 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
Stack id=83 nframes=15
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5047242 func=142 file=143 line=88
- pc=5048249 func=96 file=97 line=244
- pc=5050832 func=98 file=58 line=114
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
-Stack id=37 nframes=3
- pc=4310566 func=144 file=81 line=1087
- pc=4308676 func=82 file=81 line=927
- pc=4314212 func=80 file=81 line=1446
-Stack id=9 nframes=2
- pc=5069359 func=110 file=111 line=128
- pc=5070075 func=63 file=28 line=20
-Stack id=35 nframes=2
- pc=4308599 func=82 file=81 line=915
- pc=4314212 func=80 file=81 line=1446
-Stack id=72 nframes=20
- pc=4746468 func=122 file=30 line=335
- pc=4806160 func=123 file=124 line=24
- pc=4806130 func=125 file=34 line=81
- pc=4803890 func=126 file=127 line=213
- pc=4806308 func=128 file=34 line=104
- pc=4816631 func=145 file=146 line=315
- pc=5040044 func=147 file=37 line=23
- pc=5040027 func=148 file=44 line=23
- pc=5039886 func=45 file=46 line=53
- pc=5060942 func=47 file=48 line=373
- pc=4696033 func=49 file=50 line=74
- pc=5026795 func=51 file=50 line=65
- pc=5026766 func=52 file=48 line=373
- pc=5040478 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5054762 func=179 file=180 line=88
+ pc=5055769 func=135 file=112 line=256
+ pc=5058352 func=46 file=47 line=121
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=43 nframes=9
+ pc=4368154 func=181 file=182 line=958
+ pc=4293585 func=183 file=184 line=254
+ pc=4293175 func=185 file=184 line=170
+ pc=4290674 func=186 file=187 line=182
+ pc=4255364 func=188 file=77 line=948
+ pc=4256932 func=78 file=77 line=1149
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=78 nframes=8
+ pc=4756062 func=189 file=25 line=1421
+ pc=4750293 func=190 file=153 line=684
+ pc=4818215 func=191 file=192 line=17
+ pc=4816989 func=108 file=29 line=602
+ pc=5000296 func=109 file=40 line=172
+ pc=5058941 func=110 file=47 line=159
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
+Stack id=71 nframes=20
+ pc=4753732 func=136 file=25 line=335
+ pc=4813424 func=137 file=138 line=24
+ pc=4813394 func=139 file=29 line=81
+ pc=4811154 func=140 file=141 line=213
+ pc=4813572 func=142 file=29 line=104
+ pc=4823895 func=193 file=85 line=315
+ pc=5047564 func=194 file=92 line=23
+ pc=5047547 func=195 file=160 line=23
+ pc=5047406 func=161 file=162 line=53
+ pc=5068462 func=163 file=34 line=373
+ pc=4703265 func=164 file=165 line=74
+ pc=5034315 func=166 file=165 line=65
+ pc=5034286 func=167 file=34 line=373
+ pc=5047998 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
Stack id=3 nframes=4
- pc=4442379 func=149 file=136 line=1382
- pc=4561715 func=108 file=109 line=255
- pc=5069285 func=110 file=111 line=125
- pc=5070075 func=63 file=28 line=20
+ pc=4446827 func=196 file=65 line=1369
+ pc=4567827 func=98 file=99 line=256
+ pc=5076805 func=100 file=96 line=125
+ pc=5077595 func=35 file=36 line=20
+Stack id=35 nframes=2
+ pc=4310007 func=72 file=73 line=806
+ pc=4316644 func=107 file=73 line=1469
+Stack id=6 nframes=1
+ pc=4573664 func=197 file=99 line=877
Stack id=19 nframes=1
- pc=5072969 func=27 file=28 line=104
+ pc=5080585 func=150 file=36 line=104
+Stack id=54 nframes=1
+ pc=5078085 func=35 file=36 line=47
+Stack id=82 nframes=15
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5059594 func=171 file=172 line=15
+ pc=5055722 func=135 file=112 line=251
+ pc=5058352 func=46 file=47 line=121
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=90 nframes=8
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5059867 func=133 file=134 line=18
+ pc=5055784 func=135 file=112 line=257
+ pc=5058972 func=110 file=47 line=163
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
Stack id=61 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737158 func=151 file=152 line=106
- pc=4806697 func=153 file=34 line=129
- pc=5072228 func=154 file=146 line=90
- pc=5072241 func=89 file=28 line=90
-Stack id=79 nframes=8
- pc=4748798 func=155 file=30 line=1421
- pc=4743029 func=156 file=157 line=684
- pc=4810951 func=158 file=159 line=17
- pc=4809725 func=160 file=34 line=602
- pc=4992776 func=161 file=162 line=172
- pc=5051421 func=115 file=58 line=152
- pc=5048431 func=116 file=97 line=315
- pc=5071227 func=117 file=28 line=59
-Stack id=91 nframes=8
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052502 func=94 file=95 line=21
- pc=5048264 func=96 file=97 line=245
- pc=5051452 func=115 file=58 line=156
- pc=5048431 func=116 file=97 line=315
- pc=5071227 func=117 file=28 line=59
-Stack id=62 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737232 func=151 file=152 line=118
- pc=4806697 func=153 file=34 line=129
- pc=5072228 func=154 file=146 line=90
- pc=5072241 func=89 file=28 line=90
-Stack id=75 nframes=9
- pc=4748164 func=163 file=30 line=1213
- pc=5044432 func=164 file=54 line=170
- pc=5040531 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=73 nframes=11
- pc=4750130 func=90 file=30 line=1488
- pc=5046866 func=91 file=32 line=462
- pc=5046876 func=165 file=166 line=28
- pc=5043829 func=164 file=54 line=152
- pc=5040531 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=87 nframes=4
- pc=4807527 func=35 file=34 line=164
- pc=4988612 func=167 file=130 line=55
- pc=5025316 func=168 file=48 line=179
- pc=5071115 func=63 file=28 line=73
-Stack id=84 nframes=15
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052347 func=94 file=95 line=18
- pc=5048264 func=96 file=97 line=245
- pc=5050832 func=98 file=58 line=114
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
-Stack id=92 nframes=2
- pc=4633684 func=64 file=65 line=195
- pc=5071262 func=117 file=28 line=63
-Stack id=40 nframes=2
- pc=4352030 func=169 file=136 line=408
- pc=4351996 func=170 file=70 line=317
-Stack id=89 nframes=8
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5047242 func=142 file=143 line=88
- pc=5048249 func=96 file=97 line=244
- pc=5051452 func=115 file=58 line=156
- pc=5048431 func=116 file=97 line=315
- pc=5071227 func=117 file=28 line=59
-Stack id=53 nframes=3
- pc=4700772 func=24 file=25 line=81
- pc=5071718 func=26 file=25 line=87
- pc=5071644 func=171 file=28 line=41
-Stack id=81 nframes=16
- pc=4749883 func=172 file=30 line=1478
- pc=4744812 func=173 file=32 line=313
- pc=4991029 func=174 file=162 line=149
- pc=5041979 func=175 file=54 line=124
- pc=5040762 func=53 file=54 line=70
- pc=5014167 func=55 file=56 line=154
- pc=5050219 func=98 file=58 line=78
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
+ pc=4753924 func=81 file=25 line=432
+ pc=4744496 func=82 file=83 line=118
+ pc=4813961 func=145 file=29 line=129
+ pc=5079772 func=146 file=85 line=90
+ pc=5079785 func=59 file=36 line=90
Stack id=23 nframes=1
- pc=4313376 func=80 file=81 line=1276
-Stack id=52 nframes=1
- pc=5071629 func=171 file=28 line=40
-Stack id=28 nframes=6
- pc=4637735 func=132 file=133 line=474
- pc=4307012 func=134 file=81 line=684
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
+ pc=4315808 func=107 file=73 line=1298
Stack id=12 nframes=1
- pc=5070234 func=63 file=28 line=27
-Stack id=76 nframes=1
- pc=5071200 func=117 file=28 line=58
-Stack id=60 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737232 func=151 file=152 line=118
- pc=4815748 func=176 file=146 line=218
- pc=4817144 func=177 file=178 line=21
- pc=5072014 func=89 file=28 line=82
-Stack id=64 nframes=1
- pc=5072608 func=88 file=28 line=89
-Stack id=47 nframes=11
- pc=4578453 func=67 file=68 line=352
- pc=4353540 func=69 file=70 line=521
- pc=4352604 func=179 file=70 line=389
- pc=4358543 func=180 file=70 line=926
- pc=4290148 func=71 file=72 line=84
- pc=4288626 func=73 file=74 line=182
- pc=4252996 func=75 file=76 line=948
- pc=4254486 func=77 file=76 line=1149
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
+ pc=5080512 func=150 file=36 line=102
Stack id=68 nframes=19
- pc=4745679 func=181 file=30 line=98
- pc=4814954 func=182 file=157 line=280
- pc=4814931 func=183 file=184 line=15
- pc=4816145 func=185 file=146 line=272
- pc=4814141 func=186 file=39 line=334
- pc=5034884 func=187 file=39 line=314
- pc=5034871 func=188 file=44 line=76
- pc=5039575 func=45 file=46 line=35
- pc=5060942 func=47 file=48 line=373
- pc=4696033 func=49 file=50 line=74
- pc=5026795 func=51 file=50 line=65
- pc=5026766 func=52 file=48 line=373
- pc=5040478 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=77 nframes=1
- pc=5070924 func=63 file=28 line=58
-Stack id=78 nframes=16
- pc=4749256 func=189 file=30 line=1442
- pc=4744549 func=190 file=32 line=298
- pc=4989295 func=174 file=162 line=59
- pc=5041979 func=175 file=54 line=124
- pc=5040762 func=53 file=54 line=70
- pc=5014167 func=55 file=56 line=154
- pc=5050219 func=98 file=58 line=78
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
-Stack id=54 nframes=1
- pc=5071968 func=89 file=28 line=81
-Stack id=32 nframes=2
- pc=4342189 func=191 file=192 line=425
- pc=4343672 func=193 file=192 line=658
-Stack id=57 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737158 func=151 file=152 line=106
- pc=4815748 func=176 file=146 line=218
- pc=4817109 func=177 file=178 line=21
- pc=5072014 func=89 file=28 line=82
-Stack id=74 nframes=10
- pc=4749032 func=194 file=30 line=1432
- pc=4744421 func=195 file=32 line=290
- pc=5044292 func=164 file=54 line=167
- pc=5040531 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=18 nframes=1
- pc=5069604 func=196 file=111 line=130
-Stack id=5 nframes=4
- pc=4570709 func=197 file=141 line=42
- pc=4561720 func=108 file=109 line=257
- pc=5069285 func=110 file=111 line=125
- pc=5070075 func=63 file=28 line=20
-Stack id=90 nframes=8
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052347 func=94 file=95 line=18
- pc=5048264 func=96 file=97 line=245
- pc=5051452 func=115 file=58 line=156
- pc=5048431 func=116 file=97 line=315
- pc=5071227 func=117 file=28 line=59
-Stack id=33 nframes=7
- pc=4307927 func=82 file=81 line=807
- pc=4324210 func=198 file=199 line=564
- pc=4255603 func=200 file=76 line=1337
- pc=4253576 func=77 file=76 line=1025
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=70 nframes=19
- pc=4746660 func=150 file=30 line=432
- pc=4737232 func=151 file=152 line=118
- pc=4815748 func=176 file=146 line=218
- pc=4816367 func=185 file=146 line=301
- pc=4814141 func=186 file=39 line=334
- pc=5034884 func=187 file=39 line=314
- pc=5034871 func=188 file=44 line=76
- pc=5039575 func=45 file=46 line=35
- pc=5060942 func=47 file=48 line=373
- pc=4696033 func=49 file=50 line=74
- pc=5026795 func=51 file=50 line=65
- pc=5026766 func=52 file=48 line=373
- pc=5040478 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
-Stack id=8 nframes=1
- pc=5069536 func=196 file=111 line=128
-Stack id=15 nframes=2
- pc=4701031 func=201 file=25 line=116
- pc=5070313 func=63 file=28 line=29
-Stack id=86 nframes=7
- pc=4746903 func=29 file=30 line=736
- pc=4807597 func=31 file=32 line=181
- pc=4807573 func=33 file=34 line=736
- pc=4807216 func=35 file=34 line=160
- pc=4988612 func=167 file=130 line=55
- pc=5025316 func=168 file=48 line=179
- pc=5071115 func=63 file=28 line=73
-Stack id=67 nframes=1
- pc=0 func=0 file=0 line=0
-Stack id=80 nframes=15
- pc=4990958 func=202 file=34 line=683
- pc=4990987 func=174 file=162 line=141
- pc=5041979 func=175 file=54 line=124
- pc=5040762 func=53 file=54 line=70
- pc=5014167 func=55 file=56 line=154
- pc=5050219 func=98 file=58 line=78
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
+ pc=4753924 func=81 file=25 line=432
+ pc=4744422 func=82 file=83 line=106
+ pc=4823012 func=84 file=85 line=218
+ pc=4823631 func=156 file=85 line=301
+ pc=4821405 func=157 file=94 line=374
+ pc=5042404 func=158 file=94 line=354
+ pc=5042391 func=159 file=160 line=76
+ pc=5047095 func=161 file=162 line=35
+ pc=5068462 func=163 file=34 line=373
+ pc=4703265 func=164 file=165 line=74
+ pc=5034315 func=166 file=165 line=65
+ pc=5034286 func=167 file=34 line=373
+ pc=5047998 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=4 nframes=1
+ pc=4576896 func=128 file=104 line=44
+Stack id=66 nframes=6
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
+Stack id=81 nframes=16
+ pc=4757147 func=198 file=25 line=1478
+ pc=4752076 func=199 file=27 line=313
+ pc=4998549 func=39 file=40 line=149
+ pc=5049499 func=41 file=42 line=124
+ pc=5048282 func=43 file=42 line=70
+ pc=5021687 func=44 file=45 line=154
+ pc=5057739 func=46 file=47 line=85
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=87 nframes=4
+ pc=4814791 func=30 file=29 line=164
+ pc=4996132 func=31 file=32 line=55
+ pc=5032836 func=33 file=34 line=179
+ pc=5078635 func=35 file=36 line=73
+Stack id=85 nframes=15
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5060022 func=133 file=134 line=21
+ pc=5055784 func=135 file=112 line=257
+ pc=5058352 func=46 file=47 line=121
+ pc=5057380 func=48 file=47 line=75
+ pc=5057381 func=49 file=47 line=71
+ pc=4965884 func=50 file=51 line=651
+ pc=4964173 func=52 file=51 line=616
+ pc=4961811 func=53 file=51 line=517
+ pc=4960409 func=54 file=51 line=508
+ pc=4958646 func=55 file=51 line=434
+ pc=4958647 func=56 file=51 line=401
+ pc=5078500 func=35 file=36 line=68
+Stack id=39 nframes=4
+ pc=4644903 func=115 file=116 line=474
+ pc=4311677 func=200 file=73 line=964
+ pc=4310756 func=72 file=73 line=926
+ pc=4316644 func=107 file=73 line=1469
+Stack id=31 nframes=7
+ pc=4585153 func=201 file=202 line=383
+ pc=4326396 func=74 file=75 line=534
+ pc=4258131 func=76 file=77 line=1353
+ pc=4255947 func=78 file=77 line=1025
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
+Stack id=89 nframes=8
+ pc=4757394 func=129 file=25 line=1488
+ pc=4819063 func=130 file=27 line=462
+ pc=4819041 func=131 file=132 line=17
+ pc=5054762 func=179 file=180 line=88
+ pc=5055769 func=135 file=112 line=256
+ pc=5058972 func=110 file=47 line=163
+ pc=5055951 func=111 file=112 line=327
+ pc=5078747 func=113 file=36 line=59
+Stack id=53 nframes=1
+ pc=5079488 func=59 file=36 line=81
+Stack id=18 nframes=3
+ pc=4227441 func=102 file=58 line=442
+ pc=4574090 func=127 file=99 line=937
+ pc=4573703 func=197 file=99 line=880
+Stack id=48 nframes=1
+ pc=5077881 func=35 file=36 line=38
+Stack id=94 nframes=8
+ pc=4753732 func=136 file=25 line=335
+ pc=4813424 func=137 file=138 line=24
+ pc=4813394 func=139 file=29 line=81
+ pc=4811154 func=140 file=141 line=213
+ pc=4813572 func=142 file=29 line=104
+ pc=4996049 func=143 file=32 line=37
+ pc=5033653 func=144 file=34 line=203
+ pc=5078837 func=113 file=36 line=66
+Stack id=42 nframes=9
+ pc=4584693 func=203 file=202 line=357
+ pc=4355940 func=204 file=67 line=522
+ pc=4292956 func=185 file=184 line=147
+ pc=4290674 func=186 file=187 line=182
+ pc=4255364 func=188 file=77 line=948
+ pc=4256932 func=78 file=77 line=1149
+ pc=4528840 func=79 file=80 line=107
+ pc=5081148 func=62 file=36 line=127
+ pc=5077843 func=35 file=36 line=32
Stack id=93 nframes=7
- pc=4747354 func=83 file=30 line=964
- pc=4808839 func=84 file=32 line=209
- pc=4808831 func=33 file=34 line=736
- pc=4808384 func=85 file=34 line=380
- pc=4988868 func=203 file=130 line=96
- pc=5025764 func=204 file=48 line=191
- pc=5071301 func=117 file=28 line=65
-Stack id=46 nframes=1
- pc=5070323 func=63 file=28 line=32
-Stack id=25 nframes=5
- pc=4306780 func=134 file=81 line=663
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=58 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737232 func=151 file=152 line=118
- pc=4815748 func=176 file=146 line=218
- pc=4817109 func=177 file=178 line=21
- pc=5072014 func=89 file=28 line=82
-Stack id=39 nframes=9
- pc=4365530 func=205 file=206 line=958
- pc=4291537 func=207 file=72 line=254
- pc=4291127 func=71 file=72 line=170
- pc=4288626 func=73 file=74 line=182
- pc=4252996 func=75 file=76 line=948
- pc=4254486 func=77 file=76 line=1149
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=2 nframes=3
- pc=4561444 func=108 file=109 line=238
- pc=5069285 func=110 file=111 line=125
- pc=5070075 func=63 file=28 line=20
-Stack id=50 nframes=1
- pc=5070361 func=63 file=28 line=38
-Stack id=10 nframes=1
- pc=5072672 func=208 file=28 line=97
-Stack id=41 nframes=4
- pc=4255286 func=77 file=76 line=1292
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=31 nframes=3
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=36 nframes=4
- pc=4637735 func=132 file=133 line=474
- pc=4309597 func=144 file=81 line=965
- pc=4308676 func=82 file=81 line=927
- pc=4314212 func=80 file=81 line=1446
-Stack id=69 nframes=19
- pc=4746660 func=150 file=30 line=432
- pc=4737158 func=151 file=152 line=106
- pc=4815748 func=176 file=146 line=218
- pc=4816367 func=185 file=146 line=301
- pc=4814141 func=186 file=39 line=334
- pc=5034884 func=187 file=39 line=314
- pc=5034871 func=188 file=44 line=76
- pc=5039575 func=45 file=46 line=35
- pc=5060942 func=47 file=48 line=373
- pc=4696033 func=49 file=50 line=74
- pc=5026795 func=51 file=50 line=65
- pc=5026766 func=52 file=48 line=373
- pc=5040478 func=53 file=54 line=57
- pc=5014167 func=55 file=56 line=154
- pc=5051652 func=57 file=58 line=182
- pc=4960356 func=59 file=58 line=172
- pc=4960318 func=60 file=61 line=734
- pc=4961094 func=62 file=61 line=808
- pc=5070695 func=63 file=28 line=53
+ pc=4754618 func=88 file=25 line=964
+ pc=4816103 func=89 file=27 line=209
+ pc=4816095 func=28 file=29 line=736
+ pc=4815648 func=90 file=29 line=380
+ pc=4996388 func=205 file=32 line=96
+ pc=5033284 func=206 file=34 line=191
+ pc=5078821 func=113 file=36 line=65
+Stack id=34 nframes=2
+ pc=4644903 func=115 file=116 line=474
+ pc=4316309 func=107 file=73 line=1393
+Stack id=49 nframes=2
+ pc=4708263 func=169 file=148 line=116
+ pc=5078001 func=35 file=36 line=43
+Stack id=7 nframes=4
+ pc=4573636 func=207 file=99 line=877
+ pc=4567844 func=98 file=99 line=259
+ pc=5076805 func=100 file=96 line=125
+ pc=5077595 func=35 file=36 line=20
+Stack id=76 nframes=1
+ pc=5078444 func=35 file=36 line=58
+Stack id=1 nframes=4
+ pc=4583115 func=208 file=202 line=260
+ pc=4567535 func=98 file=99 line=238
+ pc=5076805 func=100 file=96 line=125
+ pc=5077595 func=35 file=36 line=20
+Stack id=26 nframes=2
+ pc=4224086 func=57 file=58 line=145
+ pc=4316011 func=107 file=73 line=1312
+Stack id=40 nframes=3
+ pc=4312646 func=200 file=73 line=1086
+ pc=4310756 func=72 file=73 line=926
+ pc=4316644 func=107 file=73 line=1469
+Stack id=72 nframes=11
+ pc=4757394 func=129 file=25 line=1488
+ pc=5054386 func=130 file=27 line=462
+ pc=5054396 func=209 file=210 line=28
+ pc=5051349 func=119 file=42 line=152
+ pc=5048051 func=43 file=42 line=57
+ pc=5021687 func=44 file=45 line=154
+ pc=5059172 func=120 file=47 line=189
+ pc=4967876 func=121 file=47 line=179
+ pc=4967838 func=122 file=51 line=734
+ pc=4968614 func=123 file=51 line=808
+ pc=5078215 func=35 file=36 line=53
Stack id=59 nframes=5
- pc=4746660 func=150 file=30 line=432
- pc=4737158 func=151 file=152 line=106
- pc=4815748 func=176 file=146 line=218
- pc=4817144 func=177 file=178 line=21
- pc=5072014 func=89 file=28 line=82
-Stack id=30 nframes=7
- pc=4578913 func=209 file=68 line=378
- pc=4323996 func=198 file=199 line=536
- pc=4255603 func=200 file=76 line=1337
- pc=4253576 func=77 file=76 line=1025
- pc=4522824 func=78 file=79 line=103
- pc=5073532 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=51 nframes=2
- pc=4701031 func=201 file=25 line=116
- pc=5070481 func=63 file=28 line=43
-Stack id=49 nframes=1
- pc=5071552 func=171 file=28 line=38
-Stack id=29 nframes=5
- pc=4307322 func=134 file=81 line=746
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=82 nframes=15
- pc=4750130 func=90 file=30 line=1488
- pc=4811799 func=91 file=32 line=462
- pc=4811777 func=92 file=93 line=17
- pc=5052074 func=113 file=114 line=15
- pc=5048202 func=96 file=97 line=239
- pc=5050832 func=98 file=58 line=114
- pc=5049860 func=99 file=58 line=68
- pc=5049861 func=100 file=58 line=64
- pc=4958364 func=101 file=61 line=651
- pc=4956653 func=102 file=61 line=616
- pc=4954291 func=103 file=61 line=517
- pc=4952889 func=104 file=61 line=508
- pc=4951126 func=105 file=61 line=434
- pc=4951127 func=106 file=61 line=401
- pc=5070980 func=63 file=28 line=68
-Stack id=27 nframes=4
- pc=4255286 func=77 file=76 line=1292
- pc=4524282 func=139 file=79 line=246
- pc=5073584 func=66 file=28 line=127
- pc=5070323 func=63 file=28 line=32
-Stack id=17 nframes=7
- pc=4747354 func=83 file=30 line=964
- pc=4808839 func=84 file=32 line=209
- pc=4808831 func=33 file=34 line=736
- pc=4808384 func=85 file=34 line=380
- pc=4813744 func=86 file=37 line=46
- pc=4813736 func=87 file=39 line=183
- pc=5069594 func=196 file=111 line=134
-EventBatch gen=1 m=18446744073709551615 time=420901448919 size=6914
+ pc=4753924 func=81 file=25 line=432
+ pc=4744496 func=82 file=83 line=118
+ pc=4823012 func=84 file=85 line=218
+ pc=4824408 func=86 file=87 line=21
+ pc=5079543 func=59 file=36 line=82
+Stack id=9 nframes=2
+ pc=5076879 func=100 file=96 line=128
+ pc=5077595 func=35 file=36 line=20
+EventBatch gen=1 m=18446744073709551615 time=7689670146021 size=6980
Strings
String id=1
data="Not worker"
@@ -3985,7 +4256,7 @@ String id=18
String id=19
data="sleep"
String id=20
- data="runtime.GoSched"
+ data="runtime.Gosched"
String id=21
data="start trace"
String id=22
@@ -3993,374 +4264,376 @@ String id=22
String id=23
data="GC mark termination"
String id=24
- data="sync.(*WaitGroup).Add"
+ data="syscall.read"
String id=25
- data="/usr/local/google/home/mknyszek/work/go-1/src/sync/waitgroup.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/zsyscall_linux_amd64.go"
String id=26
- data="sync.(*WaitGroup).Done"
+ data="syscall.Read"
String id=27
- data="main.cpu20"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/syscall_unix.go"
String id=28
- data="/usr/local/google/home/mknyszek/work/go-1/src/cmd/trace/v2/testdata/testprog/main.go"
+ data="internal/poll.ignoringEINTRIO"
String id=29
- data="syscall.read"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_unix.go"
String id=30
- data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/zsyscall_linux_amd64.go"
+ data="internal/poll.(*FD).Read"
String id=31
- data="syscall.Read"
+ data="net.(*netFD).Read"
String id=32
- data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/syscall_unix.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/fd_posix.go"
String id=33
- data="internal/poll.ignoringEINTRIO"
+ data="net.(*conn).Read"
String id=34
- data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_unix.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/net.go"
String id=35
- data="internal/poll.(*FD).Read"
+ data="main.main"
String id=36
- data="os.(*File).read"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/cmd/trace/v2/testdata/testprog/main.go"
String id=37
- data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_posix.go"
+ data="syscall.connect"
String id=38
- data="os.(*File).Read"
+ data="syscall.Connect"
String id=39
- data="/usr/local/google/home/mknyszek/work/go-1/src/os/file.go"
+ data="net.(*netFD).connect"
String id=40
- data="io.ReadAtLeast"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/fd_unix.go"
String id=41
- data="/usr/local/google/home/mknyszek/work/go-1/src/io/io.go"
+ data="net.(*netFD).dial"
String id=42
- data="io.ReadFull"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_posix.go"
String id=43
- data="net.(*file).readLine"
+ data="net.socket"
String id=44
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/parse.go"
+ data="net.internetSocket"
String id=45
- data="net.maxListenerBacklog"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/ipsock_posix.go"
String id=46
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_linux.go"
+ data="net.(*sysDialer).doDialTCPProto"
String id=47
- data="net.listenerBacklog.func1"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsock_posix.go"
String id=48
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/net.go"
+ data="net.(*sysDialer).doDialTCP"
String id=49
- data="sync.(*Once).doSlow"
+ data="net.(*sysDialer).dialTCP"
String id=50
- data="/usr/local/google/home/mknyszek/work/go-1/src/sync/once.go"
+ data="net.(*sysDialer).dialSingle"
String id=51
- data="sync.(*Once).Do"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/dial.go"
String id=52
- data="net.listenerBacklog"
+ data="net.(*sysDialer).dialSerial"
String id=53
- data="net.socket"
+ data="net.(*sysDialer).dialParallel"
String id=54
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_posix.go"
+ data="net.(*Dialer).DialContext"
String id=55
- data="net.internetSocket"
+ data="net.(*Dialer).Dial"
String id=56
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/ipsock_posix.go"
+ data="net.Dial"
String id=57
- data="net.(*sysListener).listenTCPProto"
+ data="runtime.chansend1"
String id=58
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsock_posix.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/chan.go"
String id=59
- data="net.(*sysListener).listenTCP"
+ data="main.blockingSyscall"
String id=60
- data="net.(*ListenConfig).Listen"
+ data="time.Sleep"
String id=61
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/dial.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/time.go"
String id=62
- data="net.Listen"
+ data="main.allocHog"
String id=63
- data="main.main"
+ data="main.cpu10"
String id=64
- data="time.Sleep"
+ data="runtime.goparkunlock"
String id=65
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/time.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/proc.go"
String id=66
- data="main.allocHog"
+ data="runtime.bgsweep"
String id=67
- data="runtime.traceLocker.GCSweepSpan"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcsweep.go"
String id=68
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2runtime.go"
+ data="runtime.asyncPreempt"
String id=69
- data="runtime.(*sweepLocked).sweep"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/preempt_amd64.s"
String id=70
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcsweep.go"
+ data="main.cpuHog"
String id=71
- data="runtime.(*mcentral).cacheSpan"
+ data="main.main.func1"
String id=72
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mcentral.go"
+ data="runtime.gcMarkDone"
String id=73
- data="runtime.(*mcache).refill"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgc.go"
String id=74
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mcache.go"
+ data="runtime.gcAssistAlloc"
String id=75
- data="runtime.(*mcache).nextFree"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcmark.go"
String id=76
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/malloc.go"
+ data="runtime.deductAssistCredit"
String id=77
- data="runtime.mallocgc"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/malloc.go"
String id=78
- data="runtime.makeslice"
+ data="runtime.mallocgc"
String id=79
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/slice.go"
+ data="runtime.makeslice"
String id=80
- data="runtime.gcBgMarkWorker"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/slice.go"
String id=81
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgc.go"
+ data="syscall.fcntl"
String id=82
- data="runtime.gcMarkDone"
+ data="syscall.SetNonblock"
String id=83
- data="syscall.write"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/exec_unix.go"
String id=84
- data="syscall.Write"
+ data="os.newFile"
String id=85
- data="internal/poll.(*FD).Write"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_unix.go"
String id=86
- data="os.(*File).write"
+ data="os.Pipe"
String id=87
- data="os.(*File).Write"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/os/pipe2_unix.go"
String id=88
- data="main.blockingSyscall.func1"
+ data="syscall.write"
String id=89
- data="main.blockingSyscall"
+ data="syscall.Write"
String id=90
- data="syscall.setsockopt"
+ data="internal/poll.(*FD).Write"
String id=91
- data="syscall.SetsockoptInt"
+ data="os.(*File).write"
String id=92
- data="internal/poll.(*FD).SetsockoptInt"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_posix.go"
String id=93
- data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/sockopt.go"
+ data="os.(*File).Write"
String id=94
- data="net.setKeepAlivePeriod"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/os/file.go"
String id=95
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsockopt_unix.go"
+ data="runtime/trace.Start.func1"
String id=96
- data="net.newTCPConn"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
String id=97
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsock.go"
+ data="main.blockingSyscall.func1"
String id=98
- data="net.(*sysDialer).doDialTCPProto"
+ data="runtime.StartTrace"
String id=99
- data="net.(*sysDialer).doDialTCP"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2.go"
String id=100
- data="net.(*sysDialer).dialTCP"
+ data="runtime/trace.Start"
String id=101
- data="net.(*sysDialer).dialSingle"
+ data="internal/poll.(*FD).WaitWrite"
String id=102
- data="net.(*sysDialer).dialSerial"
+ data="runtime.chanrecv1"
String id=103
- data="net.(*sysDialer).dialParallel"
+ data="runtime.traceStartReadCPU"
String id=104
- data="net.(*Dialer).DialContext"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2cpu.go"
String id=105
- data="net.(*Dialer).Dial"
+ data="runtime.gcBgMarkStartWorkers"
String id=106
- data="net.Dial"
+ data="runtime.gcStart"
String id=107
- data="runtime.traceLocker.Gomaxprocs"
+ data="runtime.gcBgMarkWorker"
String id=108
- data="runtime.StartTrace"
+ data="internal/poll.(*FD).Accept"
String id=109
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2.go"
+ data="net.(*netFD).accept"
String id=110
- data="runtime/trace.Start"
+ data="net.(*TCPListener).accept"
String id=111
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
+ data="net.(*TCPListener).Accept"
String id=112
- data="runtime.(*traceAdvancerState).start"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsock.go"
String id=113
- data="net.setNoDelay"
+ data="main.main.func2"
String id=114
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsockopt_posix.go"
+ data="runtime.gcParkAssist"
String id=115
- data="net.(*TCPListener).accept"
+ data="runtime.systemstack_switch"
String id=116
- data="net.(*TCPListener).Accept"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/asm_amd64.s"
String id=117
- data="main.main.func2"
+ data="syscall.bind"
String id=118
- data="runtime.chanrecv1"
+ data="syscall.Bind"
String id=119
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/chan.go"
+ data="net.(*netFD).listenStream"
String id=120
- data="runtime.(*wakeableSleep).sleep"
+ data="net.(*sysListener).listenTCPProto"
String id=121
- data="runtime.(*traceAdvancerState).start.func1"
+ data="net.(*sysListener).listenTCP"
String id=122
- data="syscall.Close"
+ data="net.(*ListenConfig).Listen"
String id=123
- data="internal/poll.(*SysFile).destroy"
+ data="net.Listen"
String id=124
- data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_unixjs.go"
+ data="runtime.(*scavengerState).park"
String id=125
- data="internal/poll.(*FD).destroy"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcscavenge.go"
String id=126
- data="internal/poll.(*FD).decref"
+ data="runtime.bgscavenge"
String id=127
- data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_mutex.go"
+ data="runtime.(*wakeableSleep).sleep"
String id=128
- data="internal/poll.(*FD).Close"
+ data="runtime.traceStartReadCPU.func1"
String id=129
- data="net.(*netFD).Close"
+ data="syscall.setsockopt"
String id=130
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/fd_posix.go"
+ data="syscall.SetsockoptInt"
String id=131
- data="net.(*conn).Close"
+ data="internal/poll.(*FD).SetsockoptInt"
String id=132
- data="runtime.systemstack_switch"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/sockopt.go"
String id=133
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/asm_amd64.s"
+ data="net.setKeepAlivePeriod"
String id=134
- data="runtime.gcStart"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsockopt_unix.go"
String id=135
- data="runtime.gopark"
+ data="net.newTCPConn"
String id=136
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/proc.go"
+ data="syscall.Close"
String id=137
- data="runtime.chansend1"
+ data="internal/poll.(*SysFile).destroy"
String id=138
- data="runtime.gcBgMarkStartWorkers"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_unixjs.go"
String id=139
- data="runtime.growslice"
+ data="internal/poll.(*FD).destroy"
String id=140
- data="runtime.traceStartReadCPU.func1"
+ data="internal/poll.(*FD).decref"
String id=141
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2cpu.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_mutex.go"
String id=142
- data="net.setKeepAlive"
+ data="internal/poll.(*FD).Close"
String id=143
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/sockopt_posix.go"
+ data="net.(*netFD).Close"
String id=144
- data="runtime.gcMarkTermination"
+ data="net.(*conn).Close"
String id=145
- data="os.(*file).close"
+ data="internal/poll.(*FD).SetBlocking"
String id=146
- data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_unix.go"
+ data="os.(*File).Fd"
String id=147
- data="os.(*File).Close"
+ data="sync.(*WaitGroup).Add"
String id=148
- data="net.(*file).close"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/sync/waitgroup.go"
String id=149
- data="runtime.startTheWorld"
+ data="sync.(*WaitGroup).Done"
String id=150
- data="syscall.fcntl"
+ data="main.cpu20"
String id=151
- data="syscall.SetNonblock"
+ data="syscall.openat"
String id=152
- data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/exec_unix.go"
+ data="syscall.Open"
String id=153
- data="internal/poll.(*FD).SetBlocking"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/syscall_linux.go"
String id=154
- data="os.(*File).Fd"
+ data="os.open"
String id=155
- data="syscall.accept4"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_open_unix.go"
String id=156
- data="syscall.Accept4"
+ data="os.openFileNolog"
String id=157
- data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/syscall_linux.go"
+ data="os.OpenFile"
String id=158
- data="internal/poll.accept"
+ data="os.Open"
String id=159
- data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/sock_cloexec.go"
+ data="net.open"
String id=160
- data="internal/poll.(*FD).Accept"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/parse.go"
String id=161
- data="net.(*netFD).accept"
+ data="net.maxListenerBacklog"
String id=162
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/fd_unix.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_linux.go"
String id=163
- data="syscall.Listen"
+ data="net.listenerBacklog.func1"
String id=164
- data="net.(*netFD).listenStream"
+ data="sync.(*Once).doSlow"
String id=165
- data="net.setDefaultListenerSockopts"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/sync/once.go"
String id=166
- data="/usr/local/google/home/mknyszek/work/go-1/src/net/sockopt_linux.go"
+ data="sync.(*Once).Do"
String id=167
- data="net.(*netFD).Read"
+ data="net.listenerBacklog"
String id=168
- data="net.(*conn).Read"
+ data="syscall.Listen"
String id=169
- data="runtime.goparkunlock"
+ data="sync.(*WaitGroup).Wait"
String id=170
- data="runtime.bgsweep"
+ data="runtime.gopark"
String id=171
- data="main.main.func1"
+ data="net.setNoDelay"
String id=172
- data="syscall.getsockopt"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/tcpsockopt_posix.go"
String id=173
- data="syscall.GetsockoptInt"
+ data="os.(*File).read"
String id=174
- data="net.(*netFD).connect"
+ data="os.(*File).Read"
String id=175
- data="net.(*netFD).dial"
+ data="io.ReadAtLeast"
String id=176
- data="os.newFile"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/io/io.go"
String id=177
- data="os.Pipe"
+ data="io.ReadFull"
String id=178
- data="/usr/local/google/home/mknyszek/work/go-1/src/os/pipe2_unix.go"
+ data="net.(*file).readLine"
String id=179
- data="runtime.sweepone"
+ data="net.setKeepAlive"
String id=180
- data="runtime.deductSweepCredit"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/sockopt_posix.go"
String id=181
- data="syscall.openat"
+ data="runtime.(*mheap).alloc"
String id=182
- data="syscall.Open"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mheap.go"
String id=183
- data="os.open"
+ data="runtime.(*mcentral).grow"
String id=184
- data="/usr/local/google/home/mknyszek/work/go-1/src/os/file_open_unix.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mcentral.go"
String id=185
- data="os.openFileNolog"
+ data="runtime.(*mcentral).cacheSpan"
String id=186
- data="os.OpenFile"
+ data="runtime.(*mcache).refill"
String id=187
- data="os.Open"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mcache.go"
String id=188
- data="net.open"
+ data="runtime.(*mcache).nextFree"
String id=189
- data="syscall.connect"
+ data="syscall.accept4"
String id=190
- data="syscall.Connect"
+ data="syscall.Accept4"
String id=191
- data="runtime.(*scavengerState).park"
+ data="internal/poll.accept"
String id=192
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcscavenge.go"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/sock_cloexec.go"
String id=193
- data="runtime.bgscavenge"
+ data="os.(*file).close"
String id=194
- data="syscall.bind"
+ data="os.(*File).Close"
String id=195
- data="syscall.Bind"
+ data="net.(*file).close"
String id=196
- data="runtime/trace.Start.func1"
+ data="runtime.startTheWorld"
String id=197
- data="runtime.traceStartReadCPU"
+ data="runtime.(*traceAdvancerState).start.func1"
String id=198
- data="runtime.gcAssistAlloc"
+ data="syscall.getsockopt"
String id=199
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcmark.go"
+ data="syscall.GetsockoptInt"
String id=200
- data="runtime.deductAssistCredit"
+ data="runtime.gcMarkTermination"
String id=201
- data="sync.(*WaitGroup).Wait"
+ data="runtime.traceLocker.GCMarkAssistStart"
String id=202
- data="internal/poll.(*FD).WaitWrite"
+ data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2runtime.go"
String id=203
- data="net.(*netFD).Write"
+ data="runtime.traceLocker.GCSweepSpan"
String id=204
- data="net.(*conn).Write"
+ data="runtime.(*sweepLocked).sweep"
String id=205
- data="runtime.(*mheap).alloc"
+ data="net.(*netFD).Write"
String id=206
- data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mheap.go"
+ data="net.(*conn).Write"
String id=207
- data="runtime.(*mcentral).grow"
+ data="runtime.(*traceAdvancerState).start"
String id=208
- data="main.cpu10"
+ data="runtime.traceLocker.Gomaxprocs"
String id=209
- data="runtime.traceLocker.GCMarkAssistStart"
+ data="net.setDefaultListenerSockopts"
+String id=210
+ data="/usr/local/google/home/mknyszek/work/go-1/src/net/sockopt_linux.go"
diff --git a/src/internal/trace/v2/testdata/tests/go122-annotations-stress.test b/src/internal/trace/v2/testdata/tests/go122-annotations-stress.test
index fe3c84b16e..8da8c0f318 100644
--- a/src/internal/trace/v2/testdata/tests/go122-annotations-stress.test
+++ b/src/internal/trace/v2/testdata/tests/go122-annotations-stress.test
@@ -896,7 +896,7 @@ String id=18
String id=19
data="sleep"
String id=20
- data="runtime.GoSched"
+ data="runtime.Gosched"
String id=21
data="start trace"
String id=22
diff --git a/src/internal/trace/v2/testdata/tests/go122-annotations.test b/src/internal/trace/v2/testdata/tests/go122-annotations.test
index 4749d82004..e468673497 100644
--- a/src/internal/trace/v2/testdata/tests/go122-annotations.test
+++ b/src/internal/trace/v2/testdata/tests/go122-annotations.test
@@ -220,7 +220,7 @@ String id=18
String id=19
data="sleep"
String id=20
- data="runtime.GoSched"
+ data="runtime.Gosched"
String id=21
data="start trace"
String id=22
diff --git a/src/internal/trace/v2/testdata/tests/go122-gc-stress.test b/src/internal/trace/v2/testdata/tests/go122-gc-stress.test
index 8d77fe14af..d5e7266f1e 100644
--- a/src/internal/trace/v2/testdata/tests/go122-gc-stress.test
+++ b/src/internal/trace/v2/testdata/tests/go122-gc-stress.test
@@ -4086,7 +4086,7 @@ String id=18
String id=19
data="sleep"
String id=20
- data="runtime.GoSched"
+ data="runtime.Gosched"
String id=21
data="GC mark termination"
String id=22
diff --git a/src/internal/trace/v2/trace_test.go b/src/internal/trace/v2/trace_test.go
index 65ae3d8362..7cc7508fe9 100644
--- a/src/internal/trace/v2/trace_test.go
+++ b/src/internal/trace/v2/trace_test.go
@@ -213,7 +213,7 @@ func TestTraceFutileWakeup(t *testing.T) {
// Check to make sure that no goroutine in the "special" trace region
// ends up blocking, unblocking, then immediately blocking again.
//
- // The goroutines are careful to call runtime.GoSched in between blocking,
+ // The goroutines are careful to call runtime.Gosched in between blocking,
// so there should never be a clean block/unblock on the goroutine unless
// the runtime was generating extraneous events.
const (
diff --git a/src/runtime/trace2runtime.go b/src/runtime/trace2runtime.go
index 9638e4b924..512e53907e 100644
--- a/src/runtime/trace2runtime.go
+++ b/src/runtime/trace2runtime.go
@@ -133,7 +133,7 @@ const (
var traceGoStopReasonStrings = [...]string{
traceGoStopGeneric: "unspecified",
- traceGoStopGoSched: "runtime.GoSched",
+ traceGoStopGoSched: "runtime.Gosched",
traceGoStopPreempted: "preempted",
}